Searched refs:TGSI_OPCODE_DRSQ (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c259 { 1, 1, 0, 0, 0, 0, 0, COMP, "DRSQ", TGSI_OPCODE_DRSQ },
429 case TGSI_OPCODE_DRSQ:
H A Dtgsi_exec.c6048 case TGSI_OPCODE_DRSQ:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h567 #define TGSI_OPCODE_DRSQ 217 /* eg, cayman also has DRSQ */ macro
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c795 bld_base->op_actions[TGSI_OPCODE_DRSQ].emit = build_tgsi_intrinsic_nomem;
796 bld_base->op_actions[TGSI_OPCODE_DRSQ].intr_name =
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c2627 bld_base->op_actions[TGSI_OPCODE_DRSQ].emit = drecip_sqrt_emit_cpu;
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp627 case TGSI_OPCODE_DRSQ:
3743 case TGSI_OPCODE_DRSQ:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c4241 ctx->parse.FullToken.FullInstruction.Instruction.Opcode == TGSI_OPCODE_DRSQ ||
9478 [TGSI_OPCODE_DRSQ] = { ALU_OP2_RECIPSQRT_64, cayman_emit_double_instr},
9701 [TGSI_OPCODE_DRSQ] = { ALU_OP2_RECIPSQRT_64, cayman_emit_double_instr},

Completed in 168 milliseconds