Searched refs:inst4 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h230 uint32_t inst4; member in struct:r500_fragment_program_code::__anon5cc527f80a08
H A Dr500_fragprog_emit.c256 code->inst[ip].inst4 = translate_alpha_op(c, inst->Alpha.Opcode);
276 code->inst[ip].inst4 |= R500_ALPHA_W_OMASK;
280 code->inst[ip].inst4 |= R500_ALPHA_ADDRD(inst->Alpha.DestIndex);
326 code->inst[ip].inst4 |= inst->Alpha.Omod << R500_ALPHA_OMOD_SHIFT;
340 code->inst[ip].inst4 |= translate_arg_alpha(inst, 0) << R500_ALPHA_SEL_A_SHIFT;
341 code->inst[ip].inst4 |= translate_arg_alpha(inst, 1) << R500_ALPHA_SEL_B_SHIFT;
345 code->inst[ip].inst4 |= R500_ALPHA_TARGET(inst->Alpha.Target);
H A Dr500_fragprog.c424 fprintf(stderr,"\t4 ALPHA_INST:0x%08x:", code->inst[n].inst4);
425 inst = code->inst[n].inst4;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h230 uint32_t inst4; member in struct:r500_fragment_program_code::__anon210fac6b0a08
H A Dr500_fragprog_emit.c258 code->inst[ip].inst4 = translate_alpha_op(c, inst->Alpha.Opcode);
278 code->inst[ip].inst4 |= R500_ALPHA_W_OMASK;
282 code->inst[ip].inst4 |= R500_ALPHA_ADDRD(inst->Alpha.DestIndex);
328 code->inst[ip].inst4 |= inst->Alpha.Omod << R500_ALPHA_OMOD_SHIFT;
342 code->inst[ip].inst4 |= translate_arg_alpha(inst, 0) << R500_ALPHA_SEL_A_SHIFT;
343 code->inst[ip].inst4 |= translate_arg_alpha(inst, 1) << R500_ALPHA_SEL_B_SHIFT;
347 code->inst[ip].inst4 |= R500_ALPHA_TARGET(inst->Alpha.Target);
H A Dr500_fragprog.c423 fprintf(stderr,"\t4 ALPHA_INST:0x%08x:", code->inst[n].inst4);
424 inst = code->inst[n].inst4;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_fs.c279 OUT_CB(code->inst[i].inst4);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_fs.c279 OUT_CB(code->inst[i].inst4);

Completed in 8 milliseconds