Home
last modified time | relevance | path

Searched refs:groupCountZ (Results 1 - 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradv_radix_sort.c188 uint32_t groupCountZ) in vkCmdDispatch()
192 groupCountZ); in vkCmdDispatch()
187 vkCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vkCmdDispatch() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DComputeProgram.cpp218 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in run()
231 data.numWorkgroups[Z] = groupCountZ; in run()
245 auto groupCount = groupCountX * groupCountY * groupCountZ; in run()
212 run( vk::DescriptorSet::Array const &descriptorSetObjects, vk::DescriptorSet::Bindings const &descriptorSets, vk::DescriptorSet::DynamicOffsets const &descriptorDynamicOffsets, vk::Pipeline::PushConstantStorage const &pushConstants, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) run() argument
H A DComputeProgram.hpp64 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp71 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
103 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
H A DVkPromotedExtensions.cpp88 VKAPI_ATTR void VKAPI_CALL vkCmdDispatchBaseKHR(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatchBaseKHR() argument
90 vkCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBaseKHR()
H A DVkCommandBuffer.cpp166 CmdDispatch(uint32_t baseGroupX, uint32_t 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,
197 const uint32_t groupCountZ; member in __anon22994::CmdDispatch
1353 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in dispatchBase()
1355 addCommand<::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()
1352 dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) dispatchBase() argument
H A DVkPipeline.hpp145 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ,
H A DVkPipeline.cpp473 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, in run()
483 groupCountX, groupCountY, groupCountZ); in run()
472 run(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, vk::DescriptorSet::Array const &descriptorSetObjects, vk::DescriptorSet::Bindings const &descriptorSets, vk::DescriptorSet::DynamicOffsets const &descriptorDynamicOffsets, vk::Pipeline::PushConstantStorage const &pushConstants) run() argument
H A DlibVulkan.cpp2646 VKAPI_ATTR void VKAPI_CALL vkCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatch() argument
2648 TRACE("(VkCommandBuffer commandBuffer = %p, uint32_t groupCountX = %d, uint32_t groupCountY = %d, uint32_t groupCountZ = %d)", in vkCmdDispatch()
2649 commandBuffer, int(groupCountX), int(groupCountY), int(groupCountZ)); in vkCmdDispatch()
2651 vk::Cast(commandBuffer)->dispatch(groupCountX, groupCountY, groupCountZ); in vkCmdDispatch()
3060 VKAPI_ATTR void VKAPI_CALL vkCmdDispatchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatchBase() argument
3062 TRACE("(VkCommandBuffer commandBuffer = %p, baseGroupX = %u, baseGroupY = %u, baseGroupZ = %u, groupCountX = %u, groupCountY = %u, groupCountZ = %u)", in vkCmdDispatchBase()
3063 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase()
3065 vk::Cast(commandBuffer)->dispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h106 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
462 uint32_t groupCountZ) in dispatch()
465 CommandBuffer::dispatch(groupCountX, groupCountY, groupCountZ); in dispatch()
460 dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) dispatch() argument
H A DSecondaryCommandBuffer.h231 uint32_t groupCountZ; member
587 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1142 uint32_t groupCountZ) in dispatch()
1147 paramStruct->groupCountZ = groupCountZ; in dispatch()
1140 dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) dispatch() argument
H A Dvk_wrapper.h261 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1048 uint32_t groupCountZ) in dispatch()
1051 vkCmdDispatch(mHandle, groupCountX, groupCountY, groupCountZ); in dispatch()
1046 dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) dispatch() argument
H A DSecondaryCommandBuffer.cpp326 params->groupCountZ); in executeCommands()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h3746 static inline size_t vn_sizeof_vkCmdDispatch(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 static inline void vn_encode_vkCmdDispatch(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, 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 static inline size_t vn_sizeof_vkCmdDispatch_reply(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vn_sizeof_vkCmdDispatch_reply() argument
3781 /* skip groupCountZ */ in vn_sizeof_vkCmdDispatch_reply()
3786 static inline void vn_decode_vkCmdDispatch_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vn_decode_vkCmdDispatch_reply() argument
3795 /* skip groupCountZ */ in vn_decode_vkCmdDispatch_reply()
5646 static inline size_t vn_sizeof_vkCmdDispatchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t 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 vn_encode_vkCmdDispatchBase(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_encode_vkCmdDispatchBase() argument
5679 vn_sizeof_vkCmdDispatchBase_reply(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_sizeof_vkCmdDispatchBase_reply() argument
5695 vn_decode_vkCmdDispatchBase_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_decode_vkCmdDispatchBase_reply() argument
8424 vn_submit_vkCmdDispatch(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, struct vn_instance_submit_command *submit) vn_submit_vkCmdDispatch() argument
9054 vn_submit_vkCmdDispatchBase(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, struct vn_instance_submit_command *submit) vn_submit_vkCmdDispatchBase() argument
10387 vn_call_vkCmdDispatch(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_call_vkCmdDispatch() argument
10400 vn_async_vkCmdDispatch(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_async_vkCmdDispatch() argument
10957 vn_call_vkCmdDispatchBase(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_call_vkCmdDispatchBase() argument
10970 vn_async_vkCmdDispatchBase(struct vn_instance *vn_instance, VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_async_vkCmdDispatchBase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp394 case 2u: indirectCmd.groupCountZ = blockSize; break; in getIndirectCommand()
614 vkd.cmdDrawMeshTasksEXT(rpCmdBuffer, drawArgs.groupCountX, drawArgs.groupCountY, drawArgs.groupCountZ); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp394 case 2u: indirectCmd.groupCountZ = blockSize; break; in getIndirectCommand()
614 vkd.cmdDrawMeshTasksEXT(rpCmdBuffer, drawArgs.groupCountX, drawArgs.groupCountY, drawArgs.groupCountZ); in iterate()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c1054 uint32_t groupCountZ) in vn_CmdDispatch()
1057 groupCountZ); in vn_CmdDispatch()
1537 uint32_t groupCountZ) in vn_CmdDispatchBase()
1540 baseGroupZ, groupCountX, groupCountY, groupCountZ); in vn_CmdDispatchBase()
1051 vn_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_CmdDispatch() argument
1531 vn_CmdDispatchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) vn_CmdDispatchBase() argument
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c5337 uint32_t groupCountZ) in emit_compute_walker()
5358 cw.ThreadGroupIDZDimension = groupCountZ; in emit_compute_walker()
5385 uint32_t groupCountZ) in emit_gpgpu_walker()
5403 ggw.ThreadGroupIDZDimension = groupCountZ; in emit_gpgpu_walker()
5418 uint32_t groupCountZ) in emit_cs_walker()
5422 groupCountY, groupCountZ); in emit_cs_walker()
5425 groupCountY, groupCountZ); in emit_cs_walker()
5436 uint32_t groupCountZ) in CmdDispatchBase()
5451 groupCountX * groupCountY * groupCountZ * in CmdDispatchBase()
5463 sizes[2] = groupCountZ; in CmdDispatchBase()
5333 emit_compute_walker(struct anv_cmd_buffer *cmd_buffer, const struct anv_compute_pipeline *pipeline, bool indirect, const struct brw_cs_prog_data *prog_data, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) emit_compute_walker() argument
5381 emit_gpgpu_walker(struct anv_cmd_buffer *cmd_buffer, const struct anv_compute_pipeline *pipeline, bool indirect, const struct brw_cs_prog_data *prog_data, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) emit_gpgpu_walker() argument
5414 emit_cs_walker(struct anv_cmd_buffer *cmd_buffer, const struct anv_compute_pipeline *pipeline, bool indirect, const struct brw_cs_prog_data *prog_data, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) emit_cs_walker() argument
5429 CmdDispatchBase( VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) CmdDispatchBase() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c3765 uint32_t groupCountZ) in v3dv_CmdDispatch()
3771 groupCountX, groupCountY, groupCountZ); in v3dv_CmdDispatch()
3781 uint32_t groupCountZ) in v3dv_CmdDispatchBase()
3788 groupCountX, groupCountY, groupCountZ); in v3dv_CmdDispatchBase()
3762 v3dv_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) v3dv_CmdDispatch() argument
3775 v3dv_CmdDispatchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) v3dv_CmdDispatchBase() argument
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1721 void vkCmdDispatch( VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ ) const VULKAN_HPP_NOEXCEPT
1723 return ::vkCmdDispatch( commandBuffer, groupCountX, groupCountY, groupCountZ );
1994 uint32_t groupCountZ ) const VULKAN_HPP_NOEXCEPT
1996 return ::vkCmdDispatchBase( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ );
3114 uint32_t groupCountZ ) const VULKAN_HPP_NOEXCEPT
3116 return ::vkCmdDispatchBaseKHR( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ );
4981 void vkCmdDrawMeshTasksEXT( VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ ) const VULKAN_HPP_NOEXCEPT
4983 return ::vkCmdDrawMeshTasksEXT( commandBuffer, groupCountX, groupCountY, groupCountZ );
5382 void vkCmdDrawClusterHUAWEI( VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ ) const VULKAN_HPP_NOEXCEPT
5384 return ::vkCmdDrawClusterHUAWEI( commandBuffer, groupCountX, groupCountY, groupCountZ );
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c3108 uint32_t groupCountZ) in pvr_CmdDispatch()
3110 const uint32_t workgroup_size[] = { groupCountX, groupCountY, groupCountZ }; in pvr_CmdDispatch()
3124 if (!groupCountX || !groupCountY || !groupCountZ) in pvr_CmdDispatch()
3105 pvr_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) pvr_CmdDispatch() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c3278 uint32_t groupCountZ) in dzn_CmdDispatch()
3284 cmdbuf->state.sysvals.compute.group_count_z = groupCountZ; in dzn_CmdDispatch()
3289 ID3D12GraphicsCommandList1_Dispatch(cmdbuf->cmdlist, groupCountX, groupCountY, groupCountZ); in dzn_CmdDispatch()
3275 dzn_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) dzn_CmdDispatch() argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp2248 uint32_t groupCountZ ) const VULKAN_HPP_NOEXCEPT
2250 return ::vkCmdDispatch( commandBuffer, groupCountX, groupCountY, groupCountZ );
2553 uint32_t groupCountZ ) const VULKAN_HPP_NOEXCEPT
2556 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ );
3534 uint32_t groupCountZ ) const VULKAN_HPP_NOEXCEPT
3537 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ );
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3528 typedef void (VKAPI_PTR *PFN_vkCmdDispatch)(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
4166 uint32_t groupCountZ);
5048 typedef void (VKAPI_PTR *PFN_vkCmdDispatchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
5104 uint32_t groupCountZ);
6493 typedef void (VKAPI_PTR *PFN_vkCmdDispatchBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
6514 uint32_t groupCountZ);
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp2154 uint32_t groupCountZ) in overlay_CmdDispatch()
2160 device_data->vtable.CmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in overlay_CmdDispatch()
2150 overlay_CmdDispatch( VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) overlay_CmdDispatch() argument

Completed in 143 milliseconds

12