Home
last modified time | relevance | path

Searched refs:cmdalloc (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_batch.cpp59 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()
Dd3d12_batch.h51 ID3D12CommandAllocator *cmdalloc; member
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp341 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()
Dcompute_test.h344 ID3D12CommandAllocator *cmdalloc; variable