HomeSort by relevance Sort by last modified time
    Searched refs:geometryShaderInvocations (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 175 int geometryShaderInvocations = -1;
208 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations);
215 geometryShaderInvocations = 32;
220 geometryShaderInvocations = 4;
235 msg << "\tGL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << geometryShaderInvocations;
258 const int geometryVerticesPerPrimitive = numVerticesPerInvocation * geometryShaderInvocations;
259 const int geometryPrimitivesOutPerPrimitive = numPrimitivesPerInvocation * geometryShaderInvocations;
266 << "\tNumber of invocations per primitive: " << geometryShaderInvocations << "\n"
271 sources << glu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations));
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_types.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp     [all...]

Completed in 146 milliseconds