Searched refs:total_sz (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_mfbd.c | 186 size_t total_sz = local in function:panfrost_mfbd_upload 192 panfrost_allocate_transient(ctx, total_sz); 196 UPLOAD(m_f_trans, offset, fb, total_sz); 199 UPLOAD(m_f_trans, offset, fbx, total_sz); 202 UPLOAD(m_f_trans, offset, &rts[c], total_sz);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_emit.c | 483 unsigned total_sz = 32; local in function:midgard_pack_common_store_mask 485 total_sz = 128; 487 total_sz = 64; 489 nr_comp = total_sz / comp_sz; 492 assert(comp_sz >= total_sz / 4); 496 if (comp_sz == total_sz) 498 else if (comp_sz == total_sz / 2) 500 else if (comp_sz == total_sz / 4)
|
Completed in 3 milliseconds