Searched refs:cmdalloc (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_batch.cpp | 61 IID_PPV_ARGS(&batch->cmdalloc)))) in d3d12_init_batch() 136 if (FAILED(batch->cmdalloc->Reset())) { in d3d12_reset_batch() 149 batch->cmdalloc->Release(); in d3d12_destroy_batch() 170 if (FAILED(ctx->cmdlist->Reset(batch->cmdalloc, NULL))) { in d3d12_start_batch() 177 batch->cmdalloc, NULL, in d3d12_start_batch()
|
H A D | d3d12_batch.h | 47 ID3D12CommandAllocator *cmdalloc; member
|
H A D | d3d12_resource_state.cpp | 370 ID3D12GraphicsCommandList *cmdlist = ensure_state_fixup_cmdlist(ctx, batch->cmdalloc); in d3d12_context_state_resolve_submission()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | compute_test.cpp | 383 if (FAILED(cmdalloc->Reset())) in execute_cmdlist() 386 if (FAILED(cmdlist->Reset(cmdalloc, NULL))) in execute_cmdlist() 723 __uuidof(cmdalloc), (void **)&cmdalloc))) in SetUp() 727 cmdalloc, NULL, __uuidof(cmdlist), (void **)&cmdlist))) in SetUp() 754 cmdalloc->Release(); in TearDown()
|
H A D | compute_test.h | 344 ID3D12CommandAllocator *cmdalloc; member in ComputeTest
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 263 if (cmdbuf->cmdalloc) in dzn_cmd_buffer_destroy() 264 ID3D12CommandAllocator_Release(cmdbuf->cmdalloc); in dzn_cmd_buffer_destroy() 414 (void **)&cmdbuf->cmdalloc))) { in dzn_cmd_buffer_create() 420 cmdbuf->cmdalloc, NULL, in dzn_cmd_buffer_create() 487 * allocator, and cmdalloc->Reset() can only be called if there's no live in dzn_cmd_buffer_reset() 493 ID3D12CommandAllocator_Reset(cmdbuf->cmdalloc); in dzn_cmd_buffer_reset() 498 cmdbuf->cmdalloc, NULL, in dzn_cmd_buffer_reset()
|
H A D | dzn_private.h | 584 ID3D12CommandAllocator *cmdalloc; member
|
Completed in 13 milliseconds