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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c203 vs->fc_op_addrs.r500[i].uw,
204 vs->fc_op_addrs.r500[i].lw,
208 vs->fc_op_addrs.r500[i].lw & 0xffff,
209 (vs->fc_op_addrs.r500[i].uw >> 16) & 0xffff,
210 vs->fc_op_addrs.r500[i].uw & 0xffff);
213 fprintf(stderr,": 0x%08x\n", vs->fc_op_addrs.r300[i]);
H A Dradeon_code.h295 } fc_op_addrs; member in struct:r300_vertex_program_code
H A Dr3xx_vertprog.c459 compiler->code->fc_op_addrs.r500
464 compiler->code->fc_op_addrs.r500
470 compiler->code->fc_op_addrs.r300
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c203 vs->fc_op_addrs.r500[i].uw,
204 vs->fc_op_addrs.r500[i].lw,
208 vs->fc_op_addrs.r500[i].lw & 0xffff,
209 (vs->fc_op_addrs.r500[i].uw >> 16) & 0xffff,
210 vs->fc_op_addrs.r500[i].uw & 0xffff);
213 fprintf(stderr,": 0x%08x\n", vs->fc_op_addrs.r300[i]);
H A Dradeon_code.h295 } fc_op_addrs; member in struct:r300_vertex_program_code
H A Dr3xx_vertprog.c462 compiler->code->fc_op_addrs.r500
467 compiler->code->fc_op_addrs.r500
473 compiler->code->fc_op_addrs.r300
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1146 OUT_CS_TABLE(code->fc_op_addrs.r500, R300_VS_MAX_FC_OPS * 2);
1149 OUT_CS_TABLE(code->fc_op_addrs.r300, R300_VS_MAX_FC_OPS);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1149 OUT_CS_TABLE(code->fc_op_addrs.r500, R300_VS_MAX_FC_OPS * 2);
1152 OUT_CS_TABLE(code->fc_op_addrs.r300, R300_VS_MAX_FC_OPS);

Completed in 13 milliseconds