Home
last modified time | relevance | path

Searched refs:numSubgroupsUsed (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBasicTests.cpp79 float numSubgroupsUsed = 0.0f; in checkVertexPipelineStagesSubgroupElectNoSSBO() local
84 numSubgroupsUsed += resultData[x * 2 + 1]; in checkVertexPipelineStagesSubgroupElectNoSSBO()
98 return numSubgroupsUsed == poisonValuesFound; in checkVertexPipelineStagesSubgroupElectNoSSBO()
126 const deUint32 numSubgroupsUsed = in checkVertexPipelineStagesSubgroupElect() local
129 return numSubgroupsUsed == poisonValuesFound; in checkVertexPipelineStagesSubgroupElect()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp129 float numSubgroupsUsed = 0.0f; in checkVertexPipelineStagesSubgroupElectNoSSBO() local
134 numSubgroupsUsed += resultData[x * 2 + 1]; in checkVertexPipelineStagesSubgroupElectNoSSBO()
149 return numSubgroupsUsed == poisonValuesFound; in checkVertexPipelineStagesSubgroupElectNoSSBO()
181 const deUint32 numSubgroupsUsed = *reinterpret_cast<const deUint32*>(datas[1]); in checkVertexPipelineStagesSubgroupElect() local
183 return (multipleCallsPossible ? (numSubgroupsUsed >= poisonValuesFound) : (numSubgroupsUsed == poisonValuesFound)); in checkVertexPipelineStagesSubgroupElect()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp129 float numSubgroupsUsed = 0.0f; in checkVertexPipelineStagesSubgroupElectNoSSBO() local
134 numSubgroupsUsed += resultData[x * 2 + 1]; in checkVertexPipelineStagesSubgroupElectNoSSBO()
149 return numSubgroupsUsed == poisonValuesFound; in checkVertexPipelineStagesSubgroupElectNoSSBO()
181 const deUint32 numSubgroupsUsed = *reinterpret_cast<const deUint32*>(datas[1]); in checkVertexPipelineStagesSubgroupElect() local
183 return (multipleCallsPossible ? (numSubgroupsUsed >= poisonValuesFound) : (numSubgroupsUsed == poisonValuesFound)); in checkVertexPipelineStagesSubgroupElect()

Completed in 8 milliseconds