Searched refs:isl_format_supports_rendering (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_formats.c | 91 !isl_format_supports_rendering(devinfo, format)) { in iris_format_for_usage() 170 !isl_format_supports_rendering(devinfo, format)) in iris_is_format_supported() 173 supported &= isl_format_supports_rendering(devinfo, rt_format); in iris_is_format_supported()
|
H A D | iris_clear.c | 380 if (!isl_format_supports_rendering(devinfo, format) && in clear_color() 760 if (!isl_format_supports_rendering(devinfo, format)) { in iris_clear_texture()
|
H A D | iris_state.c | 3057 !isl_format_supports_rendering(devinfo, fmt.fmt)) { in iris_create_surface()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_formats.c | 405 !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()
|
H A D | crocus_clear.c | 371 if (!isl_format_supports_rendering(devinfo, format) && in clear_color() 718 if (!isl_format_supports_rendering(devinfo, format)) { in crocus_clear_texture()
|
H A D | crocus_state.c | 2843 !isl_format_supports_rendering(devinfo, fmt.fmt)) { in crocus_create_surface()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_formats.c | 516 isl_format_supports_rendering(devinfo, rgbx)) { in anv_get_format_plane() 621 if (isl_format_supports_rendering(devinfo, plane_format.isl_format) && in anv_get_image_format_features2() 665 if (isl_format_supports_rendering(devinfo, plane_format.isl_format)) in anv_get_image_format_features2()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 501 isl_format_supports_rendering(devinfo, rgbx)) { in anv_get_format_plane() 633 if (isl_format_supports_rendering(devinfo, plane_format.isl_format) && in anv_get_image_format_features2() 677 if (isl_format_supports_rendering(devinfo, plane_format.isl_format)) in anv_get_image_format_features2()
|
/aosp_15_r20/external/mesa3d/src/intel/isl/ |
H A D | isl_surface_state.c | 265 assert(isl_format_supports_rendering(dev->info, info->view->format)); in isl_genX()
|
H A D | isl_format.c | 703 isl_format_supports_rendering(const struct intel_device_info *devinfo, in isl_format_supports_rendering() function 861 if (!isl_format_supports_rendering(devinfo, format)) in isl_format_supports_ccs_d()
|
H A D | isl.h | 2026 bool isl_format_supports_rendering(const struct intel_device_info *devinfo,
|
/aosp_15_r20/external/mesa3d/docs/isl/ |
H A D | formats.rst | 207 .. c:autofunction:: isl_format_supports_rendering
|