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

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryGridRenderTests.cpp 153 const int numComponentsPerVertex = 8; // vec4 pos, vec4 color
160 const int numComponentLimit = geometryTotalOutputComponents / (4 * numComponentsPerVertex);
175 const int numSliceNodesComponentLimit = geometryTotalOutputComponents / (2 * numComponentsPerVertex); // each node 2 vertices
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 242 const int numComponentsPerVertex = 8; // vec4 pos, vec4 color
251 const int numSliceNodesComponentLimit = geometryTotalOutputComponents / (2 * numComponentsPerVertex); // each node 2 vertices
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp     [all...]

Completed in 200 milliseconds