Searched refs:util_format_is_compressed (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_blit.c346 if (util_format_is_compressed(src->format)) {
359 if (util_format_is_compressed(dst->format)) {
H A Dr600_texture.c192 if (util_format_is_compressed(res->format))
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c198 assert(!util_format_is_compressed(pt->format));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.h438 util_format_is_compressed(enum pipe_format format) function
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c634 if (util_format_is_compressed(format)) {
844 util_format_is_compressed(view->base.format)) {
H A Dr300_texture.c174 if (util_format_is_compressed(format) &&
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c711 if (util_format_is_compressed(src->format) &&
712 util_format_is_compressed(dst->format)) {
H A Dr600_texture.c463 } else if (util_format_is_compressed(templ->format)) {
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_miptree.c312 util_format_is_compressed(pt->format) ||
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c129 if (util_format_is_compressed(pt->format))

Completed in 220 milliseconds