Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DRCP (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c249 { 1, 1, 0, 0, 0, 0, 0, COMP, "DRCP", TGSI_OPCODE_DRCP },
423 case TGSI_OPCODE_DRCP: in tgsi_opcode_infer_type()
Dtgsi_exec.c6040 case TGSI_OPCODE_DRCP: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h557 #define TGSI_OPCODE_DRCP 207 /* eg, cayman */ macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp622 case TGSI_OPCODE_DRCP: in inferSrcType()
3741 case TGSI_OPCODE_DRCP: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1370 bld_base->op_actions[TGSI_OPCODE_DRCP].emit = drcp_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9467 [TGSI_OPCODE_DRCP] = { ALU_OP2_RECIP_64, cayman_emit_double_instr},
9690 [TGSI_OPCODE_DRCP] = { ALU_OP2_RECIP_64, cayman_emit_double_instr},