Home
last modified time | relevance | path

Searched refs:groupCountZ (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp86 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatchBaseKHR() argument
88 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBaseKHR()
DVkCommandBuffer.hpp56 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
88 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
DVkCommandBuffer.cpp516 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in dispatchBase() argument
676 void CommandBuffer::dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in dispatch() argument
DlibVulkan.cpp1402 …ch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatch() argument
1405 commandBuffer, groupCountX, groupCountY, groupCountZ); in vkCmdDispatch()
1407 vk::Cast(commandBuffer)->dispatch(groupCountX, groupCountY, groupCountZ); in vkCmdDispatch()
1675 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatchBase() argument
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp2558 … uint32_t groupCountY, uint32_t groupCountZ) { in manual_PreCallValidateCmdDispatch() argument
2577 if (groupCountZ > device_limits.maxComputeWorkGroupCount[2]) { in manual_PreCallValidateCmdDispatch()
2582 groupCountZ, device_limits.maxComputeWorkGroupCount[2]); in manual_PreCallValidateCmdDispatch()
2602 … uint32_t groupCountY, uint32_t groupCountZ) { in manual_PreCallValidateCmdDispatchBaseKHR() argument
2643 } else if (groupCountZ > (limit - baseGroupZ)) { in manual_PreCallValidateCmdDispatchBaseKHR()
2648 baseGroupZ, groupCountZ, limit); in manual_PreCallValidateCmdDispatchBaseKHR()
Dstateless_validation.h1023 uint32_t groupCountZ);
1029 uint32_t groupCountZ);
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl475 …ommandBuffer commandBuffer, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ) const
477 m_vk.cmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ);
630 …roupY, deUint32 baseGroupZ, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ) const
632 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ);
DvkConcreteDeviceInterface.inl98 …mmandBuffer commandBuffer, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ) const;
129 …oupY, deUint32 baseGroupZ, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ) const;
DvkVirtualDeviceInterface.inl98 …dBuffer commandBuffer, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ) const = 0;
129 …, deUint32 baseGroupZ, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ) const = 0;
DvkFunctionPointerTypes.inl114 … (VkCommandBuffer commandBuffer, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ);
146 …baseGroupY, deUint32 baseGroupZ, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ);
209 …baseGroupY, deUint32 baseGroupZ, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ);
DvkNullDriverImpl.inl770 …h (VkCommandBuffer commandBuffer, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ) argument
775 DE_UNREF(groupCountZ);
1053 … baseGroupY, deUint32 baseGroupZ, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ) argument
1061 DE_UNREF(groupCountZ);
DvkVulkan_c.inl2737 …)(VkCommandBuffer commandBuffer, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ);
3375 deUint32 groupCountZ);
4232 …baseGroupY, deUint32 baseGroupZ, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ);
4288 deUint32 groupCountZ);
5163 …baseGroupY, deUint32 baseGroupZ, deUint32 groupCountX, deUint32 groupCountY, deUint32 groupCountZ);
5175 deUint32 groupCountZ);
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h906 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
907 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
908 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
909 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
910 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
911 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
Danv_entrypoints.c541 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
962 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
1383 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
1804 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
2225 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
2646 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
3508 …ch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in anv_tramp_CmdDispatch() argument
3511 …v_cmd_buffer->device->dispatch.vkCmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in anv_tramp_CmdDispatch()
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2844 …)(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
3482 uint32_t groupCountZ);
4376 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
4432 uint32_t groupCountZ);
5095 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
5116 uint32_t groupCountZ);
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2844 …)(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
3482 uint32_t groupCountZ);
4376 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
4432 uint32_t groupCountZ);
5095 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
5116 uint32_t groupCountZ);
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h3009 …)(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
3647 uint32_t groupCountZ);
4543 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
4599 uint32_t groupCountZ);
5263 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
5284 uint32_t groupCountZ);
Dvulkan.hpp760 …mmandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ ) const in vkCmdDispatch()
762 return ::vkCmdDispatch( commandBuffer, groupCountX, groupCountY, groupCountZ ); in vkCmdDispatch()
765 …oupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ ) const in vkCmdDispatchBase()
767 …chBase( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ ); in vkCmdDispatchBase()
770 …oupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ ) const in vkCmdDispatchBaseKHR()
772 …aseKHR( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ ); in vkCmdDispatchBaseKHR()
12046 …void dispatch( uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const &d…
12049 …t32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const…
12052 …t32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const…
47421 …Buffer::dispatch( uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const… in dispatch() argument
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_core.h2962 …)(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
3600 uint32_t groupCountZ);
4496 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
4552 uint32_t groupCountZ);
5215 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
5236 uint32_t groupCountZ);
Dvulkan.hpp1263 …mandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ ) const in vkCmdDispatch()
1265 return ::vkCmdDispatch( commandBuffer, groupCountX, groupCountY, groupCountZ); in vkCmdDispatch()
1267 …upY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ ) const in vkCmdDispatchBase()
1269 …tchBase( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase()
1271 …upY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ ) const in vkCmdDispatchBaseKHR()
1273 …BaseKHR( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBaseKHR()
37858 …void dispatch( uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const &d…
38059 …t32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const…
38062 …t32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const…
38532 …Buffer::dispatch( uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, Dispatch const… in dispatch() argument
[all …]
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2734 …)(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
3372 uint32_t groupCountZ);
4229 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
4285 uint32_t groupCountZ);
5160 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
5172 uint32_t groupCountZ);
/external/mesa3d/include/vulkan/
Dvulkan.h2664 …)(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
3302 uint32_t groupCountZ);
5830 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
5855 uint32_t groupCountZ);