Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c130 case TGSI_OPCODE_RSQ: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c4945 case TGSI_OPCODE_RSQ: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h350 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/drivers/i915/
Di915_fpc_optimize.c112 [TGSI_OPCODE_RSQ] = {false, false, 0, 1, 1},
Di915_fpc_translate.c701 case TGSI_OPCODE_RSQ: in i915_translate_instruction()
/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/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c476 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.c1796 [TGSI_OPCODE_RSQ] = nir_op_frsq,
1997 case TGSI_OPCODE_RSQ: in ttn_emit_instruction()
Dnir_to_tgsi.c1526 ntt_emit_scalar(c, TGSI_OPCODE_RSQ, dst, src[0], ureg_src_undef()); in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c647 case TGSI_OPCODE_RSQ: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c681 case TGSI_OPCODE_RSQ: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp304 case TGSI_OPCODE_RSQ: in srcMask()
3261 case TGSI_OPCODE_RSQ: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2929 case TGSI_OPCODE_RSQ: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c11029 case TGSI_OPCODE_RSQ: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5157 if (inst->Instruction.Opcode == TGSI_OPCODE_RSQ) { in cayman_emit_float_instr()
11789 [TGSI_OPCODE_RSQ] = { ALU_OP0_NOP, tgsi_rsq},
11988 [TGSI_OPCODE_RSQ] = { ALU_OP0_NOP, tgsi_rsq},
12215 [TGSI_OPCODE_RSQ] = { ALU_OP1_RECIPSQRT_IEEE, cayman_emit_float_instr},