Home
last modified time | relevance | path

Searched refs:refract (Results 1 – 25 of 112) sorted by relevance

12345

/external/deqp-deps/glslang/Test/
D300.frag142 c2 += refract(vec2(1,3), vec2(0,1), 1.0); // (1,-3)
143 c2 += refract(vec2(1,3), vec2(0,1), 3.0);
144 c2 += refract(vec2(1,0.1), vec2(0,1), 5.0); // (0,0)
Dspv.400.frag195 doublev += refract(doublev, doublev, doublev);
196 dvec2v += refract(dvec2v, dvec2v, doublev);
197 dvec3v += refract(dvec3v, dvec3v, doublev);
198 dvec4v += refract(dvec4v, dvec4v, doublev);
D400.geom288 doublev += refract(doublev, doublev, doublev);
289 dvec2v += refract(dvec2v, dvec2v, doublev);
290 dvec3v += refract(dvec3v, dvec3v, doublev);
291 dvec4v += refract(dvec4v, dvec4v, doublev);
Dhlsl.intrinsics.negative.frag27 refract(inF0, inF1, inF2); // expected error: invalid on scalars
28 refract(float2(0), float2(0), float2(0)); // expected error: last parameter only scalar
108 refract(inF0, inF1, 1.0); \
Dhlsl.intrinsics.vert116 refract(inF0, inF1, 2.0);
186 refract(inF0, inF1, 2.0);
256 refract(inF0, inF1, 2.0);
Dspv.Operations.frag82 v += refract(v, v, uf);
DOperations.frag93 v += refract(v, v, uf);
Dhlsl.intrinsics.frag157 float2 r053 = refract(inF0, inF1, 2.0);
239 float3 r054 = refract(inF0, inF1, 2.0);
320 float4 r054 = refract(inF0, inF1, 2.0);
Dhlsl.intrinsics.negative.comp46 // refract(inF0, inF1, inF2); // expect error: invalid on scalars
47 // refract(float2(0), float2(0), float2(0)); // expected error: last parameter only scalar
Dhlsl.intrinsics.negative.vert64 // refract(inF0, inF1, inF2); // expect error: invalid on scalars
65 // refract(float2(0), float2(0), float2(0)); // expected error: last parameter only scalar
Dspv.float64.frag215 f64v3 = refract(f64v1, f64v2, f64);
Dspv.float32.frag220 f32v3 = refract(f32v1, f32v2, f32);
Dspv.float16.frag249 f16v3 = refract(f16v1, f16v2, f16);
/external/deqp/android/cts/master/src/
Dvk-test-issues.txt12 dEQP-VK.glsl.builtin.precision.refract.*
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.intrinsics.negative.frag.out5 ERROR: 0:27: 'refract' : ambiguous best function under implicit type conversion
6 ERROR: 0:28: 'refract' : no matching overloaded function found
33 ERROR: 0:117: 'refract' : no matching overloaded function found
46 ERROR: 0:125: 'refract' : no matching overloaded function found
59 ERROR: 0:133: 'refract' : no matching overloaded function found
143 0:27 refract ( temp 2-component vector of float)
606 0:27 refract ( temp 2-component vector of float)
/external/deqp/framework/common/
DtcuVectorUtil.hpp89 inline float refract (float i, float n, float eta) in refract() function
194 inline Vector<T, Size> refract (const Vector<T, Size>& i, const Vector<T, Size>& n, T eta) in refract() function
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp826 void eval_refract_float (ShaderEvalContext& c) { c.color.x() = refract(c.in[0].z(), … in DECLARE_TERNARY_GENTYPE_FUNCS()
827 void eval_refract_vec2 (ShaderEvalContext& c) { c.color.yz() = refract(c.in[0].swizzle(3, 1), … in eval_refract_vec2()
828 void eval_refract_vec3 (ShaderEvalContext& c) { c.color.xyz() = refract(c.in[0].swizzle(2, 0, 1), … in eval_refract_vec3()
829 void eval_refract_vec4 (ShaderEvalContext& c) { c.color = refract(c.in[0].swizzle(1, 2, 3, 0), c.i… in eval_refract_vec4()
1140 …0.5f), Value(F, 0.2f, 1.5f), 0.5f, 0.5f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(refract) ) in init()
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/
Dgles2-gtf-master.txt718 GTF-GLES2.gtf.GL.refract.refract_float_frag_ivarynconst
719 GTF-GLES2.gtf.GL.refract.refract_float_vert_ivarynconst
720 GTF-GLES2.gtf.GL.refract.refract_vec2_frag_ivarynconst
721 GTF-GLES2.gtf.GL.refract.refract_vec2_vert_ivarynconst
722 GTF-GLES2.gtf.GL.refract.refract_vec3_frag_ivarynconst
723 GTF-GLES2.gtf.GL.refract.refract_vec3_vert_ivarynconst
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/
Dgles2-gtf-master.txt718 GTF-GLES2.gtf.GL.refract.refract_float_frag_ivarynconst
719 GTF-GLES2.gtf.GL.refract.refract_float_vert_ivarynconst
720 GTF-GLES2.gtf.GL.refract.refract_vec2_frag_ivarynconst
721 GTF-GLES2.gtf.GL.refract.refract_vec2_vert_ivarynconst
722 GTF-GLES2.gtf.GL.refract.refract_vec3_frag_ivarynconst
723 GTF-GLES2.gtf.GL.refract.refract_vec3_vert_ivarynconst
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/
Dgles2-gtf-master.txt718 GTF-GLES2.gtf.GL.refract.refract_float_frag_ivarynconst
719 GTF-GLES2.gtf.GL.refract.refract_float_vert_ivarynconst
720 GTF-GLES2.gtf.GL.refract.refract_vec2_frag_ivarynconst
721 GTF-GLES2.gtf.GL.refract.refract_vec2_vert_ivarynconst
722 GTF-GLES2.gtf.GL.refract.refract_vec3_frag_ivarynconst
723 GTF-GLES2.gtf.GL.refract.refract_vec3_vert_ivarynconst
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/
Dgles2-gtf-master.txt718 GTF-GLES2.gtf.GL.refract.refract_float_frag_ivarynconst
719 GTF-GLES2.gtf.GL.refract.refract_float_vert_ivarynconst
720 GTF-GLES2.gtf.GL.refract.refract_vec2_frag_ivarynconst
721 GTF-GLES2.gtf.GL.refract.refract_vec2_vert_ivarynconst
722 GTF-GLES2.gtf.GL.refract.refract_vec3_frag_ivarynconst
723 GTF-GLES2.gtf.GL.refract.refract_vec3_vert_ivarynconst
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/
Dgles2-gtf-master.txt718 GTF-GLES2.gtf.GL.refract.refract_float_frag_ivarynconst
719 GTF-GLES2.gtf.GL.refract.refract_float_vert_ivarynconst
720 GTF-GLES2.gtf.GL.refract.refract_vec2_frag_ivarynconst
721 GTF-GLES2.gtf.GL.refract.refract_vec2_vert_ivarynconst
722 GTF-GLES2.gtf.GL.refract.refract_vec3_frag_ivarynconst
723 GTF-GLES2.gtf.GL.refract.refract_vec3_vert_ivarynconst
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/
Dgles2-gtf-master.txt718 GTF-GLES2.gtf.GL.refract.refract_float_frag_ivarynconst
719 GTF-GLES2.gtf.GL.refract.refract_float_vert_ivarynconst
720 GTF-GLES2.gtf.GL.refract.refract_vec2_frag_ivarynconst
721 GTF-GLES2.gtf.GL.refract.refract_vec2_vert_ivarynconst
722 GTF-GLES2.gtf.GL.refract.refract_vec3_frag_ivarynconst
723 GTF-GLES2.gtf.GL.refract.refract_vec3_vert_ivarynconst
/external/skqp/src/sksl/
Dsksl.inc144 $genType refract($genType I, $genType N, float eta);
145 $genHType refract($genHType I, $genHType N, float eta);
146 $genDType refract($genDType I, $genDType N, float eta);
/external/skia/src/sksl/
Dsksl.inc188 $genType refract($genType I, $genType N, float eta);
189 $genHType refract($genHType I, $genHType N, float eta);
190 $genDType refract($genDType I, $genDType N, float eta);

12345