Searched refs:CmdDispatchIndirect (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 161 PFN_vkCmdDispatchIndirect CmdDispatchIndirect; member
|
D | api_gen.cpp | 291 INIT_PROC(true, dev, CmdDispatchIndirect); in InitDispatchTable() 456 VKAPI_ATTR void CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize of… 664 { "vkCmdDispatchIndirect", reinterpret_cast<PFN_vkVoidFunction>(CmdDispatchIndirect) }, in GetInstanceProcAddr() 1212 VKAPI_ATTR void CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize of… in CmdDispatchIndirect() function 1213 GetData(commandBuffer).dispatch.CmdDispatchIndirect(commandBuffer, buffer, offset); in CmdDispatchIndirect() 2059 vulkan::api::CmdDispatchIndirect(commandBuffer, buffer, offset); in vkCmdDispatchIndirect()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 84 …reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdDispatchIndirect>(CmdDispatchIndirect))},
|
D | null_driver_gen.h | 142 VKAPI_ATTR void CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize of…
|
D | null_driver.cpp | 1400 void CmdDispatchIndirect(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset) { in CmdDispatchIndirect() function
|