![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhid3d11_p.h>
Classes | |
| union | Args |
Public Types | |
| enum | Cmd { BeginFrame , EndFrame , ResetShaderResources , SetRenderTarget , Clear , Viewport , Scissor , BindVertexBuffers , BindIndexBuffer , BindGraphicsPipeline , BindShaderResources , StencilRef , BlendConstants , Draw , DrawIndexed , UpdateSubRes , CopySubRes , ResolveSubRes , GenMip , DebugMarkBegin , DebugMarkEnd , DebugMarkMsg , BindComputePipeline , Dispatch } |
| enum | ClearFlag { Color = 1 , Depth = 2 , Stencil = 4 } |
Public Attributes | |
| Cmd | cmd |
| union QD3D11CommandBuffer::Command::Args | args |
Definition at line 392 of file qrhid3d11_p.h.
| Enumerator | |
|---|---|
| Color | |
| Depth | |
| Stencil | |
Definition at line 419 of file qrhid3d11_p.h.
Definition at line 393 of file qrhid3d11_p.h.
| union QD3D11CommandBuffer::Command::Args QD3D11CommandBuffer::Command::args |
Referenced by testing.tools.safetynet_measure.PerformanceRun::_BuildTestHarnessCommand(), testing.tools.safetynet_compare.CompareRun::_CleanUp(), testing.tools.safetynet_compare.CompareRun::_CreateTempRepo(), testing.tools.safetynet_compare.CompareRun::_DrawConclusions(), testing.tools.safetynet_compare.CompareRun::_GetProfileFilePath(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_compare.CompareRun::_InitPaths(), testing.tools.safetynet_compare.CompareRun::_MeasureCurrentBranch(), testing.tools.safetynet_compare.CompareRun::_MoveImages(), testing.tools.safetynet_compare.CompareRun::_PrintConclusions(), testing.tools.safetynet_compare.CompareRun::_ProfileLocalChangesAndCurrentBranchInThisRepo(), testing.tools.safetynet_compare.CompareRun::_RunAsync(), testing.tools.safetynet_measure.PerformanceRun::_RunCallgrind(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_compare.CompareRun::Run(), testing.tools.safetynet_job.JobRun::Run(), testing.tools.safetynet_measure.PerformanceRun::Run(), and testing.tools.safetynet_compare.CompareRun::RunSingleTestCase().
| Cmd QD3D11CommandBuffer::Command::cmd |
Definition at line 420 of file qrhid3d11_p.h.
Referenced by QRhiD3D11::beginComputePass(), QRhiD3D11::beginFrame(), QRhiD3D11::beginOffscreenFrame(), QRhiD3D11::beginPass(), QRhiD3D11::debugMarkBegin(), QRhiD3D11::debugMarkEnd(), QRhiD3D11::debugMarkMsg(), QRhiD3D11::dispatch(), QRhiD3D11::draw(), QRhiD3D11::drawIndexed(), QRhiD3D11::endExternal(), QRhiD3D11::endFrame(), QRhiD3D11::endOffscreenFrame(), QRhiD3D11::endPass(), QRhiD3D11::enqueueResourceUpdates(), QRhiD3D11::enqueueSubresUpload(), QRhiD3D11::executeCommandBuffer(), QRhiD3D11::setBlendConstants(), QRhiD3D11::setComputePipeline(), QRhiD3D11::setGraphicsPipeline(), QRhiD3D11::setScissor(), QRhiD3D11::setShaderResources(), QRhiD3D11::setStencilRef(), QRhiD3D11::setVertexInput(), and QRhiD3D11::setViewport().