Home
last modified time | relevance | path

Searched refs:ISL_COLORSPACE_LINEAR (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl_format.c1269 assert(fmtl->colorspace == ISL_COLORSPACE_LINEAR || in isl_color_value_pack()
1286 pack_channel(value, 3, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_out); in isl_color_value_pack()
1288 pack_channel(value, 0, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_out); in isl_color_value_pack()
1366 assert(fmtl->colorspace == ISL_COLORSPACE_LINEAR || in isl_color_value_unpack()
1389 unpack_channel(value, 3, 1, &fmtl->channels.a, ISL_COLORSPACE_LINEAR, data_in); in isl_color_value_unpack()
1391 unpack_channel(value, 0, 4, &fmtl->channels.i, ISL_COLORSPACE_LINEAR, data_in); in isl_color_value_unpack()
H A Disl.h533 ISL_COLORSPACE_LINEAR, enumerator
/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c743 case ISL_COLORSPACE_LINEAR: in anv_get_image_format_features2()
H A Danv_image.c1172 assert(isl_layout->colorspace == ISL_COLORSPACE_LINEAR || in check_drm_format_mod()

Completed in 14 milliseconds