Searched refs:must_tile (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_pipe.c | 174 bool must_tile = agx_must_tile(pres); local in function:agx_should_tile 176 assert(!(must_tile && !can_tile)); 177 return must_tile || (can_tile && should_tile);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_io.c | 49 static inline bool must_tile(struct sna *sna, int width, int height) function in typeref:typename:bool 308 if (must_tile(sna, tmp.width, tmp.height)) { 892 if (must_tile(sna, tmp.width, tmp.height)) { 1399 if (must_tile(sna, tmp.width, tmp.height)) { 1800 must_tile(sna, pixmap->drawable.width, pixmap->drawable.height))
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_io.c | 49 static inline bool must_tile(struct sna *sna, int width, int height) function in typeref:typename:bool 303 if (must_tile(sna, tmp.width, tmp.height)) { 871 if (must_tile(sna, tmp.width, tmp.height)) { 1375 if (must_tile(sna, tmp.width, tmp.height)) { 1773 must_tile(sna, pixmap->drawable.width, pixmap->drawable.height))
|
Completed in 8 milliseconds