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 Dst_format.c75 assert(!st_compressed_format_fallback(st, i));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_texture.h326 st_compressed_format_fallback(struct st_context *st, mesa_format format);
H A Dst_cb_copyimage.c678 if ((src_image && st_compressed_format_fallback(st, src_image->TexFormat)) ||
679 (dst_image && st_compressed_format_fallback(st, dst_image->TexFormat))) {
H A Dst_format.c1124 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 Dst_cb_texture.c228 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 Dst_texture.h353 st_compressed_format_fallback(struct st_context *st, mesa_format format);
H A Dst_cb_copyimage.c680 if ((src_image && st_compressed_format_fallback(st, src_image->TexFormat)) ||
681 (dst_image && st_compressed_format_fallback(st, dst_image->TexFormat))) {
H A Dst_cb_texture.c516 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 Dst_format.c1366 if (st_compressed_format_fallback(st, mFormat))

Completed in 17 milliseconds