Searched refs:CmdDrawIndexedIndirect (Results 1 – 13 of 13) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 331 PFN_vkCmdDrawIndexedIndirect CmdDrawIndexedIndirect; member
|
D | vk_dispatch_table_helper.h | 491 …table->CmdDrawIndexedIndirect = (PFN_vkCmdDrawIndexedIndirect) gpa(device, "vkCmdDrawIndexedIndire… in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 2717 …if (!wrap_handles) return layer_data->device_dispatch_table.CmdDrawIndexedIndirect(commandBuffer, … in DispatchCmdDrawIndexedIndirect() 2721 …layer_data->device_dispatch_table.CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount,… in DispatchCmdDrawIndexedIndirect()
|
D | chassis.cpp | 3186 VKAPI_ATTR void VKAPI_CALL CmdDrawIndexedIndirect( in CmdDrawIndexedIndirect() function 9375 {"vkCmdDrawIndexedIndirect", {false, (void*)CmdDrawIndexedIndirect}},
|
D | chassis.h | 659 VKAPI_ATTR void VKAPI_CALL CmdDrawIndexedIndirect(
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 596 class CmdDrawIndexedIndirect : public CmdDrawBase class 599 …CmdDrawIndexedIndirect(vk::Buffer *buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t strid… in CmdDrawIndexedIndirect() function in __anon37a6868d0111::CmdDrawIndexedIndirect 1665 addCommand<::CmdDrawIndexedIndirect>(buffer, offset, drawCount, stride); in drawIndexedIndirect()
|
/external/skqp/src/gpu/vk/ |
D | GrVkInterface.cpp | 141 ACQUIRE_PROC(CmdDrawIndexedIndirect, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 568 PFN_vkCmdDrawIndexedIndirect CmdDrawIndexedIndirect; member
|
D | vk_enum_to_str.c | 4591 …table->CmdDrawIndexedIndirect = (PFN_vkCmdDrawIndexedIndirect) gpa(device, "vkCmdDrawIndexedIndire… in vk_load_device_commands()
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 141 ACQUIRE_PROC(CmdDrawIndexedIndirect, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 347 GR_VK_CALL(gpu->vkInterface(), CmdDrawIndexedIndirect(fCmdBuffer, in drawIndexedIndirect()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2102 device_data->vtable.CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride); in overlay_CmdDrawIndexedIndirect() 2599 ADD_HOOK(CmdDrawIndexedIndirect),
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 4022 void genX(CmdDrawIndexedIndirect)( in genX() argument
|