Home
last modified time | relevance | path

Searched refs:n_dot_h (Results 1 – 8 of 8) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dhlsl.intrinsics.lit.frag.out8 0:2 'n_dot_h' ( in float)
26 0:3 'n_dot_h' ( in float)
34 0:3 'n_dot_h' ( in float)
45 0:? 'n_dot_h' ( temp float)
46 0:? 'n_dot_h' (layout( location=1) in float)
52 0:? 'n_dot_h' ( temp float)
56 0:? 'n_dot_h' (layout( location=1) in float)
69 0:2 'n_dot_h' ( in float)
87 0:3 'n_dot_h' ( in float)
95 0:3 'n_dot_h' ( in float)
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.intrinsics.lit.frag.out8 0:2 'n_dot_h' ( in float)
26 0:3 'n_dot_h' ( in float)
34 0:3 'n_dot_h' ( in float)
45 0:? 'n_dot_h' ( temp float)
46 0:? 'n_dot_h' (layout( location=1) in float)
52 0:? 'n_dot_h' ( temp float)
56 0:? 'n_dot_h' (layout( location=1) in float)
69 0:2 'n_dot_h' ( in float)
87 0:3 'n_dot_h' ( in float)
95 0:3 'n_dot_h' ( in float)
[all …]
/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h113 GLfloat n_dot_h; in TAG() local
206 n_dot_h = correction * DOT3(normal, h); in TAG()
208 if (n_dot_h > 0.0F) { in TAG()
209 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); in TAG()
292 GLfloat n_dot_h; in TAG() local
386 n_dot_h = correction * DOT3(normal, h); in TAG()
388 if (n_dot_h > 0.0F) { in TAG()
389 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); in TAG()
485 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm); in TAG() local
489 if (n_dot_h > 0.0F) { in TAG()
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.intrinsics.lit.frag1 void PixelShaderFunction(float n_dot_l, float n_dot_h, float m)
3 float4 r0 = lit(n_dot_l, n_dot_h, m);
/external/deqp-deps/glslang/Test/
Dhlsl.intrinsics.lit.frag1 void PixelShaderFunction(float n_dot_l, float n_dot_h, float m)
3 float4 r0 = lit(n_dot_l, n_dot_h, m);
/external/mesa3d/src/mesa/main/
Drastpos.c216 GLfloat n_dot_h; in shade_rastpos() local
237 n_dot_h = DOT3(normal, h); in shade_rastpos()
239 if (n_dot_h > 0.0F) { in shade_rastpos()
244 spec_coef = powf(n_dot_h, shine); in shade_rastpos()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp5079 TIntermTyped* n_dot_h = argAggregate->getSequence()[1]->getAsTyped(); in decomposeIntrinsic() local
5099 min_ndot->getSequence().push_back(n_dot_h); in decomposeIntrinsic()
5104 … TIntermTyped* n_dot_h_m = handleBinaryMath(loc, "mul", EOpMul, n_dot_h, m); // n_dot_h * m in decomposeIntrinsic()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp5079 TIntermTyped* n_dot_h = argAggregate->getSequence()[1]->getAsTyped(); in decomposeIntrinsic() local
5099 min_ndot->getSequence().push_back(n_dot_h); in decomposeIntrinsic()
5104 … TIntermTyped* n_dot_h_m = handleBinaryMath(loc, "mul", EOpMul, n_dot_h, m); // n_dot_h * m in decomposeIntrinsic()