Searched refs:isl_format_supports_rendering (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_formats.c | 91 !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()
|
D | iris_clear.c | 392 if (!isl_format_supports_rendering(devinfo, format) && in clear_color() 745 if (!isl_format_supports_rendering(devinfo, format)) { in iris_clear_texture()
|
D | iris_state.c | 2509 !isl_format_supports_rendering(devinfo, fmt.fmt)) { in iris_create_surface()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_surface_formats.c | 282 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()
|
D | intel_screen.c | 1340 assert(isl_format_supports_rendering(devinfo, isl_format)); in intel_image_format_is_supported()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 510 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()
|
D | anv_image.c | 455 if (!isl_format_supports_rendering(&device->info, in add_aux_surface_if_supported()
|
/external/mesa3d/src/intel/isl/ |
D | isl_surface_state.c | 256 assert(isl_format_supports_rendering(dev->info, info->view->format)); in isl_genX()
|
D | isl.h | 1546 bool isl_format_supports_rendering(const struct gen_device_info *devinfo,
|
D | isl_format.c | 690 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()
|