/external/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 86 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in vkCmdDispatchBaseKHR() argument 88 …vkCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, gro… in vkCmdDispatchBaseKHR()
|
D | VkCommandBuffer.hpp | 55 void dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ,
|
D | VkCommandBuffer.cpp | 515 void CommandBuffer::dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in dispatchBase() argument
|
D | libVulkan.cpp | 1675 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in vkCmdDispatchBase() argument
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 2601 … uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, in manual_PreCallValidateCmdDispatchBaseKHR() argument 2637 if (baseGroupZ >= limit) { in manual_PreCallValidateCmdDispatchBaseKHR() 2642 baseGroupZ, limit); in manual_PreCallValidateCmdDispatchBaseKHR() 2643 } else if (groupCountZ > (limit - baseGroupZ)) { in manual_PreCallValidateCmdDispatchBaseKHR() 2648 baseGroupZ, groupCountZ, limit); in manual_PreCallValidateCmdDispatchBaseKHR()
|
D | stateless_validation.h | 1028 … uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY,
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 630 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC… argument 632 …m_vk.cmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, …
|
D | vkFunctionPointerTypes.inl | 146 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC… 209 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC…
|
D | vkConcreteDeviceInterface.inl | 129 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC…
|
D | vkVirtualDeviceInterface.inl | 129 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC…
|
D | vkNullDriverImpl.inl | 1053 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC… argument 1058 DE_UNREF(baseGroupZ);
|
D | vkVulkan_c.inl | 4232 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC… 4285 deUint32 baseGroupZ, 5163 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC… 5172 deUint32 baseGroupZ,
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4376 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 4429 uint32_t baseGroupZ, 5095 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 5113 uint32_t baseGroupZ,
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4376 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 4429 uint32_t baseGroupZ, 5095 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 5113 uint32_t baseGroupZ,
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 2634 deUint32 baseGroupZ = 0; in iterate() local 2643 deUint32 offsetZ = baseGroupZ + localIdxZ * m_localSize.z(); in iterate()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4543 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 4596 uint32_t baseGroupZ, 5263 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 5281 uint32_t baseGroupZ,
|
D | vulkan.hpp | 765 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in vkCmdDispatchBase() argument 767 …return ::vkCmdDispatchBase( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupC… in vkCmdDispatchBase() 770 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 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 …ffer::dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in dispatchBase() argument 47437 …d.vkCmdDispatchBase( m_commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in dispatchBase() 47441 …ffer::dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in dispatchBase() argument 47443 …d.vkCmdDispatchBase( m_commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in dispatchBase() [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 4496 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 4549 uint32_t baseGroupZ, 5215 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 5233 uint32_t baseGroupZ,
|
D | vulkan.hpp | 1267 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in vkCmdDispatchBase() argument 1269 …return ::vkCmdDispatchBase( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupC… in vkCmdDispatchBase() 1271 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 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 …ffer::dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in dispatchBase() argument 39059 …d.vkCmdDispatchBase( m_commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in dispatchBase() 39063 …ffer::dispatchBase( uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in dispatchBase() argument 39065 …d.vkCmdDispatchBase( m_commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in dispatchBase() [all …]
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 4229 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 4282 uint32_t baseGroupZ, 5160 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 5169 uint32_t baseGroupZ,
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 5830 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 5852 uint32_t baseGroupZ,
|