Searched refs:usampler (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | spv.uint.frag | 13 uniform mediump usampler2D usampler; 50 c = texture(usampler, tc); 52 c = texture(usampler, tc + float(1u)); 54 c = texture(usampler, tc - vec2(2u));
|
D | uint.frag | 13 uniform lowp usampler2D usampler; 56 c = texture(usampler, tc); 58 c = texture(usampler, tc + float(1u)); 60 c = texture(usampler, tc - vec2(2u));
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.uint.frag.out | 21 Name 72 "usampler" 59 Decorate 72(usampler) RelaxedPrecision 60 Decorate 72(usampler) DescriptorSet 0 61 Decorate 72(usampler) Binding 0 173 72(usampler): 71(ptr) Variable UniformConstant 281 73: 70 Load 72(usampler) 293 85: 70 Load 72(usampler) 308 97: 70 Load 72(usampler)
|
D | uint.frag.out | 117 0:56 'usampler' ( uniform lowp usampler2D) 128 0:58 'usampler' ( uniform lowp usampler2D) 143 0:60 'usampler' ( uniform lowp usampler2D) 307 0:? 'usampler' ( uniform lowp usampler2D) 416 0:56 'usampler' ( uniform lowp usampler2D) 427 0:58 'usampler' ( uniform lowp usampler2D) 442 0:60 'usampler' ( uniform lowp usampler2D) 606 0:? 'usampler' ( uniform lowp usampler2D)
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 174 static const _sampler usampler = { "uint", "u" }; variable 534 usampler, 755 usampler, 781 usampler, 807 usampler, 833 usampler, 859 usampler, 885 usampler, 911 usampler, 937 usampler, [all …]
|