Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp175 int geometryShaderInvocations = -1; in init() local
208 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations); in init()
215 geometryShaderInvocations = 32; in init()
220 geometryShaderInvocations = 4; in init()
235 msg << "\tGL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << geometryShaderInvocations; in init()
258 const int geometryVerticesPerPrimitive = numVerticesPerInvocation * geometryShaderInvocations; in init()
259 …nst int geometryPrimitivesOutPerPrimitive = numPrimitivesPerInvocation * geometryShaderInvocations; in init()
266 << "\tNumber of invocations per primitive: " << geometryShaderInvocations << "\n" in init()
271 …lu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations)); in init()
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp2253 int geometryShaderInvocations = -1; in init() local
2286 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations); in init()
2293 geometryShaderInvocations = 32; in init()
2298 geometryShaderInvocations = 4; in init()
2313 msg << "\tGL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << geometryShaderInvocations; in init()
2351 geometryVerticesPerPrimitive = numVerticesPerInvocation * geometryShaderInvocations; in init()
2352 geometryPrimitivesOutPerPrimitive = numPrimitivesPerInvocation * geometryShaderInvocations; in init()
2359 << "\tNumber of invocations per primitive: " << geometryShaderInvocations << "\n" in init()
2364 …metrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations, tessGen… in init()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h1675 uint64 geometryShaderInvocations; member
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp2824 …de::MovePtr<TestCaseGroup> geometryShaderInvocations (new TestCaseGroup(m_testCtx, "geometry_sha… in init() local
3100 geometryShaderInvocations->addChild(primary.release()); in init()
3101 geometryShaderInvocations->addChild(secondary.release()); in init()
3102 geometryShaderInvocations->addChild(secondaryInherited.release()); in init()
3294 addChild(geometryShaderInvocations.release()); in init()