Home
last modified time | relevance | path

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

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