Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp4630 TEST_INSTANCED, enumerator
4679 else if (m_test == TEST_INSTANCED) in init()
4762 …ectedGenerated = (m_test == TEST_AMPLIFICATION) ? (3*8) : (m_test == TEST_INSTANCED) ? (8*(3+1)) :… in iterate()
4803 "layout(points" << ((m_test == TEST_INSTANCED) ? (", invocations = 3") : ("")) << ") in;\n" in genProgram()
4855 else if (m_test == TEST_INSTANCED) in genProgram()
6120 …NERATED query with instanced geometry shader", PrimitivesGeneratedQueryCase::TEST_INSTANCED)); in init()