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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c632 int bitmap_count = levels; local in function:pandecode_texture_payload
636 bitmap_count *= 6;
639 bitmap_count *= nr_samples;
642 bitmap_count *= array_size;
646 bitmap_count *= 2;
649 payload, sizeof(mali_ptr) * bitmap_count);
650 for (int i = 0; i < bitmap_count; ++i) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c1492 int bitmap_count = MALI_NEGATIVE(t->nr_mipmap_levels); local in function:pandecode_replay_vertex_tiler_postfix_pre
1496 bitmap_count *= 6;
1501 if (bitmap_count > max_count) {
1503 bitmap_count = max_count;
1506 for (int i = 0; i < bitmap_count; ++i) {

Completed in 7 milliseconds