Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c72 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_has_alpha()
84 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance()
101 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_alpha()
179 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance_alpha()
197 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_intensity()
Du_format.h128 UTIL_FORMAT_COLORSPACE_RGB = 0, enumerator
439 case UTIL_FORMAT_COLORSPACE_RGB: in util_format_colormask()
671 colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
674 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c138 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits… in stw_pixelformat_add()
139 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits… in stw_pixelformat_add()
140 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits… in stw_pixelformat_add()
141 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits… in stw_pixelformat_add()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c376 UTIL_FORMAT_COLORSPACE_RGB, 0); in st_visual_to_context_mode()
379 UTIL_FORMAT_COLORSPACE_RGB, 1); in st_visual_to_context_mode()
382 UTIL_FORMAT_COLORSPACE_RGB, 2); in st_visual_to_context_mode()
385 UTIL_FORMAT_COLORSPACE_RGB, 3); in st_visual_to_context_mode()
409 UTIL_FORMAT_COLORSPACE_RGB, 0); in st_visual_to_context_mode()
412 UTIL_FORMAT_COLORSPACE_RGB, 1); in st_visual_to_context_mode()
415 UTIL_FORMAT_COLORSPACE_RGB, 2); in st_visual_to_context_mode()
418 UTIL_FORMAT_COLORSPACE_RGB, 3); in st_visual_to_context_mode()
Dst_cb_eglimage.c191 UTIL_FORMAT_COLORSPACE_RGB, 3) > 0) in st_bind_egl_image()
Dst_cb_texture.c1309 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB) in try_pbo_upload()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c71 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_has_alpha()
83 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance()
100 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_alpha()
197 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance_alpha()
215 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_intensity()
Du_format.h121 UTIL_FORMAT_COLORSPACE_RGB = 0, enumerator
628 case UTIL_FORMAT_COLORSPACE_RGB: in util_format_colormask()
863 colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
866 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
Du_pack_color.h344 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.c181 || output_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB in main()
207 || input_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB in main()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c112 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB || in format_matches_type()
531 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in lp_build_fetch_rgba_aos()
607 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in lp_build_fetch_rgba_aos()
695 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB) { in lp_build_fetch_rgba_aos()
Dlp_bld_format_soa.c429 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in lp_build_fetch_rgba_soa()
472 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB) && in lp_build_fetch_rgba_soa()
Dlp_bld_sample_soa.c2852 if (bld.format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in lp_build_sample_soa_code()
3724 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB); in lp_build_sample_soa()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h149 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == 32) in fd_surface_half_precision()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c473 else if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB) in llvmpipe_is_format_supported()
Dlp_state_fs.c3254 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in make_variant_key()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c378 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0); in vlVdpOutputSurfacePutBitsIndexed()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c753 format, UTIL_FORMAT_COLORSPACE_RGB, 0) < 8) { in fd3_emit_state()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c761 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in fetch_vector()