Searched refs:FLAG_GEOMETRY_SET (Results 1 – 2 of 2) sorted by relevance
65 FLAG_GEOMETRY_SET = 1u << 3, // !< set gl_PointSize in geometry shader enumerator83 if (flags & FLAG_GEOMETRY_SET) in getExpectedPointSize()110 return (flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD)) != 0; in isGeometryStage()272 if (flags & FLAG_GEOMETRY_SET) in initPrograms()304 if (flags & FLAG_GEOMETRY_SET) in test()418 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? ("_") : ("")) << … in getTestCaseName()432 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? (", ") : ("")) <<… in getTestCaseDescription()457 FLAG_GEOMETRY_SET, in createGeometryPointSizeTests()459 FLAG_VERTEX_SET | FLAG_GEOMETRY_SET, in createGeometryPointSizeTests()460 FLAG_VERTEX_SET | FLAG_TESSELLATION_EVALUATION_SET | FLAG_GEOMETRY_SET, in createGeometryPointSizeTests()
1639 FLAG_GEOMETRY_SET = 0x20, // !< set gl_PointSize in geometry shader enumerator1699 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? ("_") : ("")) << … in genTestCaseName()1716 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? (", ") : ("")) <<… in genTestCaseDescription()1745 if (m_flags & FLAG_GEOMETRY_SET) in init()1763 if (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD | FLAG_GEOMETRY_DONT_SET)) in init()1815 …if ((m_flags & (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD | FLAG_GEOMETRY_DONT_SET))) && !s… in checkExtensions()1818 if (m_flags & (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD))) in checkExtensions()1983 else if (m_flags & FLAG_GEOMETRY_SET) in getExpectedPointSize()2102 if (m_flags & FLAG_GEOMETRY_SET) in genGeometrySource()3263 { PointSizeCase::FLAG_GEOMETRY_SET, true}, in init()[all …]