Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp85 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatchBaseKHR() argument
87 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBaseKHR()
DVkCommandBuffer.hpp77 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
109 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
DVkCommandBuffer.cpp169 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in CmdDispatch() argument
175 , groupCountZ(groupCountZ) in CmdDispatch()
185 groupCountX, groupCountY, groupCountZ, in play()
199 uint32_t groupCountZ; member in __anon7b265fb10111::CmdDispatch
1422 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in dispatchBase() argument
1424 …dCommand<::CmdDispatch>(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); 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()
DVkPipeline.hpp143 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ,
DVkPipeline.cpp625 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ, in run() argument
634 groupCountX, groupCountY, groupCountZ); in run()
DlibVulkan.cpp2269 …ch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatch() argument
2272 commandBuffer, int(groupCountX), int(groupCountY), int(groupCountZ)); in vkCmdDispatch()
2274 vk::Cast(commandBuffer)->dispatch(groupCountX, groupCountY, groupCountZ); in vkCmdDispatch()
2630 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in vkCmdDispatchBase() argument
2633 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase()
2635 …ndBuffer)->dispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase()
/external/vulkan-validation-layers/layers/
Dbest_practices.cpp381 uint32_t groupCountZ) { in PreCallValidateCmdDispatch() argument
384 if ((groupCountX == 0) || (groupCountY == 0) || (groupCountZ == 0)) { in PreCallValidateCmdDispatch()
389 groupCountX, groupCountY, groupCountZ); in PreCallValidateCmdDispatch()
Dbest_practices.h83 uint32_t groupCountZ);
Dparameter_validation_utils.cpp2900 … uint32_t groupCountY, uint32_t groupCountZ) { in manual_PreCallValidateCmdDispatch() argument
2919 if (groupCountZ > device_limits.maxComputeWorkGroupCount[2]) { in manual_PreCallValidateCmdDispatch()
2924 groupCountZ, device_limits.maxComputeWorkGroupCount[2]); in manual_PreCallValidateCmdDispatch()
2944 … uint32_t groupCountY, uint32_t groupCountZ) { in manual_PreCallValidateCmdDispatchBaseKHR() argument
2985 } else if (groupCountZ > (limit - baseGroupZ)) { in manual_PreCallValidateCmdDispatchBaseKHR()
2990 baseGroupZ, groupCountZ, limit); in manual_PreCallValidateCmdDispatchBaseKHR()
Dstateless_validation.h1107 uint32_t groupCountZ);
1113 uint32_t groupCountZ);
/external/swiftshader/src/Pipeline/
DComputeProgram.cpp212 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in run() argument
225 data.numWorkgroups[Z] = groupCountZ; in run()
240 auto groupCount = groupCountX * groupCountY * groupCountZ; in run()
DComputeProgram.hpp61 uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h215 uint32_t groupCountZ; member
529 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1002 uint32_t groupCountZ) in dispatch() argument
1007 paramStruct->groupCountZ = groupCountZ; in dispatch()
Dvk_wrapper.h261 void dispatch(uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1081 uint32_t groupCountZ)
1084 vkCmdDispatch(mHandle, groupCountX, groupCountY, groupCountZ);
DSecondaryCommandBuffer.cpp298 params->groupCountZ); in executeCommands()
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.h503 uint32_t groupCountZ);
688 uint32_t groupCountZ);
984 uint32_t groupCountZ);
Dthread_safety.h1626 uint32_t groupCountZ);
1632 uint32_t groupCountZ);
2057 uint32_t groupCountZ);
2066 uint32_t groupCountZ);
2547 uint32_t groupCountZ);
2556 uint32_t groupCountZ);
Dlayer_chassis_dispatch.h531 uint32_t groupCountZ);
718 uint32_t groupCountZ);
1014 uint32_t groupCountZ);
Dchassis.h670 uint32_t groupCountZ);
887 uint32_t groupCountZ);
1251 uint32_t groupCountZ);
2854 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { return fals… in PreCallValidateCmdDispatch() argument
2855 …kCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) {}; in PreCallRecordCmdDispatch() argument
2856 …kCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) {}; in PostCallRecordCmdDispatch() argument
2947 …t32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { return fals… in PreCallValidateCmdDispatchBase() argument
2948 …eGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) {}; in PreCallRecordCmdDispatchBase() argument
2949 …eGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) {}; in PostCallRecordCmdDispatchBase() argument
3154 …t32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) { return fals… in PreCallValidateCmdDispatchBaseKHR() argument
[all …]
Dobject_tracker.h757 uint32_t groupCountZ);
942 uint32_t groupCountZ);
1347 uint32_t groupCountZ);
Dthread_safety.cpp1909 uint32_t groupCountZ) { in PreCallRecordCmdDispatch() argument
1918 uint32_t groupCountZ) { in PostCallRecordCmdDispatch() argument
2592 uint32_t groupCountZ) { in PreCallRecordCmdDispatchBase() argument
2604 uint32_t groupCountZ) { in PostCallRecordCmdDispatchBase() argument
3311 uint32_t groupCountZ) { in PreCallRecordCmdDispatchBaseKHR() argument
3323 uint32_t groupCountZ) { in PostCallRecordCmdDispatchBaseKHR() argument
Dchassis.cpp3214 uint32_t groupCountZ) { in CmdDispatch() argument
3219 …kip |= 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()
3960 uint32_t groupCountZ) { in CmdDispatchBase() argument
3965 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in CmdDispatchBase()
3970 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in CmdDispatchBase()
3972 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in CmdDispatchBase()
3975 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in CmdDispatchBase()
[all …]
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h1455 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1456 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1457 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1458 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1459 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1460 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1461 …h(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1826 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1827 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
1828 …baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ);
[all …]
Danv_entrypoints.c2318 …ch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in anv_CmdDispatch() argument
2321 …v_cmd_buffer->device->dispatch.vkCmdDispatch(commandBuffer, groupCountX, groupCountY, groupCountZ); in anv_CmdDispatch()
2636 … baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) in anv_CmdDispatchBase() argument
2639 …atchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in anv_CmdDispatchBase()
3473 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
3526 …t32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
3979 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
4032 …t32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
4485 …er commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
4538 …t32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ) __attribute__ …
[all …]
/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);

12