Home
last modified time | relevance | path

Searched refs:vTexCoord (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/Test/
Dvulkan.frag79 layout(location=0) in vec2 vTexCoord;
91 userTexture(sampler2D(t2d,s), vTexCoord); // ERROR, not point of use
92 userTexture((sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
94 …userTexture(cond ? sampler2D(t2d,s) : sampler2D(t2d,s), vTexCoord); // ERROR, no ?:, not point of…
/external/angle/third_party/glslang/src/Test/
Dvulkan.frag79 layout(location=0) in vec2 vTexCoord;
91 userTexture(sampler2D(t2d,s), vTexCoord); // ERROR, not point of use
92 userTexture((sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
93 userTexture((sampler2D(t2d,s), sampler2D(t2d,s)), vTexCoord); // ERROR, not point of use
94 …userTexture(cond ? sampler2D(t2d,s) : sampler2D(t2d,s), vTexCoord); // ERROR, no ?:, not point of…
/external/skqp/src/gpu/mtl/
DGrMtlCopyManager.mm50 "layout(location = 1) out float2 vTexCoord;"
54 "vTexCoord = inPosition * uTexCoordXform.xy + uTexCoordXform.zw;"
67 "layout(location = 1) in float2 vTexCoord;"
71 "sk_FragColor = texture(uTexture, vTexCoord);"
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3244 GrShaderVar vTexCoord("v_texCoord", kHalf2_GrSLType, GrShaderVar::kOut_TypeModifier); in createCopyProgram() local
3252 vTexCoord.addModifier("noperspective"); in createCopyProgram()
3261 vTexCoord.appendDecl(shaderCaps, &vshaderTxt); in createCopyProgram()
3279 vTexCoord.setTypeModifier(GrShaderVar::kIn_TypeModifier); in createCopyProgram()
3280 vTexCoord.appendDecl(shaderCaps, &fshaderTxt); in createCopyProgram()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3349 GrShaderVar vTexCoord("v_texCoord", kHalf2_GrSLType, GrShaderVar::kOut_TypeModifier); in createCopyProgram() local
3357 vTexCoord.addModifier("noperspective"); in createCopyProgram()
3366 vTexCoord.appendDecl(shaderCaps, &vshaderTxt); in createCopyProgram()
3384 vTexCoord.setTypeModifier(GrShaderVar::kIn_TypeModifier); in createCopyProgram()
3385 vTexCoord.appendDecl(shaderCaps, &fshaderTxt); in createCopyProgram()