OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxUVW
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp
692
const float
maxUVW
= 1.0f - 2.0f*minUVW;
695
Vec3(
maxUVW
, minUVW, minUVW),
696
Vec3(minUVW,
maxUVW
, minUVW),
697
Vec3(minUVW, minUVW,
maxUVW
)
[
all
...]
Completed in 140 milliseconds