Home
last modified time | relevance | path

Searched refs:ISL_SFLOAT (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c327 case ISL_SFLOAT: in convert_color_for_load()
481 case ISL_SFLOAT: in convert_color_for_store()
/third_party/mesa3d/src/intel/isl/
Disl_format.c1041 return isl_format_has_channel_type(fmt, ISL_SFLOAT); in isl_format_has_sfloat_channel()
1232 case ISL_SFLOAT: in pack_channel()
1332 case ISL_SFLOAT: in unpack_channel()
Disl.h483 ISL_SFLOAT, enumerator
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c750 isl_layout->uniform_channel_type != ISL_SFLOAT) in anv_get_image_format_features2()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c1816 case ISL_SFLOAT: in get_red_format_for_rgb_format()
1827 case ISL_SFLOAT: in get_red_format_for_rgb_format()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c628 fmtl->channels.r.bits == 32 && fmtl->channels.r.type == ISL_SFLOAT) in want_ccs_e_for_format()