Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp86 …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()
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 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… 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
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()
Dstateless_validation.h1028 … uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY,
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl630 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC… argument
632 …m_vk.cmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, …
DvkFunctionPointerTypes.inl146 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC…
209 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC…
DvkConcreteDeviceInterface.inl129 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC…
DvkVirtualDeviceInterface.inl129 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC…
DvkNullDriverImpl.inl1053 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC… argument
1058 DE_UNREF(baseGroupZ);
DvkVulkan_c.inl4232 …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/
Dvulkan_core.h4376 …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/
Dvulkan_core.h4376 …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/
DvktComputeBasicComputeShaderTests.cpp2634 deUint32 baseGroupZ = 0; in iterate() local
2643 deUint32 offsetZ = baseGroupZ + localIdxZ * m_localSize.z(); in iterate()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4543 …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,
Dvulkan.hpp765 …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/
Dvulkan_core.h4496 …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,
Dvulkan.hpp1267 …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/
Dvulkan.h.in4229 …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/
Dvulkan.h5830 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
5852 uint32_t baseGroupZ,