Searched refs:groupCountY (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 468 …Dispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t group… 525 …nt32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t group… 1254 …Dispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t group… in CmdDispatch() argument 1255 … GetData(commandBuffer).dispatch.CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in CmdDispatch() 1482 …nt32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t group… in CmdDispatchBase() argument 1483 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in CmdDispatchBase() 2157 …Dispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t group… in vkCmdDispatch() argument 2158 vulkan::api::CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in vkCmdDispatch() 2442 …nt32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t group… in vkCmdDispatchBase() argument 2443 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 143 …Dispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t group… 196 …nt32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t group…
|
D | null_driver.cpp | 1506 …nt32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t group… in CmdDispatchBase() argument
|