Home
last modified time | relevance | path

Searched refs:baseGroupY (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp86 …chBaseKHR(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vkCmdDispatchBaseKHR() argument
88 …vkCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, gro… in vkCmdDispatchBaseKHR()
DVkCommandBuffer.hpp55 void dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ,
DVkCommandBuffer.cpp515 void CommandBuffer::dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in dispatchBase() argument
DlibVulkan.cpp1675 …patchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vkCmdDispatchBase() argument
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp2601 … uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, in manual_PreCallValidateCmdDispatchBaseKHR() argument
2622 if (baseGroupY >= limit) { in manual_PreCallValidateCmdDispatchBaseKHR()
2627 baseGroupY, limit); in manual_PreCallValidateCmdDispatchBaseKHR()
2628 } else if (groupCountY > (limit - baseGroupY)) { in manual_PreCallValidateCmdDispatchBaseKHR()
2633 baseGroupY, groupCountY, limit); in manual_PreCallValidateCmdDispatchBaseKHR()
Dstateless_validation.h1027 …ValidateCmdDispatchBaseKHR(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY,
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl630 …atchBase (VkCommandBuffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGr… argument
632 …m_vk.cmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, …
DvkFunctionPointerTypes.inl146 … (VkCommandBuffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGr…
209 …) (VkCommandBuffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGr…
DvkConcreteDeviceInterface.inl129 …e (VkCommandBuffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGr…
DvkVirtualDeviceInterface.inl129 …e (VkCommandBuffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGr…
DvkNullDriverImpl.inl1053 …atchBase (VkCommandBuffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGr… argument
1057 DE_UNREF(baseGroupY);
DvkVulkan_c.inl4232 …atchBase)(VkCommandBuffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGr…
4284 deUint32 baseGroupY,
5163 …hBaseKHR)(VkCommandBuffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGr…
5171 deUint32 baseGroupY,
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4376 …atchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
4428 uint32_t baseGroupY,
5095 …hBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
5112 uint32_t baseGroupY,
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4376 …atchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
4428 uint32_t baseGroupY,
5095 …hBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
5112 uint32_t baseGroupY,
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2633 deUint32 baseGroupY = 0; in iterate() local
2642 deUint32 offsetY = baseGroupY + localIdxY * m_localSize.y(); in iterate()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4543 …atchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
4595 uint32_t baseGroupY,
5263 …hBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
5280 uint32_t baseGroupY,
Dvulkan.hpp765 …void vkCmdDispatchBase( VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, u… in vkCmdDispatchBase() argument
767 …return ::vkCmdDispatchBase( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupC… in vkCmdDispatchBase()
770 …hBaseKHR( VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vkCmdDispatchBaseKHR() argument
772 …return ::vkCmdDispatchBaseKHR( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, gro… in vkCmdDispatchBaseKHR()
12049 …void dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCo…
12052 …void dispatchBaseKHR( uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t grou…
47435 …VULKAN_HPP_INLINE void CommandBuffer::dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint… in dispatchBase() argument
47437 …d.vkCmdDispatchBase( m_commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in dispatchBase()
47441 …VULKAN_HPP_INLINE void CommandBuffer::dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint… in dispatchBase() argument
47443 …d.vkCmdDispatchBase( m_commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in dispatchBase()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_core.h4496 …atchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
4548 uint32_t baseGroupY,
5215 …hBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
5232 uint32_t baseGroupY,
Dvulkan.hpp1267 …void vkCmdDispatchBase( VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, u… in vkCmdDispatchBase() argument
1269 …return ::vkCmdDispatchBase( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupC… in vkCmdDispatchBase()
1271 …hBaseKHR( VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vkCmdDispatchBaseKHR() argument
1273 …return ::vkCmdDispatchBaseKHR( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, gro… in vkCmdDispatchBaseKHR()
38059 …void dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCo…
38062 …void dispatchBaseKHR( uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t grou…
39057 …VULKAN_HPP_INLINE void CommandBuffer::dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint… in dispatchBase() argument
39059 …d.vkCmdDispatchBase( m_commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in dispatchBase()
39063 …VULKAN_HPP_INLINE void CommandBuffer::dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint… in dispatchBase() argument
39065 …d.vkCmdDispatchBase( m_commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in dispatchBase()
[all …]
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4229 …atchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
4281 uint32_t baseGroupY,
5160 …hBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
5168 uint32_t baseGroupY,
/external/mesa3d/include/vulkan/
Dvulkan.h5830 …hBaseKHX)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
5851 uint32_t baseGroupY,