Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_RSQ (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c126 case TGSI_OPCODE_RSQ: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5024 case TGSI_OPCODE_RSQ: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h349 TGSI_OPCODE_RSQ = 4, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c42 case TGSI_OPCODE_RSQ: return RC_OPCODE_RSQ; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c228 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_RSQ, in aa_transform_prolog()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c112 [TGSI_OPCODE_RSQ] = {false, false, 0, 1, 1},
Di915_fpc_translate.c652 case TGSI_OPCODE_RSQ: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c475 case TGSI_OPCODE_RSQ: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1170 bld_base->op_actions[TGSI_OPCODE_RSQ] = rsq_action; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1792 [TGSI_OPCODE_RSQ] = nir_op_frsq,
1993 case TGSI_OPCODE_RSQ: in ttn_emit_instruction()
Dnir_to_tgsi.c1045 ntt_emit_scalar(c, TGSI_OPCODE_RSQ, dst, src[0], src[1]); in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c681 case TGSI_OPCODE_RSQ: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c647 case TGSI_OPCODE_RSQ: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp304 case TGSI_OPCODE_RSQ: in srcMask()
3257 case TGSI_OPCODE_RSQ: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2861 case TGSI_OPCODE_RSQ: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c9417 case TGSI_OPCODE_RSQ: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5153 if (inst->Instruction.Opcode == TGSI_OPCODE_RSQ) { in cayman_emit_float_instr()
11761 [TGSI_OPCODE_RSQ] = { ALU_OP0_NOP, tgsi_rsq},
11960 [TGSI_OPCODE_RSQ] = { ALU_OP0_NOP, tgsi_rsq},
12187 [TGSI_OPCODE_RSQ] = { ALU_OP1_RECIPSQRT_IEEE, cayman_emit_float_instr},
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1889 emit_scalar(ir, TGSI_OPCODE_RSQ, result_dst, op[0].get_abs()); in visit_expression()
1894 emit_scalar(ir, TGSI_OPCODE_RSQ, result_dst, op[0]); in visit_expression()