Home
last modified time | relevance | path

Searched refs:nir_frcp (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_load_barycentric_at_offset.c54 s = nir_frcp(b, s); in ir3_nir_lower_load_barycentric_at_offset_instr()
79 z = nir_frcp(b, z); in ir3_nir_lower_load_barycentric_at_offset_instr()
/external/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c42 nir_frcp(b, nir_imm_float(b, 219.0f * pow(2, bpc - 8)))); in y_range()
65 nir_frcp(b, nir_imm_float(b, 224.0f * pow(2, bpc - 8)))); in chroma_range()
Dnir_lower_fragcoord_wtrans.c62 nir_frcp(b, nir_channel(b, &intr->dest.ssa, 3))); in lower_fragcoord_wtrans_impl()
Dnir_lower_viewport_transform.c74 nir_ssa_def *w_recip = nir_frcp(&b, nir_channel(&b, input_point, 3)); in nir_lower_viewport_transform()
Dnir_normalize_cubemap_coords.c64 nir_ssa_def *normalized = nir_fmul(b, orig_coord, nir_frcp(b, norm)); in normalize_cubemap_coords_block()
Dnir_lower_idiv.c81 bf = nir_frcp(bld, bf); in convert_instr()
141 nir_ssa_def *rcp = nir_frcp(bld, nir_u2f32(bld, denom)); in emit_udiv()
Dnir_lower_tex.c80 nir_frcp(b, nir_ssa_for_src(b, tex->src[proj_index].src, 1)); in project_src()
156 nir_ssa_def *scale = nir_frcp(b, txs); in lower_offset()
198 nir_ssa_def *scale = nir_frcp(b, txs); in lower_rect()
583 nir_ssa_def *rcp_Q_z = nir_frcp(b, nir_channel(b, Q, 2)); in lower_gradient_cube_map()
Dnir_lower_double_ops.c123 nir_ssa_def *ra = nir_f2f64(b, nir_frcp(b, nir_f2f32(b, src_norm))); in lower_rcp()
703 return nir_fmul(b, src, nir_frcp(b, src1)); in lower_doubles_instr()
Dnir_builtin_builder.c256 nir_ssa_def *rcp_scaled_t = nir_frcp(b, nir_fmul(b, t, scale)); in nir_atan2()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp145 nir_ssa_def *scale = nir_frcp(&b, size); in lower_coord_shift_normalized()
260 scale = nir_frcp(b, nir_channels(b, size, in lower_txl_txf_array_or_cube()
264 scale = nir_frcp(b, nir_channels(b, size, 1)); in lower_txl_txf_array_or_cube()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_draw_helpers.c312 tmp = nir_frcp(b, tmp); in nir_lower_aapoint_impl()
Dtgsi_to_nir.c2003 ttn_move_dest(b, dest, nir_frcp(b, ttn_channel(b, src[0], X))); in ttn_emit_instruction()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_io.c531 nir_ssa_def *rcp_wc = nir_frcp(b, state->pos[3]); in v3d_nir_emit_ff_vpm_outputs()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c165 nir_ssa_def *det_inv = nir_frcp(&b->nb, build_mat_det(b, src)); in matrix_inverse()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c679 ptn_move_dest(b, dest, nir_frcp(b, ptn_channel(b, src[0], X))); in ptn_emit_instruction()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1936 case ir_unop_rcp: result = nir_frcp(&b, srcs[0]); break; in visit()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_builder_opcodes.h1019 nir_frcp(nir_builder *build, nir_ssa_def *src0) in nir_frcp() function