Searched refs:isl_format_is_compressed (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_gen6.c114 if (isl_format_is_compressed(info->format)) {
H A Disl_gen4.c127 if (isl_format_is_compressed(info->format)) {
H A Disl_gen8.c138 } else if (isl_format_is_compressed(info->format)) {
H A Disl_gen9.c185 if (isl_format_is_compressed(info->format)) {
H A Disl_gen7.c361 } else if (isl_format_is_compressed(info->format)) {
H A Disl_surface_state.c253 assert(!isl_format_is_compressed(info->view->format));
255 if (isl_format_is_compressed(info->surf->format)) {
H A Disl_format.c605 } else if (isl_format_is_compressed(format)) {
910 assert(!isl_format_is_compressed(format));
1020 assert(!isl_format_is_compressed(format));
H A Disl.h1514 isl_format_is_compressed(enum isl_format fmt) function in typeref:typename:bool
H A Disl.c1760 if (isl_format_is_compressed(surf->format))
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_gfx6.c114 if (isl_format_is_compressed(info->format)) {
H A Disl_gfx4.c112 if (isl_format_is_compressed(info->format)) {
H A Disl_gfx8.c138 } else if (isl_format_is_compressed(info->format)) {
H A Disl_gfx9.c185 if (isl_format_is_compressed(info->format)) {
H A Disl_gfx7.c371 } else if (isl_format_is_compressed(info->format)) {
H A Disl_surface_state.c305 assert(!isl_format_is_compressed(info->view->format));
307 if (isl_format_is_compressed(info->surf->format)) {
H A Disl_format.c759 if (isl_format_is_compressed(format)) {
899 } else if (isl_format_is_compressed(format)) {
1213 assert(!isl_format_is_compressed(format));
1322 assert(!isl_format_is_compressed(format));
H A Disl.c2137 if (isl_format_is_compressed(surf->format))
2963 assert(isl_format_is_compressed(surf->format));
2964 assert(!isl_format_is_compressed(view->format));
H A Disl.h1861 isl_format_is_compressed(enum isl_format fmt) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_image.c334 assert(isl_format_is_compressed(plane_format.isl_format));
1270 isl_format_is_compressed(view.format) &&
1272 assert(isl_format_is_compressed(surface->isl.format));
1332 if (isl_format_is_compressed(surface->isl.format) &&
1333 !isl_format_is_compressed(view.format)) {
H A Danv_formats.c693 !isl_format_is_compressed(isl_format))
852 isl_format_is_compressed(format->planes[0].isl_format)) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_formats.c752 if (isl_format_is_compressed(plane_format.isl_format))
836 !isl_format_is_compressed(isl_format))
1099 isl_format_is_compressed(format->planes[0].isl_format)) {
H A Danv_image.c349 assert(isl_format_is_compressed(plane_format.isl_format));
2364 isl_format_is_compressed(view.format) &&
2366 assert(isl_format_is_compressed(surface->isl.format));
2437 if (isl_format_is_compressed(surface->isl.format) &&
2438 !isl_format_is_compressed(view.format)) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_clear.c497 if (isl_format_is_compressed(params.dst.surf.format)) {
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_clear.c609 if (isl_format_is_compressed(params.dst.surf.format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c1922 if (!isl_format_is_compressed(res->surf.format)) {
1946 assert(!isl_format_is_compressed(fmt.fmt));

Completed in 52 milliseconds

12