/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | dispatch.adoc | 141 * pname:baseGroupY is the start value for the Y component of 168 pname:baseGroupY must: be less than 180 pname:baseGroupY 186 If any of pname:baseGroupX, pname:baseGroupY, or pname:baseGroupZ are
|
D | dispatch.txt | 141 * pname:baseGroupY is the start value for the Y component of 168 pname:baseGroupY must: be less than 180 pname:baseGroupY 186 If any of pname:baseGroupX, pname:baseGroupY, or pname:baseGroupZ are
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 88 …chBaseKHR(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vkCmdDispatchBaseKHR() argument 90 …vkCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, gro… in vkCmdDispatchBaseKHR()
|
D | VkCommandBuffer.cpp | 166 …CmdDispatch(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, u… in CmdDispatch() argument 168 , baseGroupY(baseGroupY) in CmdDispatch() 181 pipeline->run(baseGroupX, baseGroupY, baseGroupZ, in execute() 193 const uint32_t baseGroupY; member in __anon6df712b90111::CmdDispatch 1352 void CommandBuffer::dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in dispatchBase() argument 1355 …addCommand<::CmdDispatch>(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCount… in dispatchBase()
|
D | VkPipeline.hpp | 144 void run(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ,
|
D | VkPipeline.cpp | 472 void ComputePipeline::run(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in run() argument 482 baseGroupX, baseGroupY, baseGroupZ, in run()
|
D | VkCommandBuffer.hpp | 70 void dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ,
|
D | libVulkan.cpp | 3060 …patchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vkCmdDispatchBase() argument 3063 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase() 3065 …vk::Cast(commandBuffer)->dispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in vkCmdDispatchBase()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ComputeProgram.hpp | 63 uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ,
|
D | ComputeProgram.cpp | 217 uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in run() argument 264 auto groupY = baseGroupY + groupOffsetY; in run()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_command_buffer.c | 1533 uint32_t baseGroupY, in vn_CmdDispatchBase() argument 1539 VN_CMD_ENQUEUE(vkCmdDispatchBase, commandBuffer, baseGroupX, baseGroupY, in vn_CmdDispatchBase()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_command_buffer.h | 5646 …patchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vn_sizeof_vkCmdDispatchBase() argument 5654 cmd_size += vn_sizeof_uint32_t(&baseGroupY); in vn_sizeof_vkCmdDispatchBase() 5663 …md_flags, VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vn_encode_vkCmdDispatchBase() argument 5672 vn_encode_uint32_t(enc, &baseGroupY); in vn_encode_vkCmdDispatchBase() 5679 …ase_reply(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vn_sizeof_vkCmdDispatchBase_reply() argument 5695 …der *dec, VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vn_decode_vkCmdDispatchBase_reply() argument 9054 …md_flags, VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… in vn_submit_vkCmdDispatchBase() argument 9058 …size_t cmd_size = vn_sizeof_vkCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, g… in vn_submit_vkCmdDispatchBase() 9064 …BIT_EXT ? vn_sizeof_vkCmdDispatchBase_reply(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, gro… in vn_submit_vkCmdDispatchBase() 9068 …vn_encode_vkCmdDispatchBase(enc, cmd_flags, commandBuffer, baseGroupX, baseGroupY, baseGroupZ, gro… in vn_submit_vkCmdDispatchBase() [all …]
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 5302 uint32_t baseGroupY, in anv_cmd_buffer_push_base_group_id() argument 5311 push->cs.base_work_group_id[1] != baseGroupY || in anv_cmd_buffer_push_base_group_id() 5314 push->cs.base_work_group_id[1] = baseGroupY; in anv_cmd_buffer_push_base_group_id() 5432 uint32_t baseGroupY, in genX() 5443 baseGroupY, baseGroupZ); in genX()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 2732 …API_CALL vkCmdDispatchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, in vkCmdDispatchBase() argument 2741 …disp->CmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY,… in vkCmdDispatchBase()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cmd_buffer.c | 3777 uint32_t baseGroupY, in v3dv_CmdDispatchBase() argument 3787 baseGroupX, baseGroupY, baseGroupZ, in v3dv_CmdDispatchBase()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 902 …atchBase (VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… argument 904 …m_vk.cmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, …
|
D | vkFunctionPointerTypes.inl | 267 … (VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… 268 … (VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 2680 deUint32 baseGroupY = 0; in iterate() local 2689 deUint32 offsetY = baseGroupY + localIdxY * m_localSize.y(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 2680 deUint32 baseGroupY = 0; in iterate() local 2689 deUint32 offsetY = baseGroupY + localIdxY * m_localSize.y(); in iterate()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5048 …atchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… 5100 uint32_t baseGroupY, 6493 …hBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… 6510 uint32_t baseGroupY,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 2549 uint32_t baseGroupY, in vkCmdDispatchBase() argument 2556 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ ); in vkCmdDispatchBase() 3530 uint32_t baseGroupY, in vkCmdDispatchBaseKHR() argument 3537 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ ); in vkCmdDispatchBaseKHR()
|
D | vulkan_raii.hpp | 4228 uint32_t baseGroupY, 4350 uint32_t baseGroupY, 10405 uint32_t baseGroupY, in dispatchBase() argument 10413 baseGroupY, in dispatchBase() 12296 uint32_t baseGroupY, in dispatchBaseKHR() argument 12307 baseGroupY, in dispatchBaseKHR()
|
D | vulkan_core.h | 5142 …atchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… 5194 uint32_t baseGroupY, 6592 …hBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… 6609 uint32_t baseGroupY,
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 2288 uint32_t baseGroupY, in vkCmdDispatchBase() argument 2294 …return ::vkCmdDispatchBase( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupC… in vkCmdDispatchBase() 3408 uint32_t baseGroupY, in vkCmdDispatchBaseKHR() argument 3414 …return ::vkCmdDispatchBaseKHR( commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, gro… in vkCmdDispatchBaseKHR()
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 5191 …atchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… 5243 uint32_t baseGroupY, 6752 …hBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGr… 6769 uint32_t baseGroupY,
|