Searched defs:requiredSubgroupSizes (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 957 …const uint32_t requiredSubgroupSizes[5] = {requiredSubgroupSize, requiredSubgroupSize, requiredSub… in testRequireSubgroupSize() local 981 const vector<uint32_t> requiredSubgroupSizes(6, requiredSubgroupSize); in testRequireSubgroupSize() local
|
H A D | vktSubgroupsTestsUtils.cpp | 2714 const uint32_t requiredSubgroupSizes[5] = { in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local 2948 const uint32_t requiredSubgroupSizes[5] = {0u, 0u, 0u, requiredSubgroupSize, 0u}; in makeGeometryFrameBufferTestRequiredSubgroupSize() local 3517 const uint32_t requiredSubgroupSizes[5] = {requiredSubgroupSize, 0u, 0u, 0u, 0u}; in makeVertexFrameBufferTestRequiredSubgroupSize() local 3727 const uint32_t requiredSubgroupSizes[5] = {0u, 0u, 0u, 0u, requiredSubgroupSize}; in makeFragmentFrameBufferTestRequiredSubgroupSize() local
|