Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp2278 int geometryShaderInvocations = -1; in init() local
2311 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations); in init()
2318 geometryShaderInvocations = 32; in init()
2323 geometryShaderInvocations = 4; in init()
2338 msg << "\tGL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << geometryShaderInvocations; in init()
2376 geometryVerticesPerPrimitive = numVerticesPerInvocation * geometryShaderInvocations; in init()
2377 geometryPrimitivesOutPerPrimitive = numPrimitivesPerInvocation * geometryShaderInvocations; in init()
2384 << "\tNumber of invocations per primitive: " << geometryShaderInvocations << "\n" in init()
2389 …metrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations, tessGen… in init()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h1583 uint64 geometryShaderInvocations; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp4151 …de::MovePtr<TestCaseGroup> geometryShaderInvocations (new TestCaseGroup(m_testCtx, "geometry_sha… in init() local
4680 geometryShaderInvocations->addChild(primary.release()); in init()
4681 geometryShaderInvocations->addChild(secondary.release()); in init()
4682 geometryShaderInvocations->addChild(secondaryInherited.release()); in init()
5137 addChild(geometryShaderInvocations.release()); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp4151 …de::MovePtr<TestCaseGroup> geometryShaderInvocations (new TestCaseGroup(m_testCtx, "geometry_sha… in init() local
4680 geometryShaderInvocations->addChild(primary.release()); in init()
4681 geometryShaderInvocations->addChild(secondary.release()); in init()
4682 geometryShaderInvocations->addChild(secondaryInherited.release()); in init()
5137 addChild(geometryShaderInvocations.release()); in init()