Searched refs:panfrost_block_dim (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_texture.h | 163 panfrost_block_dim(uint64_t modifier, bool width, unsigned plane);
|
| H A D | pan_texture.c | 70 panfrost_block_dim(uint64_t modifier, bool width, unsigned plane) function in typeref:typename:unsigned 191 tile_w = panfrost_block_dim(layout->modifier, true, 0); 192 tile_h = panfrost_block_dim(layout->modifier, false, 0); 402 if (panfrost_block_dim(modifier, true, 0) > 16)
|
| H A D | pan_cs.c | 450 panfrost_block_dim(rt->image->layout.modifier, true, 0) > 16; 582 unsigned superblock = panfrost_block_dim(rt->image->layout.modifier, true, 0);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 609 - panfrost: Expose panfrost_block_dim()
|
| H A D | 20.3.0.rst | 679 - panfrost: Add panfrost_block_dim helper
|
Completed in 14 milliseconds