Searched refs:CmdDispatchIndirect (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 149 PFN_vkCmdDispatchIndirect CmdDispatchIndirect; member
|
D | api_gen.cpp | 247 INIT_PROC(dev, CmdDispatchIndirect); in InitDispatchTable() 391 VKAPI_ATTR void CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize of… 524 { "vkCmdDispatchIndirect", reinterpret_cast<PFN_vkVoidFunction>(CmdDispatchIndirect) }, in GetInstanceProcAddr() 1054 VKAPI_ATTR void CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize of… in CmdDispatchIndirect() function 1055 GetData(commandBuffer).dispatch.CmdDispatchIndirect(commandBuffer, buffer, offset); in CmdDispatchIndirect() 1769 vulkan::api::CmdDispatchIndirect(commandBuffer, buffer, offset); in vkCmdDispatchIndirect()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 79 …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 | 1319 void CmdDispatchIndirect(VkCommandBuffer cmdBuffer, VkBuffer buffer, VkDeviceSize offset) { in CmdDispatchIndirect() function
|