Searched refs:groupCountZ (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 142 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 195 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
|
D | null_driver.cpp | 1498 …aseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { in CmdDispatchBase() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 454 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 511 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 1208 …(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { in CmdDispatch() argument 1209 … GetData(commandBuffer).dispatch.CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in CmdDispatch() 1436 …aseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { in CmdDispatchBase() argument 1437 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in CmdDispatchBase() 2058 …(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { in vkCmdDispatch() argument 2059 vulkan::api::CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in vkCmdDispatch() 2343 …aseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { in vkCmdDispatchBase() argument 2344 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase()
|