Searched refs:st_compressed_format_fallback (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| H A D | st_format.c | 75 assert(!st_compressed_format_fallback(st, i));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_texture.h | 326 st_compressed_format_fallback(struct st_context *st, mesa_format format);
|
| H A D | st_cb_copyimage.c | 678 if ((src_image && st_compressed_format_fallback(st, src_image->TexFormat)) || 679 (dst_image && st_compressed_format_fallback(st, dst_image->TexFormat))) {
|
| H A D | st_format.c | 1124 if (st_compressed_format_fallback(st, i)) 1137 if (st_compressed_format_fallback(st, mf)) 2431 if (st_compressed_format_fallback(st, mFormat))
|
| H A D | st_cb_texture.c | 228 st_compressed_format_fallback(struct st_context *st, mesa_format format) function in typeref:typename:bool 249 if (!st_compressed_format_fallback(st, texImage->TexFormat)) 289 if (st_compressed_format_fallback(st, texImage->TexFormat)) { 336 if (st_compressed_format_fallback(st, texImage->TexFormat)) { 1745 if (st_compressed_format_fallback(st, texImage->TexFormat))
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_texture.h | 353 st_compressed_format_fallback(struct st_context *st, mesa_format format);
|
| H A D | st_cb_copyimage.c | 680 if ((src_image && st_compressed_format_fallback(st, src_image->TexFormat)) || 681 (dst_image && st_compressed_format_fallback(st, dst_image->TexFormat))) {
|
| H A D | st_cb_texture.c | 516 st_compressed_format_fallback(struct st_context *st, mesa_format format) function in typeref:typename:bool 537 if (!st_compressed_format_fallback(st, texImage->TexFormat)) 582 if (st_compressed_format_fallback(st, texImage->TexFormat)) { 630 if (st_compressed_format_fallback(st, texImage->TexFormat)) { 2327 if (st_compressed_format_fallback(st, texImage->TexFormat))
|
| H A D | st_format.c | 1366 if (st_compressed_format_fallback(st, mFormat))
|
Completed in 17 milliseconds