Home
last modified time | relevance | path

Searched refs:CmdExecuteCommands (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D17.3.3.rst45 - anv: Make sure state on primary is correct after CmdExecuteCommands
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp202 GET_DEVICE_PROC(CmdExecuteCommands); in LoadDeviceProcs()
DVulkanFunctions.h179 PFN_vkCmdExecuteCommands CmdExecuteCommands = nullptr; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp123 class CmdExecuteCommands : public vk::CommandBuffer::Command class
126 CmdExecuteCommands(const vk::CommandBuffer *commandBuffer) in CmdExecuteCommands() function in __anon6df712b90111::CmdExecuteCommands
1343 addCommand<::CmdExecuteCommands>(vk::Cast(pCommandBuffers[i])); in executeCommands()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp168 ACQUIRE_PROC(CmdExecuteCommands, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp549 GR_VK_CALL(gpu->vkInterface(), CmdExecuteCommands(fCmdBuffer, 1, &buffer->fCmdBuffer)); in executeCommands()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h414 PFN_vkCmdExecuteCommands CmdExecuteCommands; member
Dvk_loader_extensions.c464 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands)gpa(dev, "vkCmdExecuteCommands"); in loader_init_device_dispatch_table()
1523 if (!strcmp(name, "CmdExecuteCommands")) return (void *)table->CmdExecuteCommands; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h550 table->CmdExecuteCommands = (PFN_vkCmdExecuteCommands) gpa(device, "vkCmdExecuteCommands"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2321 device_data->vtable.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in overlay_CmdExecuteCommands()
2647 ADD_HOOK(CmdExecuteCommands),
/third_party/vulkan-loader/loader/
Dtrampoline.c2446 disp->CmdExecuteCommands(commandBuffer, commandBuffersCount, pCommandBuffers); in vkCmdExecuteCommands()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3868 ENQUEUE_CMD(CmdExecuteCommands) in lvp_add_enqueue_cmd_entrypoints()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c1842 genX(CmdExecuteCommands)( in genX() argument