Home
last modified time | relevance | path

Searched refs:tex_count (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c310 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0; in r300_update_rs_block() local
400 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count); in r300_update_rs_block()
401 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count)); in r300_update_rs_block()
402 stream_loc_notcl[loc++] = 6 + tex_count; in r300_update_rs_block()
405 rX00_rs_tex(&rs, tex_count, tex_ptr, SWIZ_XYZW); in r300_update_rs_block()
406 tex_count++; in r300_update_rs_block()
485 for (i = gen_offset; i < ATTR_GENERIC_COUNT && tex_count < 8; i++) { in r300_update_rs_block()
495 rs.vap_vsm_vtx_assm |= (R300_INPUT_CNTL_TC0 << tex_count); in r300_update_rs_block()
496 rs.vap_out_vtx_fmt[1] |= (4 << (3 * tex_count)); in r300_update_rs_block()
497 stream_loc_notcl[loc++] = 6 + tex_count; in r300_update_rs_block()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c1091 unsigned tex_count = 0; in emit_instruction() local
1111 tex_count++; in emit_instruction()
1117 if (tex_count >= s->max_tex_group || max_score == -1 in emit_instruction()
1118 || (s->TEXCount > 0 && tex_count == s->TEXCount) in emit_instruction()
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) { in emit_instruction()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_internal.h156 int tex_base, tex_count; member
Dilo_shader_vs.c1289 vcc->shader->bt.tex_count = vcc->variant->num_sampler_views; in vs_setup()
1292 vcc->shader->bt.tex_count; in vs_setup()
Dilo_shader_fs.c1874 fcc->shader->bt.tex_count = fcc->variant->num_sampler_views; in fs_setup()
1877 fcc->shader->bt.tex_count; in fs_setup()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_shader.c1311 val = kernel->bt.tex_count; in ilo_shader_get_kernel_param()