Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddispatch.adoc30 * 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
Ddispatch.txt30 * 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/
Ddraw_mesh_limits_common.adoc21 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/
Ddrawing.adoc28 * 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/
Dradv_radix_sort.c188 uint32_t groupCountZ) in vkCmdDispatch() argument
192 groupCountZ); in vkCmdDispatch()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp166 … 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()
DVkCommandBuffer.hpp71 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
103 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
DVkPromotedExtensions.cpp88 … 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()
DVkPipeline.hpp145 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ,
DVkPipeline.cpp473 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, in run() argument
483 groupCountX, groupCountY, groupCountZ); in run()
DlibVulkan.cpp2646 …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/
DComputeProgram.cpp218 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()
DComputeProgram.hpp64 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h106 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()
DSecondaryCommandBuffer.h231 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()
Dvk_wrapper.h261 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/
DVK_HUAWEI_cluster_culling_shader.adoc59 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/
Ddrawing.adoc202 * 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/
Dvn_command_buffer.c1054 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/
DvktMeshShaderApiTestsEXT.cpp394 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/
DvktMeshShaderApiTestsEXT.cpp394 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/
DvkTypeUtil.inl617 …eDrawMeshTasksIndirectCommandEXT (uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) argument
622 res.groupCountZ = groupCountZ;
DvkDeviceDriverImpl.inl497 …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/
Dvn_protocol_driver_command_buffer.h3746 …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/
DgenX_cmd_buffer.c5337 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 …]

123