Home
last modified time | relevance | path

Searched refs:baseGroupZ (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/src/Pipeline/
DComputeProgram.hpp62 uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ,
DComputeProgram.cpp214 uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in run() argument
261 auto groupZ = baseGroupZ + groupOffsetZ; in run()
/external/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp88 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in vkCmdDispatchBaseKHR() argument
90 …vkCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, gro… in vkCmdDispatchBaseKHR()
DVkPipeline.cpp298 void ComputePipeline::run(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in run() argument
308 baseGroupX, baseGroupY, baseGroupZ, in run()
DVkPipeline.hpp144 void run(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ,
DVkCommandBuffer.cpp163 …CmdDispatch(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, u… in CmdDispatch() argument
166 , baseGroupZ(baseGroupZ) in CmdDispatch()
178 pipeline->run(baseGroupX, baseGroupY, baseGroupZ, in play()
191 uint32_t baseGroupZ; member in __anon37a6868d0111::CmdDispatch
1322 void CommandBuffer::dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in dispatchBase() argument
1325 …addCommand<::CmdDispatch>(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCount… in dispatchBase()
DVkCommandBuffer.hpp70 void dispatchBase(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ,
DlibVulkan.cpp2938 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in vkCmdDispatchBase() argument
2941 commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCountZ); in vkCmdDispatchBase()
2943 …vk::Cast(commandBuffer)->dispatchBase(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY… in vkCmdDispatchBase()
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp2943 … uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, in manual_PreCallValidateCmdDispatchBaseKHR() argument
2979 if (baseGroupZ >= limit) { in manual_PreCallValidateCmdDispatchBaseKHR()
2984 baseGroupZ, limit); in manual_PreCallValidateCmdDispatchBaseKHR()
2985 } else if (groupCountZ > (limit - baseGroupZ)) { in manual_PreCallValidateCmdDispatchBaseKHR()
2990 baseGroupZ, groupCountZ, limit); in manual_PreCallValidateCmdDispatchBaseKHR()
Dstateless_validation.h1112 … uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY,
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.h685 uint32_t baseGroupZ,
981 uint32_t baseGroupZ,
Dthread_safety.h2054 uint32_t baseGroupZ,
2063 uint32_t baseGroupZ,
2544 uint32_t baseGroupZ,
2553 uint32_t baseGroupZ,
Dlayer_chassis_dispatch.h715 uint32_t baseGroupZ,
1011 uint32_t baseGroupZ,
Dchassis.h884 uint32_t baseGroupZ,
1248 uint32_t baseGroupZ,
2947 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in PreCallValidateCmdDispatchBase() argument
2948 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in PreCallRecordCmdDispatchBase() argument
2949 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in PostCallRecordCmdDispatchBase() argument
3154 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in PreCallValidateCmdDispatchBaseKHR() argument
3155 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in PreCallRecordCmdDispatchBaseKHR() argument
3156 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in PostCallRecordCmdDispatchBaseKHR() argument
Dobject_tracker.h939 uint32_t baseGroupZ,
1344 uint32_t baseGroupZ,
Dthread_safety.cpp2589 uint32_t baseGroupZ, in PreCallRecordCmdDispatchBase() argument
2601 uint32_t baseGroupZ, in PostCallRecordCmdDispatchBase() argument
3308 uint32_t baseGroupZ, in PreCallRecordCmdDispatchBaseKHR() argument
3320 uint32_t baseGroupZ, in PostCallRecordCmdDispatchBaseKHR() argument
Dchassis.cpp3957 uint32_t baseGroupZ, in CmdDispatchBase() argument
3965 …>PreCallValidateCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, gr… in CmdDispatchBase()
3970 …intercept->PreCallRecordCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCo… in CmdDispatchBase()
3972 …DispatchCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCount… in CmdDispatchBase()
3975 …intercept->PostCallRecordCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupC… in CmdDispatchBase()
5426 uint32_t baseGroupZ, in CmdDispatchBaseKHR() argument
5434 …eCallValidateCmdDispatchBaseKHR(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, gr… in CmdDispatchBaseKHR()
5439 …PreCallRecordCmdDispatchBaseKHR(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, gr… in CmdDispatchBaseKHR()
5441 …DispatchCmdDispatchBaseKHR(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCo… in CmdDispatchBaseKHR()
5444 …ostCallRecordCmdDispatchBaseKHR(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, gr… in CmdDispatchBaseKHR()
Dvk_dispatch_table_helper.h40 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in StubCmdDispatchBase() argument
63 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in StubCmdDispatchBaseKHR() argument
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c4510 uint32_t baseGroupZ) in anv_cmd_buffer_push_base_group_id() argument
4519 push->cs.base_work_group_id[2] != baseGroupZ) { in anv_cmd_buffer_push_base_group_id()
4522 push->cs.base_work_group_id[2] = baseGroupZ; in anv_cmd_buffer_push_base_group_id()
4569 uint32_t baseGroupZ, in genX()
4579 baseGroupY, baseGroupZ); in genX()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h1826 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
1827 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
1828 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
1829 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
1830 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
1831 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
1832 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
Danv_entrypoints.c2636 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC… in anv_CmdDispatchBase() argument
2639 …ice->dispatch.vkCmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, gr… in anv_CmdDispatchBase()
3526 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
4032 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
4538 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
5044 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
5550 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
6056 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4376 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
4429 uint32_t baseGroupZ,
5095 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
5113 uint32_t baseGroupZ,
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4376 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
4429 uint32_t baseGroupZ,
5095 …ffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupC…
5113 uint32_t baseGroupZ,
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl630 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC… argument
632 …m_vk.cmdDispatchBase(commandBuffer, baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, …
DvkFunctionPointerTypes.inl146 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC…
213 …ffer commandBuffer, deUint32 baseGroupX, deUint32 baseGroupY, deUint32 baseGroupZ, deUint32 groupC…

12