Searched refs:cmdalloc (Results 1 – 4 of 4) sorted by relevance
59 IID_PPV_ARGS(&batch->cmdalloc)))) in d3d12_init_batch()134 if (FAILED(batch->cmdalloc->Reset())) { in d3d12_reset_batch()146 batch->cmdalloc->Release(); in d3d12_destroy_batch()167 if (FAILED(ctx->cmdlist->Reset(batch->cmdalloc, NULL))) { in d3d12_start_batch()174 batch->cmdalloc, NULL, in d3d12_start_batch()
51 ID3D12CommandAllocator *cmdalloc; member
341 if (FAILED(cmdalloc->Reset())) in execute_cmdlist()344 if (FAILED(cmdlist->Reset(cmdalloc, NULL))) in execute_cmdlist()681 __uuidof(cmdalloc), (void **)&cmdalloc))) in SetUp()685 cmdalloc, NULL, __uuidof(cmdlist), (void **)&cmdlist))) in SetUp()712 cmdalloc->Release(); in TearDown()
344 ID3D12CommandAllocator *cmdalloc; variable