Home
last modified time | relevance | path

Searched refs:vap_out_vtx_fmt (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c347 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__POS_PRESENT; in r300_update_rs_block()
352 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__PT_SIZE_PRESENT; in r300_update_rs_block()
362 rs.vap_out_vtx_fmt[0] |= in r300_update_rs_block()
399 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__COLOR_0_PRESENT << (2+i); in r300_update_rs_block()
408 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count)); in r300_update_rs_block()
451 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count)); in r300_update_rs_block()
500 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count)); in r300_update_rs_block()
538 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count)); in r300_update_rs_block()
Dr300_context.h175 uint32_t vap_out_vtx_fmt[2]; /* R300_VAP_OUTPUT_VTX_FMT_[0-1]: 0x2090 */ member
Dr300_emit.c739 OUT_CS(rs->vap_out_vtx_fmt[0]); in r300_emit_rs_block_state()
740 OUT_CS(rs->vap_out_vtx_fmt[1]); in r300_emit_rs_block_state()