Home
last modified time | relevance | path

Searched defs:subgroupSize (Results 1 – 25 of 37) 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/device_generated_commands/
DvktDGCComputeSubgroupTestsExt.cpp52 uint32_t subgroupSize; member
368 for (const auto subgroupSize : invocationCounts) in createDGCComputeSubgroupTestsExt() local
DvktDGCComputeSubgroupTests.cpp53 uint32_t subgroupSize; member
371 for (const auto subgroupSize : invocationCounts) in createDGCComputeSubgroupTests() local
DvktDGCUtil.cpp175 … VkPipeline basePipelineHandle, int32_t basePipelineIndex, uint32_t subgroupSize) in DGCComputePipeline()
DvktDGCUtilExt.cpp804 uint32_t subgroupSize) in DGCComputePipelineExt()
944 … const vk::VkSpecializationInfo *specializationInfo, uint32_t subgroupSize) in DGCComputeShaderExt()
/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp439 uint64_t subgroupSizeToMask(uint32_t subgroupSize) in subgroupSizeToMask()
447 Ballot subgroupSizeToMask(uint32_t subgroupSize, uint32_t subgroupCount) in subgroupSizeToMask()
459 bitset_inv_t bitsetFromU64(uint64_t mask, uint32_t subgroupSize) in bitsetFromU64()
470 Ballots ballotsFromU64(uint64_t maskValue, uint32_t subgroupSize, uint32_t subgroupCount) in ballotsFromU64()
480 Ballots ballotsFromBallot(Ballot b, uint32_t subgroupSize, uint32_t subgroupCount) in ballotsFromBallot()
490 uint64_t bitsetToU64(const bitset_inv_t &bitset, uint32_t subgroupSize, uint32_t invocationID) in bitsetToU64()
501 Ballot bitsetToBallot(const Ballots &bitset, uint32_t subgroupSize, uint32_t invocationID) in bitsetToBallot()
507 … bitsetToBallot(add_cref<Ballots> bitset, add_cref<Ballot> subgroupSizeMask, uint32_t subgroupSize, in bitsetToBallot()
513 Ballot bitsetToBallot(uint64_t value, uint32_t subgroupCount, uint32_t subgroupSize, uint32_t invoc… in bitsetToBallot()
542 static bitset_inv_t bitsetElect(const bitset_inv_t &value, int32_t subgroupSize) in bitsetElect()
[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.cpp533 … for (uint32_t subgroupSize = 1; subgroupSize <= subgroups::maxSupportedSubgroupSize(); in createSubgroupsBallotBroadcastTests() local
577 … 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.cpp626 const uint32_t subgroupSize = subgroups::getSubgroupSize(context); in test() local
673 const uint32_t subgroupSize = subgroups::getSubgroupSize(context); in test() local
762 const uint32_t subgroupSize = subgroups::getSubgroupSize(context); in testRequireFullSubgroups() local
DvktSubgroupsTestsUtils.cpp2763 const uint32_t subgroupSize = getSubgroupSize(context); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2992 const uint32_t subgroupSize = getSubgroupSize(context); in makeGeometryFrameBufferTestRequiredSubgroupSize() local
3316 const uint32_t subgroupSize = getSubgroupSize(context); in allStagesRequiredSubgroupSize() local
3567 const uint32_t subgroupSize = getSubgroupSize(context); in makeVertexFrameBufferTestRequiredSubgroupSize() local
3778 const uint32_t subgroupSize = getSubgroupSize(context); in makeFragmentFrameBufferTestRequiredSubgroupSize() local
3980const uint32_t subgroupSize, const uint32_t localSizesToTest[][3], const uint32_t localSizesToTest… in makeComputeOrMeshTestRequiredSubgroupSize()
4283 …const bool isRequiredSubgroupSize, const uint32_t subgroupSize, const uint32_t localSizesToTest[][… in makeComputeTestRequiredSubgroupSize()
4295 …const bool isRequiredSubgroupSize, const uint32_t subgroupSize, const uint32_t localSizesToTest[][… in makeMeshTestRequiredSubgroupSize()
4311 const uint32_t subgroupSize = in makeComputeOrMeshTest() local
4892 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/deqp-deps/amber/src/
Dpipeline.cc182 const uint32_t subgroupSize) { in SetShaderRequiredSubgroupSize()
/external/angle/third_party/vulkan-headers/src/registry/profiles/
DVP_KHR_roadmap.json152 "subgroupSize": 4, number
/external/vulkan-headers/registry/profiles/
DVP_KHR_roadmap.json152 "subgroupSize": 4, number
/external/mesa3d/src/gallium/drivers/zink/
DVP_ZINK_requirements.json625 "subgroupSize": 64, number
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp2656 const uint32_t subgroupSize = getSubgroupSizeFromMode(m_context, m_data.subgroupSizeMode); in iterate() local
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1256 uint32_t subgroupSize; member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp403 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.inl2203 uint32_t subgroupSize; member
3451 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

12