Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c357 UTIL_FORMAT_COLORSPACE_RGB, 0); in st_visual_to_context_mode()
360 UTIL_FORMAT_COLORSPACE_RGB, 1); in st_visual_to_context_mode()
363 UTIL_FORMAT_COLORSPACE_RGB, 2); in st_visual_to_context_mode()
366 UTIL_FORMAT_COLORSPACE_RGB, 3); in st_visual_to_context_mode()
389 UTIL_FORMAT_COLORSPACE_RGB, 0); in st_visual_to_context_mode()
392 UTIL_FORMAT_COLORSPACE_RGB, 1); in st_visual_to_context_mode()
395 UTIL_FORMAT_COLORSPACE_RGB, 2); in st_visual_to_context_mode()
398 UTIL_FORMAT_COLORSPACE_RGB, 3); in st_visual_to_context_mode()
531 UTIL_FORMAT_COLORSPACE_RGB, 3) > 0) in st_context_teximage()
Dst_cb_eglimage.c111 if (util_format_get_component_bits(ps->format, UTIL_FORMAT_COLORSPACE_RGB, 3) > 0) in st_bind_surface()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c136 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits… in stw_pixelformat_add()
137 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits… in stw_pixelformat_add()
138 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits… in stw_pixelformat_add()
139 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits… in stw_pixelformat_add()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h119 UTIL_FORMAT_COLORSPACE_RGB = 0, enumerator
533 case UTIL_FORMAT_COLORSPACE_RGB: in util_format_colormask()
756 colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
759 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
793 case UTIL_FORMAT_COLORSPACE_RGB: in util_format_has_alpha()
Du_format.c95 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_rgb_no_alpha()
110 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance()
167 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_array()
199 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance_alpha()
217 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_intensity()
Du_pack_color.h341 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
/external/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c180 || output_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB in main()
206 || input_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB in main()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c107 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB || in format_matches_type()
422 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in lp_build_fetch_rgba_aos()
Dlp_bld_format_soa.c321 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in lp_build_fetch_rgba_soa()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c241 UTIL_FORMAT_COLORSPACE_RGB, i); in init_config_attributes()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c362 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0); in vlVdpOutputSurfacePutBitsIndexed()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1606 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in make_variant_key()