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

  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 310 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; local
400 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count);
401 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
402 stream_loc_notcl[loc++] = 6 + tex_count;
405 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW);
406 tex_count++;
485 for (i = gen_offset; i < ATTR_GENERIC_COUNT && tex_count < 8; i++) {
495 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count);
496 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count));
497 stream_loc_notcl[loc++] = 6 + tex_count;
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_internal.h 156 int tex_base, tex_count; member in struct:ilo_shader::__anon27728
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 1091 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)) {
    [all...]

Completed in 198 milliseconds