HomeSort by relevance Sort by last modified time
    Searched defs:geometryTotalOutputComponents (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 174 int geometryTotalOutputComponents = -1;
185 gl.getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &geometryTotalOutputComponents);
196 geometryTotalOutputComponents = 1024;
203 geometryTotalOutputComponents = 1024;
232 << "\tGL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << geometryTotalOutputComponents << "\n";
251 const int numSliceNodesComponentLimit = geometryTotalOutputComponents / (2 * numComponentsPerVertex); // each node 2 vertices
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryGridRenderTests.cpp 115 int geometryTotalOutputComponents = 0;
123 geometryTotalOutputComponents = 1024;
129 geometryTotalOutputComponents = 1024;
141 << "\tmaxGeometryTotalOutputComponents = " << geometryTotalOutputComponents << "\n";
157 const int numComponentLimit = geometryTotalOutputComponents / (4 * numComponentsPerVertex);
172 const int numSliceNodesComponentLimit = geometryTotalOutputComponents / (2 * numComponentsPerVertex); // each node 2 vertices

Completed in 203 milliseconds