Searched refs:TGSI_OPCODE_RSQ (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 130 case TGSI_OPCODE_RSQ: in tgsi_util_get_src_usage_mask()
|
D | tgsi_exec.c | 4945 case TGSI_OPCODE_RSQ: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 350 TGSI_OPCODE_RSQ = 4, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 42 case TGSI_OPCODE_RSQ: return RC_OPCODE_RSQ; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 112 [TGSI_OPCODE_RSQ] = {false, false, 0, 1, 1},
|
D | i915_fpc_translate.c | 701 case TGSI_OPCODE_RSQ: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 228 tgsi_transform_op1_inst(ctx, TGSI_OPCODE_RSQ, in aa_transform_prolog()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 476 case TGSI_OPCODE_RSQ: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1170 bld_base->op_actions[TGSI_OPCODE_RSQ] = rsq_action; in lp_set_default_actions()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1796 [TGSI_OPCODE_RSQ] = nir_op_frsq, 1997 case TGSI_OPCODE_RSQ: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 1526 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/ |
D | nvfx_vertprog.c | 647 case TGSI_OPCODE_RSQ: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 681 case TGSI_OPCODE_RSQ: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 304 case TGSI_OPCODE_RSQ: in srcMask() 3261 case TGSI_OPCODE_RSQ: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2929 case TGSI_OPCODE_RSQ: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 11029 case TGSI_OPCODE_RSQ: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5157 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},
|