Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c264 enum isl_format image_fmt, enum isl_format lower_fmt, in convert_color_for_load() argument
267 if (image_fmt == lower_fmt) in convert_color_for_load()
270 if (image_fmt == ISL_FORMAT_R11G11B10_FLOAT) { in convert_color_for_load()
276 struct format_info image = get_format_info(image_fmt); in convert_color_for_load()
280 isl_format_has_snorm_channel(image_fmt) || in convert_color_for_load()
281 isl_format_has_sint_channel(image_fmt); in convert_color_for_load()
354 if (isl_format_has_int_channel(image_fmt)) in convert_color_for_load()
374 const enum isl_format image_fmt = in lower_image_load_instr() local
377 if (isl_has_matching_typed_storage_image_format(devinfo, image_fmt)) { in lower_image_load_instr()
379 isl_lower_storage_image_format(devinfo, image_fmt); in lower_image_load_instr()
[all …]