Home
last modified time | relevance | path

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

/third_party/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.c394 if (!isl_format_supports_rendering(devinfo, format) && in clear_color()
742 if (!isl_format_supports_rendering(devinfo, format)) { in iris_clear_texture()
Diris_state.c2502 !isl_format_supports_rendering(devinfo, fmt.fmt)) { in iris_create_surface()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c284 if (!isl_format_supports_rendering(devinfo, texture)) in brw_screen_init_surface_formats()
288 if (!isl_format_supports_rendering(devinfo, texture)) in brw_screen_init_surface_formats()
306 if (isl_format_supports_rendering(devinfo, render) && in brw_screen_init_surface_formats()
Dbrw_screen.c1369 assert(isl_format_supports_rendering(devinfo, isl_format)); in brw_image_format_is_supported()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c405 !isl_format_supports_rendering(devinfo, info.fmt) && in crocus_format_for_usage()
499 !isl_format_supports_rendering(devinfo, format)) in crocus_is_format_supported()
502 supported &= isl_format_supports_rendering(devinfo, rt_format); in crocus_is_format_supported()
Dcrocus_clear.c376 if (!isl_format_supports_rendering(devinfo, format) && in clear_color()
748 if (!isl_format_supports_rendering(devinfo, format)) { in crocus_clear_texture()
Dcrocus_state.c2845 !isl_format_supports_rendering(devinfo, fmt.fmt)) { in crocus_create_surface()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c515 isl_format_supports_rendering(devinfo, rgbx)) { in anv_get_format_plane()
624 if (isl_format_supports_rendering(devinfo, plane_format.isl_format) && in anv_get_image_format_features2()
661 if (isl_format_supports_rendering(devinfo, plane_format.isl_format)) in anv_get_image_format_features2()
Danv_image.c625 if (!isl_format_supports_rendering(&device->info, in add_aux_surface_if_supported()
/third_party/mesa3d/src/intel/isl/
Disl_surface_state.c295 assert(isl_format_supports_rendering(dev->info, info->view->format)); in isl_genX()
Disl.h1798 bool isl_format_supports_rendering(const struct intel_device_info *devinfo,
Disl_format.c690 isl_format_supports_rendering(const struct intel_device_info *devinfo, in isl_format_supports_rendering() function
833 if (!isl_format_supports_rendering(devinfo, format)) in isl_format_supports_ccs_d()
/third_party/mesa3d/docs/isl/
Dformats.rst205 .. doxygenfunction:: isl_format_supports_rendering