OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numSliceNodesComponentLimit
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp
251
const int
numSliceNodesComponentLimit
= geometryTotalOutputComponents / (2 * numComponentsPerVertex); // each node 2 vertices
253
const int numSliceNodes = de::min(
numSliceNodesComponentLimit
, numSliceNodesOutputLimit);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryGridRenderTests.cpp
175
const int
numSliceNodesComponentLimit
= geometryTotalOutputComponents / (2 * numComponentsPerVertex); // each node 2 vertices
177
const int numSliceNodes = de::min(
numSliceNodesComponentLimit
, numSliceNodesOutputLimit);
/external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp
[
all
...]
Completed in 52 milliseconds