Home
last modified time | relevance | path

Searched defs:vtxIn (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp144 const char* const vtxIn = usesInout ? "in" : "attribute"; in genVertexShader() local
153 res << vtxIn << " highp vec4 dEQP_Position;\n"; in genVertexShader() local
289 const char* const vtxIn = usesInout ? "in" : "attribute"; in specializeVertexShader() local
299 decl << vtxIn << " highp vec4 dEQP_Position;\n"; in specializeVertexShader() local
437 const char* vtxIn = usesInout ? "in" : "attribute"; in generateVertexSpecialization() local
442 decl << vtxIn << " highp vec4 dEQP_Position;\n"; in generateVertexSpecialization() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp526 const char* vtxIn = usesInout ? "in" : "attribute"; in genVertexShader() local
535 res << vtxIn << " highp vec4 dEQP_Position;\n"; in genVertexShader() local
786 const char* vtxIn = usesInout ? "in" : "attribute"; in specializeVertexShader() local
793 decl << vtxIn << " highp vec4 dEQP_Position;\n"; in specializeVertexShader() local
910 const char* vtxIn = usesInout ? "in" : "attribute"; in specializeShaders() local
912 decl << vtxIn << " highp vec4 dEQP_Position;\n"; in specializeShaders() local
[all...]

Completed in 5 milliseconds