Searched refs:isl_format_supports_rendering (Results 1 – 14 of 14) sorted by relevance
/third_party/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 | 394 if (!isl_format_supports_rendering(devinfo, format) && in clear_color() 742 if (!isl_format_supports_rendering(devinfo, format)) { in iris_clear_texture()
|
D | iris_state.c | 2502 !isl_format_supports_rendering(devinfo, fmt.fmt)) { in iris_create_surface()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_surface_formats.c | 284 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()
|
D | brw_screen.c | 1369 assert(isl_format_supports_rendering(devinfo, isl_format)); in brw_image_format_is_supported()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
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()
|
D | crocus_clear.c | 376 if (!isl_format_supports_rendering(devinfo, format) && in clear_color() 748 if (!isl_format_supports_rendering(devinfo, format)) { in crocus_clear_texture()
|
D | crocus_state.c | 2845 !isl_format_supports_rendering(devinfo, fmt.fmt)) { in crocus_create_surface()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 515 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()
|
D | anv_image.c | 625 if (!isl_format_supports_rendering(&device->info, in add_aux_surface_if_supported()
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_surface_state.c | 295 assert(isl_format_supports_rendering(dev->info, info->view->format)); in isl_genX()
|
D | isl.h | 1798 bool isl_format_supports_rendering(const struct intel_device_info *devinfo,
|
D | isl_format.c | 690 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/ |
D | formats.rst | 205 .. doxygenfunction:: isl_format_supports_rendering
|