Searched refs:tex_count (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state_derived.c | 310 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...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 935 unsigned tex_count, in pan_blitter_emit_textures() 940 pan_pool_alloc_desc_array(pool, tex_count, TEXTURE); in pan_blitter_emit_textures() 942 for (unsigned i = 0; i < tex_count; i++) { in pan_blitter_emit_textures() 956 for (unsigned i = 0; i < tex_count; i++) { in pan_blitter_emit_textures() 971 tex_count * sizeof(mali_ptr), in pan_blitter_emit_textures() 983 unsigned tex_count = 0; in pan_preload_emit_textures() local 987 views[tex_count++] = fb->zs.view.zs; in pan_preload_emit_textures() 1004 views[tex_count++] = view; in pan_preload_emit_textures() 1009 views[tex_count++] = fb->rts[i].view; in pan_preload_emit_textures() 1014 *tex_count_out = tex_count; in pan_preload_emit_textures() 934 pan_blitter_emit_textures(struct pan_pool *pool, unsigned tex_count, const struct pan_image_view **views) pan_blitter_emit_textures() argument 1080 unsigned tex_count = 0; pan_preload_emit_dcd() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_schedule.c | 1087 unsigned tex_count = 0; in emit_instruction() local 1107 tex_count++; in emit_instruction() 1113 if (tex_count >= s->max_tex_group || max_score == -1 in emit_instruction() 1114 || (s->TEXCount > 0 && tex_count == s->TEXCount) in emit_instruction() 1115 || (tex_count > 0 && max_score < NO_OUTPUT_SCORE)) { in emit_instruction()
|
Completed in 5 milliseconds