Searched refs:RC_OPCODE_CMP (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h57 RC_OPCODE_CMP, enumerator in enum:__anon12200
H A Dradeon_program_alu.c337 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg, inst->U.I.SrcReg[0],
411 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I,
504 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
523 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
535 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
547 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
559 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
571 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
591 emit3(c, inst->Prev, RC_OPCODE_CMP, 0,
599 emit3(c, inst->Prev, RC_OPCODE_CMP,
[all...]
H A Dradeon_pair_translate.c50 case RC_OPCODE_CMP:
101 case RC_OPCODE_CMP:
H A Dr300_fragprog_emit.c108 case RC_OPCODE_CMP: return R300_ALU_OUTC_CMP;
128 case RC_OPCODE_CMP: return R300_ALU_OUTA_CMP;
H A Dradeon_opcodes.c77 .Opcode = RC_OPCODE_CMP,
H A Dradeon_emulate_branches.c184 inst_cmp->U.I.Opcode = RC_OPCODE_CMP;
H A Dr500_fragprog_emit.c95 case RC_OPCODE_CMP: return R500_ALU_RGBA_OP_CMP;
117 case RC_OPCODE_CMP: return R500_ALPHA_OP_CMP;
H A Dradeon_program_tex.c245 inst_cmp->U.I.Opcode = RC_OPCODE_CMP;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h57 RC_OPCODE_CMP, enumerator in enum:__anon22583
H A Dradeon_program_alu.c337 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg, inst->U.I.SrcReg[0],
411 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I,
504 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
523 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
535 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
547 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
559 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
571 emit3(c, inst->Prev, RC_OPCODE_CMP, &inst->U.I, inst->U.I.DstReg,
591 emit3(c, inst->Prev, RC_OPCODE_CMP, 0,
599 emit3(c, inst->Prev, RC_OPCODE_CMP,
[all...]
H A Dradeon_pair_translate.c50 case RC_OPCODE_CMP:
101 case RC_OPCODE_CMP:
H A Dr300_fragprog_emit.c108 case RC_OPCODE_CMP: return R300_ALU_OUTC_CMP;
128 case RC_OPCODE_CMP: return R300_ALU_OUTA_CMP;
H A Dradeon_opcodes.c77 .Opcode = RC_OPCODE_CMP,
H A Dradeon_emulate_branches.c184 inst_cmp->U.I.Opcode = RC_OPCODE_CMP;
H A Dr500_fragprog_emit.c95 case RC_OPCODE_CMP: return R500_ALU_RGBA_OP_CMP;
117 case RC_OPCODE_CMP: return R500_ALPHA_OP_CMP;
H A Dradeon_program_tex.c245 inst_cmp->U.I.Opcode = RC_OPCODE_CMP;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c99 case TGSI_OPCODE_CMP: return RC_OPCODE_CMP;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c99 case TGSI_OPCODE_CMP: return RC_OPCODE_CMP;

Completed in 183 milliseconds