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

123

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dvk_format_info.h97 return util_format_is_compressed(vk_format_to_pipe_format(format));
/xsrc/external/mit/mesa-demos/dist/src/rbug/
H A Dbin_to_bmp.c80 if (util_format_is_compressed(src_format)) {
H A Dtex_dump.c54 if (util_format_is_compressed(info->format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c87 if (util_format_is_compressed(pformat)) {
203 if (util_format_is_compressed(pformat))
220 !util_format_is_compressed(pformat) &&
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h115 return util_format_is_compressed(vk_format_to_pipe_format(format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c112 fail_if(util_format_is_compressed(info->src.format) !=
113 util_format_is_compressed(info->src.format));
116 fail_if(util_format_is_compressed(info->src.format) &&
392 if (util_format_is_compressed(info->src.format)) {
397 debug_assert(!util_format_is_compressed(info->dst.format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_resource_texture.c172 if (util_format_is_compressed(tex->b.format))
370 if (util_format_is_compressed(pt->format))
474 if (util_format_is_compressed(pt->format)) {
652 assert(util_format_is_compressed(pt->format)); /* compressed only */
751 if (!util_format_is_compressed(tex->b.format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c267 if (util_format_is_compressed(src->base.b.format)) {
280 if (util_format_is_compressed(dst->base.b.format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c360 (util_format_is_compressed(src->format) ||
361 util_format_is_compressed(dst->format))) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_texture.c167 if (util_format_is_compressed(res->base.format))
H A Detnaviv_resource.c222 if (!util_format_is_compressed(templat->format)) {
336 if (util_format_is_compressed(templat->format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c131 if (util_format_is_compressed(pfmt))
200 debug_assert(!util_format_is_compressed(info->src.format));
201 debug_assert(!util_format_is_compressed(info->dst.format));
1187 if (util_format_is_compressed(info->src.format) ||
1188 util_format_is_compressed(info->dst.format))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c499 util_format_is_compressed(src->format) ||
500 util_format_is_compressed(dst->format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c105 if (util_format_is_compressed(pt->format))
121 if (util_format_is_compressed(pt->format))
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c499 util_format_is_compressed(src->format) ||
500 util_format_is_compressed(dst->format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_texture.c189 if (util_format_is_compressed(res->base.format))
H A Detnaviv_texture_desc.c193 COND(res->layout == ETNA_LAYOUT_LINEAR && !util_format_is_compressed(so->format),
H A Detnaviv_resource.c240 if (!util_format_is_compressed(templat->format)) {
360 util_format_is_compressed(templat->format)) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_formats.c59 if (util_format_is_compressed(pfmt))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c176 assert(!util_format_is_compressed(pt->format));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c919 if (!util_format_is_compressed(src->format) &&
920 !util_format_is_compressed(dst->format) &&
947 if (util_format_is_compressed(src->format) ||
948 util_format_is_compressed(dst->format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c924 if (!util_format_is_compressed(src->format) && !util_format_is_compressed(dst->format) &&
952 if (util_format_is_compressed(src->format) || util_format_is_compressed(dst->format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_screen.cpp828 if (util_format_is_compressed(fmt))
834 if (util_format_is_compressed(fmt))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state_derived.c679 if (util_format_is_compressed(format)) {
889 util_format_is_compressed(view->base.format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c113 if (util_format_is_compressed(pt->format))
129 if (util_format_is_compressed(pt->format))

Completed in 67 milliseconds

123