Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_SQRT (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c171 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_SQRT, in aa_prolog()
Dtgsi_util.c131 case TGSI_OPCODE_SQRT: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5001 case TGSI_OPCODE_SQRT: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h366 TGSI_OPCODE_SQRT = 20, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2990 case TGSI_OPCODE_SQRT: in svga_emit_instruction()
3592 emit->info.opcode_count[TGSI_OPCODE_SQRT] >= 1) in needs_to_create_common_immediate()
Dsvga_tgsi_vgpu10.c872 case TGSI_OPCODE_SQRT: in translate_opcode()
10939 case TGSI_OPCODE_SQRT: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1811 [TGSI_OPCODE_SQRT] = nir_op_fsqrt,
2001 case TGSI_OPCODE_SQRT: in ttn_emit_instruction()
Dnir_to_tgsi.c1531 ntt_emit_scalar(c, TGSI_OPCODE_SQRT, dst, src[0], ureg_src_undef()); in ntt_emit_alu()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1171 bld_base->op_actions[TGSI_OPCODE_SQRT] = sqrt_action; in lp_set_default_actions()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3250 case TGSI_OPCODE_SQRT: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11805 [TGSI_OPCODE_SQRT] = { ALU_OP1_SQRT_IEEE, tgsi_trans_srcx_replicate},
12003 [TGSI_OPCODE_SQRT] = { ALU_OP1_SQRT_IEEE, tgsi_trans_srcx_replicate},
12230 [TGSI_OPCODE_SQRT] = { ALU_OP1_SQRT_IEEE, cayman_emit_float_instr},