Home
last modified time | relevance | path

Searched refs:if2 (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/Test/
Dspv.interpOps.frag4 in vec2 if2;
17 f4.xy += interpolateAtCentroid(if2);
22 f4.xy += interpolateAtSample(if2, samp);
27 f4.xy += interpolateAtOffset(if2, offset);
/third_party/glslang/Test/baseResults/
Dspv.interpOps.frag.out16 Name 24 "if2"
23 Decorate 24(if2) Location 1
45 24(if2): 23(ptr) Variable Input
67 25: 22(fvec2) ExtInst 1(GLSL.std.450) 76(InterpolateAtCentroid) 24(if2)
93 55: 22(fvec2) ExtInst 1(GLSL.std.450) 77(InterpolateAtSample) 24(if2) 54
121 80: 22(fvec2) ExtInst 1(GLSL.std.450) 78(InterpolateAtOffset) 24(if2) 79
/third_party/python/Lib/test/
Dtest_compile.py822 def if2(x): function
838 funcs = [ if1, if2, if3, if4]