Searched refs:ISL_COLORSPACE_LINEAR (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_format.c | 1269 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 D | isl.h | 533 ISL_COLORSPACE_LINEAR, enumerator
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 743 case ISL_COLORSPACE_LINEAR: in anv_get_image_format_features2()
|
H A D | anv_image.c | 1172 assert(isl_layout->colorspace == ISL_COLORSPACE_LINEAR || in check_drm_format_mod()
|
Completed in 14 milliseconds