Home
last modified time | relevance | path

Searched refs:CmdDispatchIndirect (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradv_radix_sort.c215 cmd_buffer->device->vk.dispatch_table.CmdDispatchIndirect(commandBuffer, buffer, offset); in vkCmdDispatchIndirect()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h172 PFN_vkCmdDispatchIndirect CmdDispatchIndirect = nullptr; member
H A DVulkanFunctions.cpp195 GET_DEVICE_PROC(CmdDispatchIndirect); in LoadDeviceProcs()
H A DCommandBufferVk.cpp929 device->fn.CmdDispatchIndirect( in RecordComputePass()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp200 class CmdDispatchIndirect : public vk::CommandBuffer::Command class
203 CmdDispatchIndirect(vk::Buffer *buffer, VkDeviceSize offset) in CmdDispatchIndirect() function in __anon22994::CmdDispatchIndirect
1517 addCommand<::CmdDispatchIndirect>(buffer, offset); in dispatchIndirect()
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp143 ACQUIRE_PROC(CmdDispatchIndirect, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h399 PFN_vkCmdDispatchIndirect CmdDispatchIndirect; member
H A Dvk_dispatch_table_helper.h133 table->CmdDispatchIndirect = (PFN_vkCmdDispatchIndirect)gpa(device, "vkCmdDispatchIndirect"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c430 table->CmdDispatchIndirect = (PFN_vkCmdDispatchIndirect)gpa(dev, "vkCmdDispatchIndirect"); in loader_init_device_dispatch_table()
1938 if (!strcmp(name, "CmdDispatchIndirect")) { in loader_lookup_device_dispatch_table()
1940 return (void *)table->CmdDispatchIndirect; in loader_lookup_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp2172 device_data->vtable.CmdDispatchIndirect(commandBuffer, buffer, offset); in overlay_CmdDispatchIndirect()
2654 ADD_HOOK(CmdDispatchIndirect),
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp998 VKCTX(CmdDispatchIndirect)(batch->state->cmdbuf, zink_resource(info->indirect)->obj->buffer, info->indirect_offset); in zink_launch_grid()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h133 table->CmdDispatchIndirect = (PFN_vkCmdDispatchIndirect)gpa(device, "vkCmdDispatchIndirect"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c2271 disp->CmdDispatchIndirect(commandBuffer, buffer, offset); in vkCmdDispatchIndirect()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c3849 ENQUEUE_CMD(CmdDispatchIndirect) in lvp_add_enqueue_cmd_entrypoints()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c5489 void genX(CmdDispatchIndirect)( in CmdDispatchIndirect() function

Completed in 63 milliseconds