Searched refs:RC_OPCODE_DP4 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_opcodes.h | 84 RC_OPCODE_DP4, enumerator
|
D | radeon_opcodes.c | 130 .Opcode = RC_OPCODE_DP4, 567 case RC_OPCODE_DP4: in rc_compute_sources_for_writemask()
|
D | r300_fragprog_emit.c | 111 case RC_OPCODE_DP4: return R300_ALU_OUTC_DP4; in translate_rgb_opcode() 131 case RC_OPCODE_DP4: return R300_ALU_OUTA_DP4; in translate_alpha_opcode()
|
D | r500_fragprog_emit.c | 100 case RC_OPCODE_DP4: return R500_ALU_RGBA_OP_DP4; in translate_rgb_op() 123 case RC_OPCODE_DP4: return R500_ALPHA_OP_DP; in translate_alpha_op()
|
D | radeon_pair_translate.c | 121 case RC_OPCODE_DP4: in classify_instruction()
|
D | radeon_program_alu.c | 297 emit2(c, inst->Prev, RC_OPCODE_DP4, &inst->U.I, inst->U.I.DstReg, src0, inst->U.I.SrcReg[1]); in transform_DPH() 738 next_inst->Prev->U.I.Opcode = RC_OPCODE_DP4; in transform_r300_vertex_DP2() 752 emit2(c, inst->Prev, RC_OPCODE_DP4, &inst->U.I, inst->U.I.DstReg, src0, src1); in transform_r300_vertex_DP3()
|
D | radeon_compiler_util.c | 135 case RC_OPCODE_DP4: in srcs_need_rewrite()
|
D | r3xx_vertprog.c | 410 case RC_OPCODE_DP4: ei_vector2(compiler->code, VE_DOT_PRODUCT, vpi, inst); break; in translate_vertex_program()
|
D | radeon_pair_schedule.c | 804 case RC_OPCODE_DP4: in can_convert_opcode_to_alpha()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 46 case TGSI_OPCODE_DP4: return RC_OPCODE_DP4; in translate_opcode()
|