/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | dispatch.adoc | 30 * pname:groupCountZ is the number of local workgroups to dispatch in the Z 34 [eq]#pname:groupCountX {times} pname:groupCountY {times} pname:groupCountZ# 47 * [[VUID-vkCmdDispatch-groupCountZ-00388]] 48 pname:groupCountZ must: be less than or equal to 149 * pname:groupCountZ is the number of local workgroups to dispatch in the Z 153 [eq]#pname:groupCountX {times} pname:groupCountY {times} pname:groupCountZ# 158 `vkCmdDispatchBase(0,0,0,groupCountX,groupCountY,groupCountZ)`. 181 * [[VUID-vkCmdDispatchBase-groupCountZ-00426]] 182 pname:groupCountZ must: be less than or equal to
|
D | dispatch.txt | 30 * pname:groupCountZ is the number of local workgroups to dispatch in the Z 34 [eq]#pname:groupCountX {times} pname:groupCountY {times} pname:groupCountZ# 47 * [[VUID-vkCmdDispatch-groupCountZ-00388]] 48 pname:groupCountZ must: be less than or equal to 149 * pname:groupCountZ is the number of local workgroups to dispatch in the Z 153 [eq]#pname:groupCountX {times} pname:groupCountY {times} pname:groupCountZ# 158 `vkCmdDispatchBase(0,0,0,groupCountX,groupCountY,groupCountZ)`. 181 * [[VUID-vkCmdDispatchBase-groupCountZ-00426]] 182 pname:groupCountZ must: be less than or equal to
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | draw_mesh_limits_common.adoc | 21 pname:groupCountZ must: be less than or equal to 26 of pname:groupCountX, pname:groupCountY and pname:groupCountZ must: be 42 pname:groupCountZ must: be less than or equal to 47 product of pname:groupCountX, pname:groupCountY and pname:groupCountZ
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_HUAWEI_cluster_culling_shader/ |
D | drawing.adoc | 28 * pname:groupCountZ is the number of local workgroups to dispatch in the Z 32 groupCountX*groupCountY*groupCountZ local workgroup is assembled. 54 * [[VUID-vkCmdDrawClusterHUAWEI-groupCountZ-07822]] 55 pname:groupCountZ must: be less than or equal to
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
D | radv_radix_sort.c | 188 uint32_t groupCountZ) in vkCmdDispatch() argument 192 groupCountZ); in vkCmdDispatch()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 166 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in CmdDispatch() argument 172 , groupCountZ(groupCountZ) in CmdDispatch() 182 groupCountX, groupCountY, groupCountZ, in execute() 197 const uint32_t groupCountZ; member in __anon6df712b90111::CmdDispatch 1353 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in dispatchBase() argument 1355 …dCommand<::CmdDispatch>(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in dispatchBase() 1510 void CommandBuffer::dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in dispatch() argument 1512 addCommand<::CmdDispatch>(0, 0, 0, groupCountX, groupCountY, groupCountZ); in dispatch()
|
D | VkCommandBuffer.hpp | 71 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 103 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
|
D | VkPromotedExtensions.cpp | 88 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatchBaseKHR() argument 90 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBaseKHR()
|
D | VkPipeline.hpp | 145 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ,
|
D | VkPipeline.cpp | 473 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, in run() argument 483 groupCountX, groupCountY, groupCountZ); in run()
|
D | libVulkan.cpp | 2646 …ch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatch() argument 2649 commandBuffer, int(groupCountX), int(groupCountY), int(groupCountZ)); in vkCmdDispatch() 2651 vk::Cast(commandBuffer)->dispatch(groupCountX, groupCountY, groupCountZ); in vkCmdDispatch() 3060 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatchBase() argument 3063 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase() 3065 …ndBuffer)->dispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ComputeProgram.cpp | 218 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in run() argument 231 data.numWorkgroups[Z] = groupCountZ; in run() 245 auto groupCount = groupCountX * groupCountY * groupCountZ; in run()
|
D | ComputeProgram.hpp | 64 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VulkanSecondaryCommandBuffer.h | 106 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 462 uint32_t groupCountZ) in dispatch() argument 465 CommandBuffer::dispatch(groupCountX, groupCountY, groupCountZ); in dispatch()
|
D | SecondaryCommandBuffer.h | 231 uint32_t groupCountZ; member 587 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 1142 uint32_t groupCountZ) in dispatch() argument 1147 paramStruct->groupCountZ = groupCountZ; in dispatch()
|
D | vk_wrapper.h | 261 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 1048 uint32_t groupCountZ) 1051 vkCmdDispatch(mHandle, groupCountX, groupCountY, groupCountZ);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_HUAWEI_cluster_culling_shader.adoc | 59 uint32_t groupCountZ ); 64 * `groupCountZ` is the number of local workgroups to dispatch in the Z dimension 65 …d, a global workgroup consisting of `groupCountX` * `groupCountY` * `groupCountZ` local workgrou…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_mesh_shader/ |
D | drawing.adoc | 202 * pname:groupCountZ is the number of local workgroups to dispatch in the Z 206 [eq]#pname:groupCountX {times} pname:groupCountY {times} pname:groupCountZ# 288 * pname:groupCountZ is the number of local workgroups to dispatch in the Z
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_command_buffer.c | 1054 uint32_t groupCountZ) in vn_CmdDispatch() argument 1057 groupCountZ); in vn_CmdDispatch() 1537 uint32_t groupCountZ) in vn_CmdDispatchBase() argument 1540 baseGroupZ, groupCountX, groupCountY, groupCountZ); in vn_CmdDispatchBase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderApiTestsEXT.cpp | 394 case 2u: indirectCmd.groupCountZ = blockSize; break; in getIndirectCommand() 614 …cmdDrawMeshTasksEXT(rpCmdBuffer, drawArgs.groupCountX, drawArgs.groupCountY, drawArgs.groupCountZ); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderApiTestsEXT.cpp | 394 case 2u: indirectCmd.groupCountZ = blockSize; break; in getIndirectCommand() 614 …cmdDrawMeshTasksEXT(rpCmdBuffer, drawArgs.groupCountX, drawArgs.groupCountY, drawArgs.groupCountZ); in iterate()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 617 …eDrawMeshTasksIndirectCommandEXT (uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) argument 622 res.groupCountZ = groupCountZ;
|
D | vkDeviceDriverImpl.inl | 497 …ommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) const 499 m_vk.cmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); 902 …roupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) const 904 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); 1247 …ommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) const 1249 m_vk.cmdDrawMeshTasksEXT(commandBuffer, groupCountX, groupCountY, groupCountZ);
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_command_buffer.h | 3746 …ch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vn_sizeof_vkCmdDispatch() argument 3755 cmd_size += vn_sizeof_uint32_t(&groupCountZ); in vn_sizeof_vkCmdDispatch() 3760 …s, VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vn_encode_vkCmdDispatch() argument 3770 vn_encode_uint32_t(enc, &groupCountZ); in vn_encode_vkCmdDispatch() 3773 …ly(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vn_sizeof_vkCmdDispatch_reply() argument 3786 …c, VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vn_decode_vkCmdDispatch_reply() argument 5646 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vn_sizeof_vkCmdDispatchBase() argument 5658 cmd_size += vn_sizeof_uint32_t(&groupCountZ); in vn_sizeof_vkCmdDispatchBase() 5663 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vn_encode_vkCmdDispatchBase() argument 5676 vn_encode_uint32_t(enc, &groupCountZ); in vn_encode_vkCmdDispatchBase() [all …]
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 5337 uint32_t groupCountZ) in emit_compute_walker() argument 5358 cw.ThreadGroupIDZDimension = groupCountZ; in emit_compute_walker() 5385 uint32_t groupCountZ) in emit_gpgpu_walker() argument 5403 ggw.ThreadGroupIDZDimension = groupCountZ; in emit_gpgpu_walker() 5418 uint32_t groupCountZ) in emit_cs_walker() argument 5422 groupCountY, groupCountZ); in emit_cs_walker() 5425 groupCountY, groupCountZ); in emit_cs_walker() 5436 uint32_t groupCountZ) in genX() 5451 groupCountX * groupCountY * groupCountZ * in genX() 5463 sizes[2] = groupCountZ; in genX() [all …]
|