Searched refs:dispatchBase (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 70 void dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ,
|
D | VkCommandBuffer.cpp | 1322 void CommandBuffer::dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in dispatchBase() function in vk::CommandBuffer
|
D | libVulkan.cpp | 2943 …vk::Cast(commandBuffer)->dispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in vkCmdDispatchBase()
|