Home
last modified time | relevance | path

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

/third_party/glslang/Test/
Dspv.interpOps.frag5 in vec3 if3;
18 f4.xyz += interpolateAtCentroid(if3);
23 f4.xyz += interpolateAtSample(if3, samp);
28 f4.xyz += interpolateAtOffset(if3, offset);
/third_party/glslang/Test/baseResults/
Dspv.interpOps.frag.out17 Name 36 "if3"
24 Decorate 36(if3) Location 2
49 36(if3): 35(ptr) Variable Input
79 37: 34(fvec3) ExtInst 1(GLSL.std.450) 76(InterpolateAtCentroid) 36(if3)
115 72: 34(fvec3) ExtInst 1(GLSL.std.450) 77(InterpolateAtSample) 36(if3) 71
152 103: 34(fvec3) ExtInst 1(GLSL.std.450) 78(InterpolateAtOffset) 36(if3) 102
/third_party/python/Lib/test/
Dtest_compile.py841 def if3(x): function
851 funcs = [ if1, if2, if3, if4]