OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tesIn0
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationShaderInputOutputTests.cpp
566
const std::string
tesIn0
= tcsToTES ? "gl_in[0].gl_Position" : "in_te_attr[0]";
581
<< " highp vec2 xy = gl_TessCoord.x * " <<
tesIn0
<< ".xy\n"
585
<< " in_f_color = vec4(" <<
tesIn0
<< ".z + " << tesIn1 << ".w,\n"
586
<< " " << tesIn2 << ".z + " <<
tesIn0
<< ".w,\n"
/external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp
[
all
...]
Completed in 110 milliseconds