Searched refs:nir_frsq (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 183 nir_ssa_def *ra = nir_f2d(b, nir_frsq(b, nir_d2f(b, src_norm))); in lower_sqrt_rsq()
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 719 nir_frsq(b, nir_fabs(b, ptn_channel(b, src[0], X)))); in ptn_emit_instruction()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_builder_opcodes.h | 524 nir_frsq(nir_builder *build, nir_ssa_def *src0) in nir_frsq() function
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1715 ttn_move_dest(b, dest, nir_frsq(b, ttn_channel(b, src[0], X))); in ttn_emit_instruction()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1447 case ir_unop_rsq: result = nir_frsq(&b, srcs[0]); break; in visit()
|