/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 610 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 …]
|
H A D | glcSubgroupsBuiltinVarTests.cpp | 40 …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()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 439 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 …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsBuiltinVarTests.cpp | 64 uint32_t subgroupSize) in checkVertexPipelineStagesSubgroupSize() 82 uint32_t subgroupSize) in checkVertexPipelineStagesSubgroupInvocationID() 114 uint32_t subgroupSize) in checkComputeSubgroupSize() 157 uint32_t subgroupSize) in checkComputeSubgroupInvocationID()
|
H A D | vktSubgroupsTestsUtils.cpp | 2764 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 3981 …const 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
|
H A D | vktSubgroupsSizeControlTests.cpp | 673 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
|
H A D | vktSubgroupsBallotBroadcastTests.cpp | 542 … for (uint32_t subgroupSize = 1; subgroupSize <= subgroups::maxSupportedSubgroupSize(); in createSubgroupsBallotBroadcastTests() local 586 … for (uint32_t subgroupSize = 1; subgroupSize <= subgroups::maxSupportedSubgroupSize(); in createSubgroupsBallotBroadcastTests() local
|
H A D | vktSubgroupsTestsUtils.hpp | 242 …or()(const void *extraData, std::vector<const void *> datas, uint32_t width, uint32_t subgroupSize, in operator ()()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkComputePipelineConstructionUtil.cpp | 170 void ComputePipelineWrapper::setSubgroupSize(uint32_t subgroupSize) in setSubgroupSize()
|
H A D | vkObjUtil.cpp | 45 … const VkPipelineCache pipelineCache, const uint32_t subgroupSize) in makeComputePipeline()
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | pipeline.cc | 178 const uint32_t subgroupSize) { in SetShaderRequiredSubgroupSize()
|
/aosp_15_r20/external/vulkan-headers/registry/profiles/ |
H A D | VP_KHR_roadmap.json | 152 "subgroupSize": 4, number
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/profiles/ |
H A D | VP_KHR_roadmap.json | 152 "subgroupSize": 4, number
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 1155 const uint32_t subgroupSize = getSubgroupSizeFromMode(m_context, m_data.subgroupSizeMode); in iterate() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | VP_ZINK_requirements.json | 621 "subgroupSize": 64, number
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 1256 uint32_t subgroupSize; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 394 const uint32_t subgroupSize; member
|
/aosp_15_r20/external/vulkan-validation-layers/tests/device_profiles/ |
H A D | amd_radeon_rx_480.json | 453 "subgroupSize": 64, number
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkStructTypes.inl | 2186 uint32_t subgroupSize; member 3411 uint32_t subgroupSize; member
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | vk_safe_struct.h | 1082 uint32_t subgroupSize; member 3410 uint32_t subgroupSize; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4246 uint32_t subgroupSize; member 5032 uint32_t subgroupSize; member 7394 uint32_t subgroupSize; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4246 uint32_t subgroupSize; member 5032 uint32_t subgroupSize; member 7394 uint32_t subgroupSize; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4246 uint32_t subgroupSize; member 5032 uint32_t subgroupSize; member 7394 uint32_t subgroupSize; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4246 uint32_t subgroupSize; member 5032 uint32_t subgroupSize; member 7394 uint32_t subgroupSize; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4246 uint32_t subgroupSize; member 5032 uint32_t subgroupSize; member 7394 uint32_t subgroupSize; member
|