Searched refs:t2d (Results 1 – 10 of 10) sorted by relevance
/third_party/glslang/Test/ |
D | vulkan.frag | 5 uniform texture2D t2d; // ERROR, no binding 14 sampler2D(t2d); // ERROR, need 2 args 17 sampler2D(t2d, i); // ERROR, wrong type 18 sampler2D(t2d, t2d); // ERROR, wrong type 19 sampler2D(t2d, sA); // ERROR, wrong type 24 sampler2D(t2d, sShadow); 25 sampler2DShadow(t2d, s); 28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor 79 texture(t2d, vec2(1.0)); // ERROR, need a sampler, not a pure texture 80 imageStore(t2d, ivec2(4, 5), vec4(1.2)); // ERROR, need an image, not a pure texture [all …]
|
D | web.separate.frag | 20 layout(binding = 3) uniform texture2D t2d; 28 color = texture(sampler2D(t2d, s), vec2(0.5)); 30 color += texture(sampler2D(t2d, s), vec2(0.5));
|
D | spv.separate.frag | 6 uniform texture2D t2d; 14 color = texture(sampler2D(t2d, s), vec2(0.5)); 16 color += texture(sampler2D(t2d, s), vec2(0.5));
|
/third_party/glslang/Test/baseResults/ |
D | web.separate.frag.out | 14 OpName %t2d "t2d" 33 OpDecorate %t2d RelaxedPrecision 34 OpDecorate %t2d DescriptorSet 0 35 OpDecorate %t2d Binding 3 86 %t2d = OpVariable %_ptr_UniformConstant_11 UniformConstant 156 %14 = OpLoad %11 %t2d 170 %48 = OpLoad %11 %t2d
|
D | spv.separate.frag.out | 20 Name 14 "t2d" 60 Decorate 14(t2d) DescriptorSet 0 61 Decorate 14(t2d) Binding 2 146 14(t2d): 13(ptr) Variable UniformConstant 314 15: 12 Load 14(t2d) 329 52: 12 Load 14(t2d)
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFboUtil.cpp | 362 if (const Texture2D* t2d = dynamic_cast<const Texture2D*>(&cfg)) in glInit() local 363 glInitFlat(*t2d, glTarget(*t2d), gl); in glInit()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | Makefile.in | 516 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ 642 -rm -rf libmicrohttpd.t2d libmicrohttpd.t2p libmicrohttpd-tutorial.t2d \
|
/third_party/libffi/doc/ |
D | Makefile.in | 416 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ 539 -rm -rf libffi.t2d libffi.t2p
|
/third_party/openssl/crypto/modes/asm/ |
D | aes-gcm-armv8_64.pl | 195 my ($t1d,$t2d,$t3d)=map("d$_",(28..30)); 1932 my ($t1d,$t2d)=map("d$_",(30..31)); 3756 my $t2d="d8";
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 256184 - | `--SEARCH t2 USING INDEX t2d (d=?) 256185 + | `--SEARCH t2 USING INDEX t2d (d=?) LEFT-JOIN
|