Searched refs:gradY (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | texture.frag | 63 vec2 gradY = dFdy(coords2D); 66 color += textureGrad(texSampler2D, coords2D, gradX, gradY); 67 color += textureProjGrad(texSampler2D, vec3(coords2D, proj), gradX, gradY); 68 color += textureGradOffset(texSampler2D, coords2D, gradX, gradY, offset); 69 color += textureProjGradOffset(texSampler2D, coords3D, gradX, gradY, offset); 70 color += textureGrad(shadowSampler2D, vec3(coords2D, lod), gradX, gradY);
|
D | spv.texture.frag | 63 vec2 gradY = dFdy(coords2D); 66 color += textureGrad(texSampler2D, coords2D, gradX, gradY); 67 color += textureProjGrad(texSampler2D, vec3(coords2D, proj), gradX, gradY); 68 color += textureGradOffset(texSampler2D, coords2D, gradX, gradY, offset); 69 color += textureProjGradOffset(texSampler2D, coords3D, gradX, gradY, offset); 70 color += textureGrad(shadowSampler2D, vec3(coords2D, lod), gradX, gradY);
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.texture.frag.out | 36 Name 239 "gradY" 132 239(gradY): 235(ptr) Variable Function 342 Store 239(gradY) 241 346 245: 45(fvec2) Load 239(gradY) 358 256: 45(fvec2) Load 239(gradY) 366 263: 45(fvec2) Load 239(gradY) 374 273: 45(fvec2) Load 239(gradY) 386 284: 45(fvec2) Load 239(gradY)
|
D | texture.frag.out | 214 0:63 'gradY' ( temp 2-component vector of float) 223 0:66 'gradY' ( temp 2-component vector of float) 232 0:67 'gradY' ( temp 2-component vector of float) 239 0:68 'gradY' ( temp 2-component vector of float) 249 0:69 'gradY' ( temp 2-component vector of float) 261 0:70 'gradY' ( temp 2-component vector of float) 496 0:63 'gradY' ( temp 2-component vector of float) 505 0:66 'gradY' ( temp 2-component vector of float) 514 0:67 'gradY' ( temp 2-component vector of float) 521 0:68 'gradY' ( temp 2-component vector of float) [all …]
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 393 Id gradY; member
|
D | SpvBuilder.cpp | 1802 texArgs[numArgs++] = parameters.gradY; in createTextureCall()
|
D | GlslangToSpv.cpp | 4459 params.gradY = arguments[3 + extraArgs];
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 855 const char* gradY = isVtxCase ? "a_in2" : "v_gradY"; in initShaderSources() local 872 op << ", " << gradX << ", " << gradY; in initShaderSources()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 1378 const char* gradY = isVtxCase ? "a_in2" : "v_gradY"; in initShaderSources() local 1397 op << ", " << gradX << ", " << gradY; in initShaderSources() 3078 const char* const gradY = isVtxCase ? "a_in2" : "v_gradY"; in initShaderSources() local 3100 op << ", " << gradX << ", " << gradY; in initShaderSources()
|