/external/swiftshader/src/Pipeline/ |
D | ComputeProgram.cpp | 212 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in run() argument 223 data.numWorkgroups[X] = groupCountX; in run() 240 auto groupCount = groupCountX * groupCountY * groupCountZ; in run() 252 auto groupOffsetZ = modulo / (groupCountX * groupCountY); in run() 253 modulo -= groupOffsetZ * (groupCountX * groupCountY); in run() 254 auto groupOffsetY = modulo / groupCountX; in run() 255 modulo -= groupOffsetY * groupCountX; in run()
|
D | ComputeProgram.hpp | 61 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
|
/external/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 85 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… in vkCmdDispatchBaseKHR() argument 87 …vkCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, gro… in vkCmdDispatchBaseKHR()
|
D | VkCommandBuffer.hpp | 77 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 109 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
|
D | VkCommandBuffer.cpp | 169 …CmdDispatch(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, u… in CmdDispatch() argument 173 , groupCountX(groupCountX) in CmdDispatch() 185 groupCountX, groupCountY, groupCountZ, in play() 197 uint32_t groupCountX; member in __anon7b265fb10111::CmdDispatch 1422 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in dispatchBase() argument 1424 …addCommand<::CmdDispatch>(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCount… in dispatchBase() 1590 void CommandBuffer::dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in dispatch() argument 1592 addCommand<::CmdDispatch>(0, 0, 0, groupCountX, groupCountY, groupCountZ); in dispatch()
|
D | VkPipeline.hpp | 143 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ,
|
D | VkPipeline.cpp | 625 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, in run() argument 634 groupCountX, groupCountY, groupCountZ); in run()
|
D | libVulkan.cpp | 2269 VKAPI_ATTR void VKAPI_CALL vkCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint3… in vkCmdDispatch() argument 2272 commandBuffer, int(groupCountX), int(groupCountY), int(groupCountZ)); in vkCmdDispatch() 2274 vk::Cast(commandBuffer)->dispatch(groupCountX, groupCountY, groupCountZ); in vkCmdDispatch() 2630 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… in vkCmdDispatchBase() argument 2633 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase() 2635 …vk::Cast(commandBuffer)->dispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in vkCmdDispatchBase()
|
/external/vulkan-validation-layers/layers/ |
D | best_practices.cpp | 380 bool BestPractices::PreCallValidateCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX,… in PreCallValidateCmdDispatch() argument 384 if ((groupCountX == 0) || (groupCountY == 0) || (groupCountZ == 0)) { in PreCallValidateCmdDispatch() 389 groupCountX, groupCountY, groupCountZ); in PreCallValidateCmdDispatch()
|
D | best_practices.h | 82 …bool PreCallValidateCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t grou…
|
D | parameter_validation_utils.cpp | 2899 …sValidation::manual_PreCallValidateCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, in manual_PreCallValidateCmdDispatch() argument 2903 if (groupCountX > device_limits.maxComputeWorkGroupCount[0]) { in manual_PreCallValidateCmdDispatch() 2908 groupCountX, device_limits.maxComputeWorkGroupCount[0]); in manual_PreCallValidateCmdDispatch() 2943 … uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, in manual_PreCallValidateCmdDispatchBaseKHR() argument 2955 } else if (groupCountX > (limit - baseGroupX)) { in manual_PreCallValidateCmdDispatchBaseKHR() 2960 baseGroupX, groupCountX, limit); in manual_PreCallValidateCmdDispatchBaseKHR()
|
D | stateless_validation.h | 1106 …bool manual_PreCallValidateCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32… 1112 … uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY,
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.h | 213 uint32_t groupCountX; member 529 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 1000 ANGLE_INLINE void SecondaryCommandBuffer::dispatch(uint32_t groupCountX, in dispatch() argument 1005 paramStruct->groupCountX = groupCountX; in dispatch()
|
D | vk_wrapper.h | 261 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); 1079 ANGLE_INLINE void CommandBuffer::dispatch(uint32_t groupCountX, 1084 vkCmdDispatch(mHandle, groupCountX, groupCountY, groupCountZ);
|
D | SecondaryCommandBuffer.cpp | 297 vkCmdDispatch(cmdBuffer, params->groupCountX, params->groupCountY, in executeCommands()
|
/external/vulkan-validation-layers/layers/generated/ |
D | parameter_validation.h | 501 uint32_t groupCountX, 686 uint32_t groupCountX, 982 uint32_t groupCountX,
|
D | thread_safety.h | 1624 uint32_t groupCountX, 1630 uint32_t groupCountX, 2055 uint32_t groupCountX, 2064 uint32_t groupCountX, 2545 uint32_t groupCountX, 2554 uint32_t groupCountX,
|
D | layer_chassis_dispatch.h | 529 uint32_t groupCountX, 716 uint32_t groupCountX, 1012 uint32_t groupCountX,
|
D | chassis.h | 668 uint32_t groupCountX, 885 uint32_t groupCountX, 1249 uint32_t groupCountX, 2854 …virtual bool PreCallValidateCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint3… in PreCallValidateCmdDispatch() argument 2855 …virtual void PreCallRecordCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_… in PreCallRecordCmdDispatch() argument 2856 …virtual void PostCallRecordCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32… in PostCallRecordCmdDispatch() argument 2947 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… in PreCallValidateCmdDispatchBase() argument 2948 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… in PreCallRecordCmdDispatchBase() argument 2949 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… in PostCallRecordCmdDispatchBase() argument 3154 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… in PreCallValidateCmdDispatchBaseKHR() argument [all …]
|
D | object_tracker.h | 755 uint32_t groupCountX, 940 uint32_t groupCountX, 1345 uint32_t groupCountX,
|
D | thread_safety.cpp | 1907 uint32_t groupCountX, in PreCallRecordCmdDispatch() argument 1916 uint32_t groupCountX, in PostCallRecordCmdDispatch() argument 2590 uint32_t groupCountX, in PreCallRecordCmdDispatchBase() argument 2602 uint32_t groupCountX, in PostCallRecordCmdDispatchBase() argument 3309 uint32_t groupCountX, in PreCallRecordCmdDispatchBaseKHR() argument 3321 uint32_t groupCountX, in PostCallRecordCmdDispatchBaseKHR() argument
|
D | chassis.cpp | 3212 uint32_t groupCountX, in CmdDispatch() argument 3219 …skip |= intercept->PreCallValidateCmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ… in CmdDispatch() 3224 intercept->PreCallRecordCmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in CmdDispatch() 3226 DispatchCmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in CmdDispatch() 3229 intercept->PostCallRecordCmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in CmdDispatch() 3958 uint32_t groupCountX, in CmdDispatchBase() argument 3965 …dateCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, g… in CmdDispatchBase() 3970 …cordCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, g… in CmdDispatchBase() 3972 …DispatchCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCount… in CmdDispatchBase() 3975 …cordCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, g… in CmdDispatchBase() [all …]
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 1455 …void anv_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, ui… 1456 …void gen7_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, u… 1457 …void gen75_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, … 1458 …void gen8_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, u… 1459 …void gen9_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, u… 1460 …void gen11_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, … 1461 …void gen12_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, … 1826 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… 1827 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… 1828 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… [all …]
|
D | anv_entrypoints.c | 2318 …anv_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_… in anv_CmdDispatch() argument 2321 …return anv_cmd_buffer->device->dispatch.vkCmdDispatch(commandBuffer, groupCountX, groupCountY, gro… in anv_CmdDispatch() 2636 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… in anv_CmdDispatchBase() argument 2639 …h.vkCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, g… in anv_CmdDispatchBase() 3473 …void gen7_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, u… 3526 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… 3979 …void gen75_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, … 4032 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… 4485 …void gen8_CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, u… 4538 …int32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t group… [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 475 void DeviceDriver::cmdDispatch (VkCommandBuffer commandBuffer, deUint32 groupCountX, deUint32 group… argument 477 m_vk.cmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); 630 …eUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupCountX, deUint32 group… argument 632 …m_vk.cmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, …
|