Searched refs:tex_count (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c318 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; local
407 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count);
408 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
409 stream_loc_notcl[loc++] = 6 + tex_count;
412 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW);
413 tex_count++;
440 for (i = 0; i < ATTR_GENERIC_COUNT && tex_count < 8; i++) {
450 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count);
451 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
452 stream_loc_notcl[loc++] = 6 + tex_count;
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1091 unsigned tex_count = 0; local
1111 tex_count++;
1117 if (tex_count >= s->max_tex_group || max_score == -1
1118 || (s->TEXCount > 0 && tex_count == s->TEXCount)
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) {

Completed in 194 milliseconds