Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBasicTests.cpp78 float poisonValuesFound = 0.0f; in checkVertexPipelineStagesSubgroupElectNoSSBO() local
94 poisonValuesFound += 1.0f; in checkVertexPipelineStagesSubgroupElectNoSSBO()
98 return numSubgroupsUsed == poisonValuesFound; in checkVertexPipelineStagesSubgroupElectNoSSBO()
106 deUint32 poisonValuesFound = 0; in checkVertexPipelineStagesSubgroupElect() local
120 poisonValuesFound++; in checkVertexPipelineStagesSubgroupElect()
129 return numSubgroupsUsed == poisonValuesFound; in checkVertexPipelineStagesSubgroupElect()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp128 float poisonValuesFound = 0.0f; in checkVertexPipelineStagesSubgroupElectNoSSBO() local
144 poisonValuesFound += 1.0f; in checkVertexPipelineStagesSubgroupElectNoSSBO()
149 return numSubgroupsUsed == poisonValuesFound; in checkVertexPipelineStagesSubgroupElectNoSSBO()
161 deUint32 poisonValuesFound = 0; in checkVertexPipelineStagesSubgroupElect() local
175 poisonValuesFound++; in checkVertexPipelineStagesSubgroupElect()
183 return (multipleCallsPossible ? (numSubgroupsUsed >= poisonValuesFound) : (numSubgroupsUsed == poisonValuesFound)); in checkVertexPipelineStagesSubgroupElect()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp128 float poisonValuesFound = 0.0f; in checkVertexPipelineStagesSubgroupElectNoSSBO() local
144 poisonValuesFound += 1.0f; in checkVertexPipelineStagesSubgroupElectNoSSBO()
149 return numSubgroupsUsed == poisonValuesFound; in checkVertexPipelineStagesSubgroupElectNoSSBO()
161 deUint32 poisonValuesFound = 0; in checkVertexPipelineStagesSubgroupElect() local
175 poisonValuesFound++; in checkVertexPipelineStagesSubgroupElect()
183 return (multipleCallsPossible ? (numSubgroupsUsed >= poisonValuesFound) : (numSubgroupsUsed == poisonValuesFound)); in checkVertexPipelineStagesSubgroupElect()

Completed in 8 milliseconds