Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp65 FLAG_GEOMETRY_SET = 1u << 3, // !< set gl_PointSize in geometry shader enumerator
83 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()
416 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? ("_") : ("")) << … in getTestCaseName()
430 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? (", ") : ("")) <<… in getTestCaseDescription()
448 FLAG_GEOMETRY_SET, in createGeometryPointSizeTests()
450 FLAG_VERTEX_SET | FLAG_GEOMETRY_SET, in createGeometryPointSizeTests()
451 FLAG_VERTEX_SET | FLAG_TESSELLATION_EVALUATION_SET | FLAG_GEOMETRY_SET, in createGeometryPointSizeTests()
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1630 FLAG_GEOMETRY_SET = 0x20, // !< set gl_PointSize in geometry shader enumerator
1690 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? ("_") : ("")) << … in genTestCaseName()
1707 …if (flags & FLAG_GEOMETRY_SET) buf << ((flags & (FLAG_GEOMETRY_SET-1)) ? (", ") : ("")) <<… in genTestCaseDescription()
1731 if (m_flags & FLAG_GEOMETRY_SET) in init()
1749 if (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD | FLAG_GEOMETRY_DONT_SET)) in init()
1792 …if ((m_flags & (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD | FLAG_GEOMETRY_DONT_SET))) && !s… in checkExtensions()
1795 if (m_flags & (m_flags & (FLAG_GEOMETRY_SET | FLAG_GEOMETRY_ADD))) in checkExtensions()
1960 else if (m_flags & FLAG_GEOMETRY_SET) in getExpectedPointSize()
2079 if (m_flags & FLAG_GEOMETRY_SET) in genGeometrySource()
3232 PointSizeCase::FLAG_GEOMETRY_SET, in init()
[all …]