Searched defs:commandList (Results 1 – 9 of 9) sorted by relevance
23 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCommandList()276 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local287 gr_cp<ID3D12GraphicsCommandList> commandList, in GrD3DDirectCommandList()604 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local612 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCopyCommandList()
157 GrD3DDirectCommandList* commandList) { in bindBuffers()
46 std::unique_ptr<GrD3DDirectCommandList> commandList) { in recycleDirectCommandList()
15 DrawWriter::DrawWriter(DrawPassCommands::List* commandList, DrawBufferManager* bufferManager) in DrawWriter()
176 void bindUniforms(UniformSlot slot, DrawPassCommands::List* commandList) { in bindUniforms()228 void bindTextures(DrawPassCommands::List* commandList) { in bindTextures()
142 TPML_CC *commandList // OUT: list of TPM_CC in PhysicalPresenceCapGetCCList()
192 TPML_CC *commandList // OUT: list of TPM_CC in CommandAuditCapGetCCList()
506 TPML_CCA *commandList // OUT: list of TPMA_CC in CommandCapGetCCList()
370 def __init__ (self, operation, comment, enumList, typeList, commandList, featureList): argument