HomeSort by relevance Sort by last modified time
    Searched refs:Omod (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.h 125 rc_omod_op Omod;
radeon_program_pair.h 79 unsigned int Omod:3;
radeon_pair_translate.c 315 pair->RGB.Omod = inst->Omod;
318 pair->Alpha.Omod = inst->Omod;
r300_fragprog_emit.c 284 if (inst->RGB.Omod) {
285 if (inst->RGB.Omod == RC_OMOD_DISABLE) {
289 (inst->RGB.Omod << R300_ALU_OUTC_MOD_SHIFT);
291 if (inst->Alpha.Omod) {
292 if (inst->Alpha.Omod == RC_OMOD_DISABLE) {
296 (inst->Alpha.Omod << R300_ALU_OUTC_MOD_SHIFT);
radeon_compiler.c 393 if (tmp->U.P.RGB.Omod != RC_OMOD_MUL_1 &&
394 tmp->U.P.RGB.Omod != RC_OMOD_DISABLE) {
397 if (tmp->U.P.Alpha.Omod != RC_OMOD_MUL_1 &&
398 tmp->U.P.Alpha.Omod != RC_OMOD_DISABLE) {
441 "~%4u OMOD Operations\n"
radeon_program_print.c 301 print_omod_op(f, inst->U.I.Omod);
402 print_omod_op(f, inst->RGB.Omod);
437 print_omod_op(f, inst->Alpha.Omod);
radeon_pair_schedule.c 662 rgb->Alpha.Omod = alpha->Alpha.Omod;
949 pair_inst->Alpha.Omod = pair_inst->RGB.Omod;
    [all...]
r500_fragprog_emit.c 325 code->inst[ip].inst3 |= inst->RGB.Omod << R500_ALU_RGB_OMOD_SHIFT;
326 code->inst[ip].inst4 |= inst->Alpha.Omod << R500_ALPHA_OMOD_SHIFT;
radeon_optimize.c 525 || inst->U.I.Omod) {
823 writer->Inst->U.I.Omod = omod_op;
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 113 SDValue &Clamp, SDValue &Omod) const;
116 SDValue &Omod) const;
119 SDValue &Omod) const;
801 // src0_modifiers, src0, src1_modifiers, src1, src2_modifiers, src2, clamp, omod
    [all...]

Completed in 230 milliseconds