Searched refs:s_over_t (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 340 nir_ssa_def *s_over_t = nir_fmul(b, nir_fmul(b, s, scale), rcp_scaled_t); in build_atan2() local 360 one, nir_fabs(b, s_over_t)); in build_atan2()
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 3813 ir_expression *s_over_t = mul(mul(s, scale), rcp_scaled_t); in _atan2() local 3833 imm(1.0f, n), abs(s_over_t)); in _atan2()
|