Searched refs:CmdDispatchIndirect (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 164 PFN_vkCmdDispatchIndirect CmdDispatchIndirect; member
|
H A D | api_gen.cpp | 291 INIT_PROC(true, dev, CmdDispatchIndirect); in InitDispatchTable() 469 VKAPI_ATTR void CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize of… 694 { "vkCmdDispatchIndirect", reinterpret_cast<PFN_vkVoidFunction>(CmdDispatchIndirect) }, in GetInstanceProcAddr() 1258 VKAPI_ATTR void CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize of… in CmdDispatchIndirect() function 1259 GetData(commandBuffer).dispatch.CmdDispatchIndirect(commandBuffer, buffer, offset); in CmdDispatchIndirect() 2163 vulkan::api::CmdDispatchIndirect(commandBuffer, buffer, offset); in vkCmdDispatchIndirect()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 86 …reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdDispatchIndirect>(CmdDispatchIndirect))},
|
H A D | null_driver_gen.h | 144 VKAPI_ATTR void CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize of…
|
H A D | null_driver.cpp | 1408 void CmdDispatchIndirect(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset) { in CmdDispatchIndirect() function
|