Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp4629 TEST_INSTANCED, enumerator
4678 else if (m_test == TEST_INSTANCED) in init()
4761 …ectedGenerated = (m_test == TEST_AMPLIFICATION) ? (3*8) : (m_test == TEST_INSTANCED) ? (8*(3+1)) :… in iterate()
4802 "layout(points" << ((m_test == TEST_INSTANCED) ? (", invocations = 3") : ("")) << ") in;\n" in genProgram()
4854 else if (m_test == TEST_INSTANCED) in genProgram()
6119 …NERATED query with instanced geometry shader", PrimitivesGeneratedQueryCase::TEST_INSTANCED)); in init()