Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_OutputFileMultiViewOperation.cpp123 this->m_format->depth == R_IMF_CHAN_DEPTH_16, in deinitExecution()
325 this->m_format->depth == R_IMF_CHAN_DEPTH_16); in deinitExecution()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/nodes/
H A DCOM_OutputFileNode.cpp48 const bool use_half_float = (storage->format.depth == R_IMF_CHAN_DEPTH_16); in convertToOperations()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dimage.c1499 return R_IMF_CHAN_DEPTH_8 | R_IMF_CHAN_DEPTH_16; in BKE_imtype_valid_depths()
1773 im_format->depth = R_IMF_CHAN_DEPTH_16; in BKE_imbuf_to_image_format()
1791 im_format->depth = R_IMF_CHAN_DEPTH_16; in BKE_imbuf_to_image_format()
1812 im_format->depth = R_IMF_CHAN_DEPTH_16; in BKE_imbuf_to_image_format()
1845 im_format->depth = R_IMF_CHAN_DEPTH_16; in BKE_imbuf_to_image_format()
2815 if (imf->depth == R_IMF_CHAN_DEPTH_16) { in BKE_imbuf_write_prepare()
2834 if (imf->depth == R_IMF_CHAN_DEPTH_16) { in BKE_imbuf_write_prepare()
2854 if (imf->depth == R_IMF_CHAN_DEPTH_16) { in BKE_imbuf_write_prepare()
2871 if (imf->depth == R_IMF_CHAN_DEPTH_16) { in BKE_imbuf_write_prepare()
2886 if (imf->depth == R_IMF_CHAN_DEPTH_16) { in BKE_imbuf_write_prepare()
[all …]
H A Docean.c1412 imf.depth = R_IMF_CHAN_DEPTH_16; in BKE_ocean_bake()
/dports/graphics/blender/blender-2.91.0/source/blender/render/intern/source/
H A Drender_result.c896 const bool half_float = (imf && imf->depth == R_IMF_CHAN_DEPTH_16); in RE_WriteRenderResult()
1465 (R_IMF_CHAN_DEPTH_12 | R_IMF_CHAN_DEPTH_16 | R_IMF_CHAN_DEPTH_24 | R_IMF_CHAN_DEPTH_32)) { in render_result_rect_to_ibuf()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_image/
H A Dimage_ops.c1667 if (depth_ok & R_IMF_CHAN_DEPTH_16) { in imtype_best_depth()
1668 return R_IMF_CHAN_DEPTH_16; in imtype_best_depth()
1682 if (depth_ok & R_IMF_CHAN_DEPTH_16) { in imtype_best_depth()
1683 return R_IMF_CHAN_DEPTH_16; in imtype_best_depth()
H A Dimage_buttons.c1027 R_IMF_CHAN_DEPTH_16, in uiTemplateImageSettings()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_260.c186 imf->depth = (rd->subimtype & R_OPENEXR_HALF) ? R_IMF_CHAN_DEPTH_16 : R_IMF_CHAN_DEPTH_32; in do_versions_image_settings_2_60()
196 imf->depth = R_IMF_CHAN_DEPTH_16; in do_versions_image_settings_2_60()
201 imf->depth = R_IMF_CHAN_DEPTH_16; in do_versions_image_settings_2_60()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_scene_types.h502 R_IMF_CHAN_DEPTH_16 = (1 << 4), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_scene.c414 {R_IMF_CHAN_DEPTH_16, "16", 0, "16", "16 bit color channels"},
1279 R_IMF_CHAN_DEPTH_16, in rna_ImageFormatSettings_file_format_set()
1413 if (depth_ok & R_IMF_CHAN_DEPTH_16) { in rna_ImageFormatSettings_color_depth_itemf()