Home
last modified time | relevance | path

Searched defs:subgroupSize (Results 1 – 25 of 34) sorted by relevance

12

/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp610 int subgroupSize = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SIZE_KHR); in getSubgroupSize() local
1083 bool (*checkResult)(std::vector<const void *> datas, uint32_t width, uint32_t subgroupSize), in makeTessellationEvaluationFrameBufferTest()
1147 const uint32_t subgroupSize = getSubgroupSize(context); in makeTessellationEvaluationFrameBufferTest() local
1272 … uint32_t width, uint32_t subgroupSize)) in makeGeometryFrameBufferTest()
1332 const uint32_t subgroupSize = getSubgroupSize(context); in makeGeometryFrameBufferTest() local
1443 uint32_t subgroupSize), in allStages()
1598 const uint32_t subgroupSize = getSubgroupSize(context); in allStages() local
1747 … uint32_t width, uint32_t subgroupSize)) in makeVertexFrameBufferTest()
1808 const uint32_t subgroupSize = getSubgroupSize(context); in makeVertexFrameBufferTest() local
1921 …ckResult)(std::vector<const void *> datas, uint32_t width, uint32_t height, uint32_t subgroupSize)) in makeFragmentFrameBufferTest()
[all …]
DglcSubgroupsBuiltinVarTests.cpp40 …xPipelineStagesSubgroupSize(std::vector<const void *> datas, uint32_t width, uint32_t subgroupSize) in checkVertexPipelineStagesSubgroupSize()
55 uint32_t subgroupSize) in checkVertexPipelineStagesSubgroupInvocationID()
84 const uint32_t localSize[3], uint32_t subgroupSize) in checkComputeSubgroupSize()
124 const uint32_t localSize[3], uint32_t subgroupSize) in checkComputeSubgroupInvocationID()
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp436 uint64_t subgroupSizeToMask(uint32_t subgroupSize) in subgroupSizeToMask()
444 Ballot subgroupSizeToMask(uint32_t subgroupSize, uint32_t subgroupCount) in subgroupSizeToMask()
456 bitset_inv_t bitsetFromU64(uint64_t mask, uint32_t subgroupSize) in bitsetFromU64()
467 Ballots ballotsFromU64(uint64_t maskValue, uint32_t subgroupSize, uint32_t subgroupCount) in ballotsFromU64()
477 Ballots ballotsFromBallot(Ballot b, uint32_t subgroupSize, uint32_t subgroupCount) in ballotsFromBallot()
487 uint64_t bitsetToU64(const bitset_inv_t &bitset, uint32_t subgroupSize, uint32_t invocationID) in bitsetToU64()
498 Ballot bitsetToBallot(const Ballots &bitset, uint32_t subgroupSize, uint32_t invocationID) in bitsetToBallot()
503 Ballot bitsetToBallot(uint64_t value, uint32_t subgroupCount, uint32_t subgroupSize, uint32_t invoc… in bitsetToBallot()
532 static bitset_inv_t bitsetElect(const bitset_inv_t &value, int32_t subgroupSize) in bitsetElect()
1615 for (int32_t subgroupSize = 4; subgroupSize <= 128; subgroupSize *= 2) in generateRandomProgram() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinVarTests.cpp64 uint32_t subgroupSize) in checkVertexPipelineStagesSubgroupSize()
82 uint32_t subgroupSize) in checkVertexPipelineStagesSubgroupInvocationID()
114 uint32_t subgroupSize) in checkComputeSubgroupSize()
157 uint32_t subgroupSize) in checkComputeSubgroupInvocationID()
DvktSubgroupsBallotBroadcastTests.cpp542 … for (uint32_t subgroupSize = 1; subgroupSize <= subgroups::maxSupportedSubgroupSize(); in createSubgroupsBallotBroadcastTests() local
586 … for (uint32_t subgroupSize = 1; subgroupSize <= subgroups::maxSupportedSubgroupSize(); in createSubgroupsBallotBroadcastTests() local
DvktSubgroupsTestsUtils.hpp242 …or()(const void *extraData, std::vector<const void *> datas, uint32_t width, uint32_t subgroupSize, in operator ()()
DvktSubgroupsSizeControlTests.cpp673 const uint32_t subgroupSize = subgroups::getSubgroupSize(context); in test() local
720 const uint32_t subgroupSize = subgroups::getSubgroupSize(context); in test() local
815 const uint32_t subgroupSize = subgroups::getSubgroupSize(context); in testRequireFullSubgroups() local
DvktSubgroupsTestsUtils.cpp2764 const uint32_t subgroupSize = getSubgroupSize(context); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2993 const uint32_t subgroupSize = getSubgroupSize(context); in makeGeometryFrameBufferTestRequiredSubgroupSize() local
3317 const uint32_t subgroupSize = getSubgroupSize(context); in allStagesRequiredSubgroupSize() local
3569 const uint32_t subgroupSize = getSubgroupSize(context); in makeVertexFrameBufferTestRequiredSubgroupSize() local
3780 const uint32_t subgroupSize = getSubgroupSize(context); in makeFragmentFrameBufferTestRequiredSubgroupSize() local
3981const uint32_t subgroupSize, const uint32_t localSizesToTest[][3], const uint32_t localSizesToTest… in makeComputeOrMeshTestRequiredSubgroupSize()
4291 …const bool isRequiredSubgroupSize, const uint32_t subgroupSize, const uint32_t localSizesToTest[][… in makeComputeTestRequiredSubgroupSize()
4303 …const bool isRequiredSubgroupSize, const uint32_t subgroupSize, const uint32_t localSizesToTest[][… in makeMeshTestRequiredSubgroupSize()
4319 const uint32_t subgroupSize = in makeComputeOrMeshTest() local
4900 const uint32_t subgroupSize = getSubgroupSize(context); in allRayTracingStagesRequiredSubgroupSize() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkComputePipelineConstructionUtil.cpp170 void ComputePipelineWrapper::setSubgroupSize(uint32_t subgroupSize) in setSubgroupSize()
DvkObjUtil.cpp45 … const VkPipelineCache pipelineCache, const uint32_t subgroupSize) in makeComputePipeline()
/external/vulkan-headers/registry/profiles/
DVP_KHR_roadmap_2022.json100 "subgroupSize": 4, number
/external/deqp-deps/amber/src/
Dpipeline.cc178 const uint32_t subgroupSize) { in SetShaderRequiredSubgroupSize()
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/xml/profiles/
DVP_KHR_roadmap_2022.json100 "subgroupSize": 4, number
/external/angle/third_party/vulkan-headers/src/registry/profiles/
DVP_KHR_roadmap.json152 "subgroupSize": 4, number
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp1155 const uint32_t subgroupSize = getSubgroupSizeFromMode(m_context, m_data.subgroupSizeMode); in iterate() local
/external/mesa3d/src/gallium/drivers/zink/
DVP_ZINK_requirements.json604 "subgroupSize": 64, number
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1256 uint32_t subgroupSize; member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp394 const uint32_t subgroupSize; member
/external/vulkan-validation-layers/tests/device_profiles/
Damd_radeon_rx_480.json453 "subgroupSize": 64, number
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl2186 uint32_t subgroupSize; member
3411 uint32_t subgroupSize; member
DvkVulkan_c.inl3633 uint32_t subgroupSize; member
4299 uint32_t subgroupSize; member
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h1082 uint32_t subgroupSize; member
3410 uint32_t subgroupSize; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h3628 uint32_t subgroupSize; member
4294 uint32_t subgroupSize; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl2754 uint32_t subgroupSize; member
5084 uint32_t subgroupSize; member
5275 uint32_t subgroupSize; member
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h4946 uint32_t subgroupSize; member
5741 uint32_t subgroupSize; member
9301 uint32_t subgroupSize; member

12