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

  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
radeon_compiler_optimize_tests.c 73 if (inst_list[0]->U.I.Omod != RC_OMOD_MUL_2 ||
74 inst_list[1]->U.I.Omod != RC_OMOD_MUL_2 ||
  /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 395 if (tmp->U.P.RGB.Omod != RC_OMOD_MUL_1 &&
396 tmp->U.P.RGB.Omod != RC_OMOD_DISABLE) {
399 if (tmp->U.P.Alpha.Omod != RC_OMOD_MUL_1 &&
400 tmp->U.P.Alpha.Omod != RC_OMOD_DISABLE) {
443 "~%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 542 || inst->U.I.Omod) {
842 writer->Inst->U.I.Omod = omod_op;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 136 SDValue &Clamp, SDValue &Omod) const;
138 SDValue &Clamp, SDValue &Omod) const;
141 SDValue &Omod) const;
144 SDValue &Omod) const;
632 // omod
    [all...]

Completed in 478 milliseconds