Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_formats.c91 !isl_format_supports_rendering(devinfo, format)) { in iris_format_for_usage()
166 !isl_format_supports_rendering(devinfo, format)) in iris_is_format_supported()
169 supported &= isl_format_supports_rendering(devinfo, rt_format); in iris_is_format_supported()
Diris_clear.c392 if (!isl_format_supports_rendering(devinfo, format) && in clear_color()
745 if (!isl_format_supports_rendering(devinfo, format)) { in iris_clear_texture()
Diris_state.c2509 !isl_format_supports_rendering(devinfo, fmt.fmt)) { in iris_create_surface()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c282 if (!isl_format_supports_rendering(devinfo, texture)) in intel_screen_init_surface_formats()
286 if (!isl_format_supports_rendering(devinfo, texture)) in intel_screen_init_surface_formats()
304 if (isl_format_supports_rendering(devinfo, render) && in intel_screen_init_surface_formats()
Dintel_screen.c1340 assert(isl_format_supports_rendering(devinfo, isl_format)); in intel_image_format_is_supported()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c510 isl_format_supports_rendering(devinfo, rgbx)) { in anv_get_format_plane()
605 if (isl_format_supports_rendering(devinfo, plane_format.isl_format) && in anv_get_image_format_features()
Danv_image.c455 if (!isl_format_supports_rendering(&device->info, in add_aux_surface_if_supported()
/external/mesa3d/src/intel/isl/
Disl_surface_state.c256 assert(isl_format_supports_rendering(dev->info, info->view->format)); in isl_genX()
Disl.h1546 bool isl_format_supports_rendering(const struct gen_device_info *devinfo,
Disl_format.c690 isl_format_supports_rendering(const struct gen_device_info *devinfo, in isl_format_supports_rendering() function
841 if (!isl_format_supports_rendering(devinfo, format)) in isl_format_supports_ccs_d()