Home
last modified time | relevance | path

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

12

/external/virglrenderer/prebuilt-intermediates/src/
Du_format_table.c58 UTIL_FORMAT_COLORSPACE_RGB,
102 UTIL_FORMAT_COLORSPACE_RGB,
146 UTIL_FORMAT_COLORSPACE_RGB,
190 UTIL_FORMAT_COLORSPACE_RGB,
234 UTIL_FORMAT_COLORSPACE_RGB,
278 UTIL_FORMAT_COLORSPACE_RGB,
322 UTIL_FORMAT_COLORSPACE_RGB,
366 UTIL_FORMAT_COLORSPACE_RGB,
410 UTIL_FORMAT_COLORSPACE_RGB,
454 UTIL_FORMAT_COLORSPACE_RGB,
[all …]
/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.h137 UTIL_FORMAT_COLORSPACE_RGB = 0, enumerator
451 case UTIL_FORMAT_COLORSPACE_RGB: in util_format_colormask()
683 colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
686 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.c139 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits… in stw_pixelformat_add()
140 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits… in stw_pixelformat_add()
141 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits… in stw_pixelformat_add()
142 …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.c386 UTIL_FORMAT_COLORSPACE_RGB, 0); in st_visual_to_context_mode()
389 UTIL_FORMAT_COLORSPACE_RGB, 1); in st_visual_to_context_mode()
392 UTIL_FORMAT_COLORSPACE_RGB, 2); in st_visual_to_context_mode()
395 UTIL_FORMAT_COLORSPACE_RGB, 3); in st_visual_to_context_mode()
414 UTIL_FORMAT_COLORSPACE_RGB, 0); in st_visual_to_context_mode()
417 UTIL_FORMAT_COLORSPACE_RGB, 1); in st_visual_to_context_mode()
420 UTIL_FORMAT_COLORSPACE_RGB, 2); in st_visual_to_context_mode()
423 UTIL_FORMAT_COLORSPACE_RGB, 3); in st_visual_to_context_mode()
Dst_cb_eglimage.c252 UTIL_FORMAT_COLORSPACE_RGB, 3) > 0) in st_bind_egl_image()
/external/mesa3d/src/panfrost/lib/
Dpan_afbc.c142 return desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB; in panfrost_afbc_can_ytr()
/external/mesa3d/src/util/format/
Du_format.c123 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_has_alpha()
135 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance()
152 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_alpha()
250 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance_alpha()
268 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_intensity()
Du_format.h130 UTIL_FORMAT_COLORSPACE_RGB = 0, enumerator
648 case UTIL_FORMAT_COLORSPACE_RGB: in util_format_colormask()
900 colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
903 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
/external/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c184 || output_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB in main()
213 || 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()
534 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in lp_build_fetch_rgba_aos()
610 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in lp_build_fetch_rgba_aos()
698 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB) { in lp_build_fetch_rgba_aos()
Dlp_bld_format_soa.c431 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in lp_build_fetch_rgba_soa()
474 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB) && in lp_build_fetch_rgba_soa()
1014 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in lp_build_store_rgba_soa()
1026 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB) && in lp_build_store_rgba_soa()
Dlp_bld_sample_soa.c2780 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in lp_build_texel_type()
3809 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB); in lp_build_sample_soa()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h292 util_format_get_component_bits(fmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in translate_output_mode()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h172 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == 32) in fd_surface_half_precision()
/external/mesa3d/src/gallium/drivers/iris/
Diris_clear.c166 format, UTIL_FORMAT_COLORSPACE_RGB, i); in convert_clear_color()
175 format, UTIL_FORMAT_COLORSPACE_RGB, i); in convert_clear_color()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h343 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c644 else if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB) in llvmpipe_is_format_supported()
Dlp_state_fs.c538 if (out_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in fs_fb_fetch()
4040 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in make_variant_key()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c481 desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in buffer_format_features()
Dv3dv_meta_copy.c3591 UTIL_FORMAT_COLORSPACE_RGB, in get_color_blit_fs()
3595 UTIL_FORMAT_COLORSPACE_RGB, in get_color_blit_fs()
/external/mesa3d/src/gallium/frontends/vdpau/
Doutput.c379 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0); in vlVdpOutputSurfacePutBitsIndexed()
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.c521 UTIL_FORMAT_COLORSPACE_RGB, in lower_tex_ycbcr()
Dtu_clear_blit.c42 switch (vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in format_to_ifmt()
1992 switch (vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in pack_gmem_clear_value()
1997 if (vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_Y) == 6) in pack_gmem_clear_value()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c783 format, UTIL_FORMAT_COLORSPACE_RGB, 0) < 8) { in fd3_emit_state()

12