Searched refs:Omod (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Dradeon_compiler_optimize_tests.c73 if (inst_list[0]->U.I.Omod != RC_OMOD_MUL_2 ||
74 inst_list[1]->U.I.Omod != RC_OMOD_MUL_2 ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Dradeon_compiler_optimize_tests.c73 if (inst_list[0]->U.I.Omod != RC_OMOD_MUL_2 ||
74 inst_list[1]->U.I.Omod != RC_OMOD_MUL_2 ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program.h125 rc_omod_op Omod; member in struct:rc_sub_instruction
H A Dradeon_program_pair.h79 unsigned int Omod:3; member in struct:rc_pair_sub_instruction
H A Dradeon_pair_translate.c315 pair->RGB.Omod = inst->Omod;
318 pair->Alpha.Omod = inst->Omod;
H A Dr300_fragprog_emit.c284 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);
H A Dradeon_compiler.c395 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) {
H A Dradeon_program_print.c301 print_omod_op(f, inst->U.I.Omod);
402 print_omod_op(f, inst->RGB.Omod);
437 print_omod_op(f, inst->Alpha.Omod);
H A Dradeon_pair_schedule.c662 rgb->Alpha.Omod = alpha->Alpha.Omod;
949 pair_inst->Alpha.Omod = pair_inst->RGB.Omod;
H A Dr500_fragprog_emit.c325 code->inst[ip].inst3 |= inst->RGB.Omod << R500_ALU_RGB_OMOD_SHIFT;
326 code->inst[ip].inst4 |= inst->Alpha.Omod << R500_ALPHA_OMOD_SHIFT;
H A Dradeon_optimize.c542 || inst->U.I.Omod) {
842 writer->Inst->U.I.Omod = omod_op;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program.h125 rc_omod_op Omod; member in struct:rc_sub_instruction
H A Dradeon_program_pair.h79 unsigned int Omod:3; member in struct:rc_pair_sub_instruction
H A Dradeon_pair_translate.c317 pair->RGB.Omod = inst->Omod;
320 pair->Alpha.Omod = inst->Omod;
H A Dr300_fragprog_emit.c286 if (inst->RGB.Omod) {
287 if (inst->RGB.Omod == RC_OMOD_DISABLE) {
291 (inst->RGB.Omod << R300_ALU_OUTC_MOD_SHIFT);
293 if (inst->Alpha.Omod) {
294 if (inst->Alpha.Omod == RC_OMOD_DISABLE) {
298 (inst->Alpha.Omod << R300_ALU_OUTC_MOD_SHIFT);
H A Dradeon_compiler.c395 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) {
H A Dradeon_program_print.c301 print_omod_op(f, inst->U.I.Omod);
402 print_omod_op(f, inst->RGB.Omod);
437 print_omod_op(f, inst->Alpha.Omod);
H A Dradeon_pair_schedule.c662 rgb->Alpha.Omod = alpha->Alpha.Omod;
949 pair_inst->Alpha.Omod = pair_inst->RGB.Omod;
H A Dr500_fragprog_emit.c327 code->inst[ip].inst3 |= inst->RGB.Omod << R500_ALU_RGB_OMOD_SHIFT;
328 code->inst[ip].inst4 |= inst->Alpha.Omod << R500_ALPHA_OMOD_SHIFT;
H A Dradeon_optimize.c544 || inst->U.I.Omod) {
852 writer->Inst->U.I.Omod = omod_op;

Completed in 17 milliseconds