OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tessLevel
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationFractionalSpacingTests.cpp
91
float
tessLevel
;
95
LineData (float lev, float len, int loc) :
tessLevel
(lev), additionalSegmentLength(len), additionalSegmentLocation(loc) {}
102
* with outer levels { 1.0,
tessLevel
}) with a given fractional spacing
120
const float
tessLevel
,
127
const float clampedLevel = getClampedTessLevel(spacingMode,
tessLevel
);
130
std::string failNote = "Note: tessellation level is " + de::toString(
tessLevel
) + "\nNote: sorted coordinates are:\n " + containerStr(sortedCoords);
276
const std::vector<LineData> lineDatasSortedByLevel = sorted(lineDatas, memberPred<std::less>(&LineData::
tessLevel
));
288
if (getClampedTessLevel(spacingMode, curData.
tessLevel
) == getClampedTessLevel(spacingMode, prevData.
tessLevel
) &&
292
<< tcu::TestLog::Message << "Note: tessellation levels are " << curData.
tessLevel
<< " and " << prevData.tessLeve
[
all
...]
/external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp
83
std::string getTessellationControlSource (int
tessLevel
);
84
std::string getTessellationEvaluationSource (int
tessLevel
);
444
std::string GridRenderCase::getTessellationControlSource (int
tessLevel
)
455
" gl_TessLevelOuter[0] = " <<
tessLevel
<< ".0;\n"
456
" gl_TessLevelOuter[1] = " <<
tessLevel
<< ".0;\n"
457
" gl_TessLevelOuter[2] = " <<
tessLevel
<< ".0;\n"
458
" gl_TessLevelOuter[3] = " <<
tessLevel
<< ".0;\n"
459
" gl_TessLevelInner[0] = " <<
tessLevel
<< ".0;\n"
460
" gl_TessLevelInner[1] = " <<
tessLevel
<< ".0;\n"
466
std::string GridRenderCase::getTessellationEvaluationSource (int
tessLevel
)
[
all
...]
Completed in 292 milliseconds