Lines Matching refs:tex_count
935 unsigned tex_count,
940 pan_pool_alloc_desc_array(pool, tex_count, TEXTURE);
942 for (unsigned i = 0; i < tex_count; i++) {
956 for (unsigned i = 0; i < tex_count; i++) {
971 tex_count * sizeof(mali_ptr),
983 unsigned tex_count = 0;
987 views[tex_count++] = fb->zs.view.zs;
1004 views[tex_count++] = view;
1009 views[tex_count++] = fb->rts[i].view;
1014 *tex_count_out = tex_count;
1016 return pan_blitter_emit_textures(pool, tex_count, views);
1080 unsigned tex_count = 0;
1081 mali_ptr textures = pan_preload_emit_textures(pool, fb, zs, &tex_count);
1139 panfrost_make_resource_table(T, PAN_TABLE_TEXTURE, textures, tex_count);