OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcsToTES
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationShaderInputOutputTests.cpp
518
const bool
tcsToTES
= caseType == CASETYPE_TCS_TO_TES || caseType == CASETYPE_VS_TO_TCS_TO_TES;
545
<< (!
tcsToTES
? "layout(location = 0) out highp vec4 in_te_attr[];\n" : "")
549
<< " " << (
tcsToTES
? "gl_out[gl_InvocationID].gl_Position" : "in_te_attr[gl_InvocationID]") << " = "
566
const std::string tesIn0 =
tcsToTES
? "gl_in[0].gl_Position" : "in_te_attr[0]";
567
const std::string tesIn1 =
tcsToTES
? "gl_in[1].gl_Position" : "in_te_attr[1]";
568
const std::string tesIn2 =
tcsToTES
? "gl_in[2].gl_Position" : "in_te_attr[2]";
576
<< (!
tcsToTES
? "layout(location = 0) in highp vec4 in_te_attr[];\n" : "")
/external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp
[
all
...]
Completed in 85 milliseconds