Searched refs:vap_out_vtx_fmt (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state_derived.c340 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__POS_PRESENT;
345 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__PT_SIZE_PRESENT;
355 rs.vap_out_vtx_fmt[0] |=
392 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__COLOR_0_PRESENT << (2+i);
401 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
451 rs.vap_out_vtx_fmt[0] |=
496 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
545 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
583 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
H A Dr300_context.h167 uint32_t vap_out_vtx_fmt[2]; /* R300_VAP_OUTPUT_VTX_FMT_[0-1]: 0x2090 */ member in struct:r300_rs_block
H A Dr300_emit.c829 OUT_CS(rs->vap_out_vtx_fmt[0]);
830 OUT_CS(rs->vap_out_vtx_fmt[1]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_state_derived.c340 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__POS_PRESENT;
345 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__PT_SIZE_PRESENT;
355 rs.vap_out_vtx_fmt[0] |=
392 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__COLOR_0_PRESENT << (2+i);
401 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
451 rs.vap_out_vtx_fmt[0] |=
496 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
545 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
583 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
H A Dr300_context.h167 uint32_t vap_out_vtx_fmt[2]; /* R300_VAP_OUTPUT_VTX_FMT_[0-1]: 0x2090 */ member in struct:r300_rs_block
H A Dr300_emit.c832 OUT_CS(rs->vap_out_vtx_fmt[0]);
833 OUT_CS(rs->vap_out_vtx_fmt[1]);

Completed in 13 milliseconds