Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/
H A DIMB_imbuf_types.h171 IB_halffloat = 1 << 18, enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/oiio/
H A Dopenimageio_api.cpp273 ibuf->flags |= (is_float && is_half) ? IB_halffloat : 0; in imb_load_photoshop()
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dutil_gpu.c50 high_bitdepth = (!(ibuf->flags & IB_halffloat) && high_bitdepth); in imb_gpu_get_format()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_image/
H A Dimage_buttons.c985 if (ibuf && ibuf->rect_float && (ibuf->flags & IB_halffloat) == 0) { in uiTemplateImage()
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/openexr/
H A Dopenexr_api.cpp1937 ibuf->flags |= exr_is_half_float(*file) ? IB_halffloat : 0; in imb_load_openexr()