HomeSort by relevance Sort by last modified time
    Searched refs:vap_out_vtx_fmt (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 347 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__POS_PRESENT;
352 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__PT_SIZE_PRESENT;
362 rs.vap_out_vtx_fmt[0] |=
399 rs.vap_out_vtx_fmt[0] |= R300_VAP_OUTPUT_VTX_FMT_0__COLOR_0_PRESENT << (2+i);
408 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
451 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
500 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
538 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
    [all...]
r300_context.h 175 uint32_t vap_out_vtx_fmt[2]; /* R300_VAP_OUTPUT_VTX_FMT_[0-1]: 0x2090 */ member in struct:r300_rs_block
r300_emit.c 739 OUT_CS(rs->vap_out_vtx_fmt[0]);
740 OUT_CS(rs->vap_out_vtx_fmt[1]);
    [all...]

Completed in 42 milliseconds