Searched refs:UTIL_FORMAT_COLORSPACE_RGB (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 357 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()
|
D | st_cb_eglimage.c | 111 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/ |
D | stw_pixelformat.c | 136 …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/ |
D | u_format.h | 119 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()
|
D | u_format.c | 95 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()
|
D | u_pack_color.h | 341 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
|
/external/mesa3d/src/gallium/tests/unit/ |
D | translate_test.c | 180 || 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/ |
D | lp_bld_format_aos.c | 107 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB || in format_matches_type() 422 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in lp_build_fetch_rgba_aos()
|
D | lp_bld_format_soa.c | 321 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in lp_build_fetch_rgba_soa()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 241 UTIL_FORMAT_COLORSPACE_RGB, i); in init_config_attributes()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 362 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0); in vlVdpOutputSurfacePutBitsIndexed()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1606 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in make_variant_key()
|