Searched refs:groupCountZ (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 392 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 1067 …(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { in CmdDispatch() argument 1068 … GetData(commandBuffer).dispatch.CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in CmdDispatch() 1780 …(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { in vkCmdDispatch() argument 1781 vulkan::api::CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in vkCmdDispatch()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 141 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 6031 u32 groupCountZ) { 7111 u32 groupCountZ) {
|