/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
H A D | geometric.h | 103 GLM_FUNC_QUALIFIER __m128 glm_vec4_refract(glm_vec4 I, glm_vec4 N, glm_vec4 eta) in glm_vec4_refract() argument
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Constant.cpp | 1259 double eta = childConstUnions[2][0].getDConst(); in fold() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVectorUtil.hpp | 90 inline float refract (float i, float n, float eta) in refract() argument 195 inline Vector<T, Size> refract (const Vector<T, Size>& i, const Vector<T, Size>& n, T eta) in refract() argument [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 473 nir_ssa_def *eta = src[2]; in handle_glsl450_alu() local [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_cc.c | 310 ngtcp2_duration t, min_rtt, eta; in ngtcp2_cc_cubic_cc_on_pkt_acked() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderGLSLstd450.cpp | 310 auto eta = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLCore.cpp | 643 DSLExpression Refract(DSLExpression i, DSLExpression n, DSLExpression eta, PositionInfo pos) { in Refract() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.cpp | 1489 void ShaderCore::refract1(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) in refract1() argument 1499 void ShaderCore::refract2(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) in refract2() argument 1510 refract3(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) refract3() argument 1522 refract4(Vector4f &dst, const Vector4f &I, const Vector4f &N, const Float4 &eta) refract4() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 6546 ir_variable *eta = in_var(type->get_base_type(), "eta"); in _refract() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4174 const ExprP<Arg2>& eta = args.c; in doExpand() local
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.cc | 4092 auto eta = MakeOperand(inst, 4); in EmitGlslStd450ExtInst() local
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 3219 const ExprP<float>& eta = args.c; in doExpand() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4163 const ExprP<Arg2>& eta = args.c; in doExpand() local
|