Home
last modified time | relevance | path

Searched refs:UNELECTED_VALUE (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsBasicTests.cpp44 static const deUint32 UNELECTED_VALUE = 13u; variable
91 case UNELECTED_VALUE: in checkVertexPipelineStagesSubgroupElectNoSSBO()
117 case UNELECTED_VALUE: in checkVertexPipelineStagesSubgroupElect()
279 unelectedValue << UNELECTED_VALUE; in initFrameBufferPrograms()
736 << " uint value = " << UNELECTED_VALUE << "u;\n" in initPrograms()
771 << " b0.result[gl_VertexID] = " << UNELECTED_VALUE << "u;\n" in initPrograms()
804 << " b1.result[gl_PrimitiveID] = " << UNELECTED_VALUE << "u;\n" in initPrograms()
839 … << " b2.result[gl_PrimitiveID * 2 + int(gl_TessCoord.x + 0.5)] = " << UNELECTED_VALUE << "u;\n" in initPrograms()
869 << " b3.result[gl_PrimitiveIDIn] = " << UNELECTED_VALUE << "u;\n" in initPrograms()
898 << " data = " << UNELECTED_VALUE << "u;\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBasicTests.cpp59 static const deUint32 UNELECTED_VALUE = 13u; variable
139 case UNELECTED_VALUE: in checkVertexPipelineStagesSubgroupElectNoSSBO()
170 case UNELECTED_VALUE: in checkVertexPipelineStagesSubgroupElect()
472 unelectedValue << UNELECTED_VALUE; in initFrameBufferPrograms()
1520 body << " uint value = " << UNELECTED_VALUE << ";\n" in getTestString()
1537 " tempRes = " << UNELECTED_VALUE << ";\n" in getTestString()
1618 << " uint value = " << UNELECTED_VALUE << ";\n" in initComputePrograms()