| /third_party/glslang/Test/ |
| D | spv.newTexture.frag | 50 v += textureProjGrad(s3D, c4D, c3D, c3D); 59 iv = textureProjGrad(is2D, c3D, c2D, c2D);
|
| D | newTexture.frag | 49 v += textureProjGrad(s3D, c4D, c3D, c3D); 58 iv = textureProjGrad(is2D, c3D, c2D, c2D);
|
| D | web.texture.frag | 59 v = textureProjGrad(s3D, c4D, c3D, c3D); 66 iv = textureProjGrad(is2D, c3D, c2D, c2D);
|
| D | spv.float16Fetch.frag | 392 texel += textureProjGrad(s1D, c2, dPdxy1, dPdxy1); 393 texel += textureProjGrad(s1D, f16c2, f16dPdxy1, f16dPdxy1); 394 texel += textureProjGrad(s1D, c4, dPdxy1, dPdxy1); 395 texel += textureProjGrad(s1D, f16c4, f16dPdxy1, f16dPdxy1); 396 texel += textureProjGrad(s2D, c3, dPdxy2, dPdxy2); 397 texel += textureProjGrad(s2D, f16c3, f16dPdxy2, f16dPdxy2); 398 texel += textureProjGrad(s2D, c4, dPdxy2, dPdxy2); 399 texel += textureProjGrad(s2D, f16c4, f16dPdxy2, f16dPdxy2); 400 texel += textureProjGrad(s3D, c4, dPdxy3, dPdxy3); 401 texel += textureProjGrad(s3D, f16c4, f16dPdxy3, f16dPdxy3); [all …]
|
| D | 300.frag | 67 v = textureProjGrad(s3D, c4D, c3D, c3D); 75 iv = textureProjGrad(is2D, c3D, c2D, c2D);
|
| D | spv.texture.frag | 67 color += textureProjGrad(texSampler2D, vec3(coords2D, proj), gradX, gradY);
|
| D | texture.frag | 67 color += textureProjGrad(texSampler2D, vec3(coords2D, proj), gradX, gradY);
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | ProgramPrelude.cpp | 240 void textureProjGrad(); 2660 PROGRAM_PRELUDE_DECLARE(textureProjGrad, in PROGRAM_PRELUDE_INCLUDE() 2679 textureProjGrad()) in PROGRAM_PRELUDE_INCLUDE() 2694 textureProjGrad()) in PROGRAM_PRELUDE_INCLUDE() 2717 textureProjGrad()) in PROGRAM_PRELUDE_INCLUDE() 2732 textureProjGrad()) in PROGRAM_PRELUDE_INCLUDE()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | builtin_function_declarations.txt | 665 gvec4 textureProjGrad(gsampler2D, vec3, vec2, vec2); 666 gvec4 textureProjGrad(gsampler2D, vec4, vec2, vec2); 667 gvec4 textureProjGrad(gsampler3D, vec4, vec3, vec3); 668 float textureProjGrad(sampler2DShadow, vec4, vec2, vec2); 670 gvec4 textureProjGrad(gsampler1D, vec2, float, float); 671 gvec4 textureProjGrad(gsampler1D, vec4, float, float); 672 float textureProjGrad(sampler1DShadow, vec4, float, float); 674 gvec4 textureProjGrad(gsampler2DRect, vec3, vec2, vec2); 675 gvec4 textureProjGrad(gsampler2DRect, vec4, vec2, vec2); 676 float textureProjGrad(sampler2DRectShadow, vec4, vec2, vec2);
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
| D | AMD_gpu_shader_half_float_fetch.txt | 653 | f16vec4 textureProjGrad(f16sampler1D sampler, f16vec2 P, | Do a texture lookup both | 655 | f16vec4 textureProjGrad(f16sampler1D sampler, f16vec4 P, | textureProj(), and with | 657 | f16vec4 textureProjGrad(f16sampler2D sampler, f16vec3 P, | described in textureGrad(). | 659 | f16vec4 textureProjGrad(f16sampler2D sampler, f16vec4 P, | | 661 | f16vec4 textureProjGrad(f16sampler3D sampler, f16vec4 P, | | 663 | f16vec4 textureProjGrad(f16sampler2DRect sampler, | | 666 | f16vec4 textureProjGrad(f16sampler2DRect sampler, | | 669 | float16_t textureProjGrad(f16sampler2DRectShadow sampler, | | 671 | float16_t textureProjGrad(f16sampler2DRectShadow sampler, | | 674 | float16_t textureProjGrad(f16sampler1DShadow sampler, vec4 P,| | [all …]
|
| D | AMD_sparse_texture.txt | 560 …xtureProjGrad(gsampler1D sampler, | Behave as in textureProjGrad(), but |
|
| /third_party/openGLES/extensions/AMD/ |
| D | AMD_gpu_shader_half_float_fetch.txt | 653 | f16vec4 textureProjGrad(f16sampler1D sampler, f16vec2 P, | Do a texture lookup both | 655 | f16vec4 textureProjGrad(f16sampler1D sampler, f16vec4 P, | textureProj(), and with | 657 | f16vec4 textureProjGrad(f16sampler2D sampler, f16vec3 P, | described in textureGrad(). | 659 | f16vec4 textureProjGrad(f16sampler2D sampler, f16vec4 P, | | 661 | f16vec4 textureProjGrad(f16sampler3D sampler, f16vec4 P, | | 663 | f16vec4 textureProjGrad(f16sampler2DRect sampler, | | 666 | f16vec4 textureProjGrad(f16sampler2DRect sampler, | | 669 | float16_t textureProjGrad(f16sampler2DRectShadow sampler, | | 671 | float16_t textureProjGrad(f16sampler2DRectShadow sampler, | | 674 | float16_t textureProjGrad(f16sampler1DShadow sampler, vec4 P,| | [all …]
|
| D | AMD_sparse_texture.txt | 560 …xtureProjGrad(gsampler1D sampler, | Behave as in textureProjGrad(), but |
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | builtin_function_declarations.txt | 380 gvec4 textureProjGrad(gsampler2D, vec3, vec2, vec2); 381 gvec4 textureProjGrad(gsampler2D, vec4, vec2, vec2); 382 gvec4 textureProjGrad(gsampler3D, vec4, vec3, vec3); 383 float textureProjGrad(sampler2DShadow, vec4, vec2, vec2);
|
| D | SymbolTable_autogen.cpp | 1937 constexpr const ImmutableString textureProjGrad("textureProjGrad"); variable 8900 BuiltInName::textureProjGrad, 8909 BuiltInName::textureProjGrad, 8918 BuiltInName::textureProjGrad, 8927 BuiltInName::textureProjGrad, 8936 BuiltInName::textureProjGrad, 8945 BuiltInName::textureProjGrad, 8954 BuiltInName::textureProjGrad, 8963 BuiltInName::textureProjGrad, 8972 BuiltInName::textureProjGrad, [all …]
|
| /third_party/glslang/Test/baseResults/ |
| D | newTexture.frag.out | 104 0:49 textureProjGrad ( global 4-component vector of float) 153 0:58 textureProjGrad ( global 4-component vector of int) 366 0:49 textureProjGrad ( global 4-component vector of float) 415 0:58 textureProjGrad ( global 4-component vector of int)
|
| D | 120.frag.out | 506 0:190 textureProjGrad ( global 4-component vector of float) 513 0:191 textureProjGrad ( global 4-component vector of float) 554 0:207 textureProjGrad ( global 4-component vector of float) 561 0:208 textureProjGrad ( global 4-component vector of float) 606 0:237 textureProjGrad ( global 4-component vector of float)
|
| D | 300.frag.out | 134 0:67 textureProjGrad ( global lowp 4-component vector of float) 173 0:75 textureProjGrad ( global lowp 4-component vector of int) 625 0:67 textureProjGrad ( global lowp 4-component vector of float) 664 0:75 textureProjGrad ( global lowp 4-component vector of int)
|
| D | texture.frag.out | 226 0:67 textureProjGrad ( global 4-component vector of float) 508 0:67 textureProjGrad ( global 4-component vector of float)
|
| D | 100.frag.out | 287 0:147 textureProjGrad ( global lowp 4-component vector of float, operation at mediump) 312 0:161 textureProjGrad ( global lowp 4-component vector of float, operation at mediump)
|
| /third_party/vk-gl-cts/data/gles3/shaders/ |
| D | invalid_texture_functions.test | 1044 ${POSITION_FRAG_COLOR} = vec4(textureProjGrad(s, vec4(0), vec3(0), vec3(0))); 1063 ${POSITION_FRAG_COLOR} = vec4(textureProjGrad(s, vec4(0), vec2(0), vec2(0)));
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | FeatureSupportGL.md | 98 …exelFetch<br>texelFetchOffset<br>textureGrad<br>textureGradOffset<br>textureProjGrad<br>texturePro…
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | FeatureSupportGL.md | 98 …exelFetch<br>texelFetchOffset<br>textureGrad<br>textureGradOffset<br>textureProjGrad<br>texturePro…
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_EGL_image_external_essl3.txt | 263 - textureProjGrad
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_EGL_image_external_essl3.txt | 273 - textureProjGrad
|