Home
last modified time | relevance | path

Searched refs:isl_format_has_unorm_channel (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl.h1878 bool isl_format_has_unorm_channel(enum isl_format fmt) ATTRIBUTE_CONST;
1888 return isl_format_has_unorm_channel(fmt) || in isl_format_has_normalized_channel()
Disl_format.c1021 isl_format_has_unorm_channel(enum isl_format fmt) in isl_format_has_unorm_channel() function
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c429 if (isl_format_has_unorm_channel(img_format) && in can_fast_clear_with_non_zero_color()
430 !isl_format_has_unorm_channel(view_format)) in can_fast_clear_with_non_zero_color()