Searched refs:CmdDispatch (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 163 PFN_vkCmdDispatch CmdDispatch; member
|
D | api_gen.cpp | 290 INIT_PROC(true, dev, CmdDispatch); in InitDispatchTable() 468 VKAPI_ATTR void CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCoun… 692 { "vkCmdDispatch", reinterpret_cast<PFN_vkVoidFunction>(CmdDispatch) }, in GetInstanceProcAddr() 1254 VKAPI_ATTR void CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCoun… in CmdDispatch() function 1255 … GetData(commandBuffer).dispatch.CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in CmdDispatch() 2158 vulkan::api::CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in vkCmdDispatch()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 84 …vkCmdDispatch", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdDispatch>(CmdDispatch))},
|
D | null_driver_gen.h | 143 VKAPI_ATTR void CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCoun…
|
D | null_driver.cpp | 1405 void CmdDispatch(VkCommandBuffer cmdBuffer, uint32_t x, uint32_t y, uint32_t z) { in CmdDispatch() function
|