/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.c | 144 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits… in stw_pixelformat_add() 145 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits… in stw_pixelformat_add() 146 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits… in stw_pixelformat_add() 147 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits… in stw_pixelformat_add()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 533 UTIL_FORMAT_COLORSPACE_RGB, 0); in st_visual_to_context_mode() 536 UTIL_FORMAT_COLORSPACE_RGB, 1); in st_visual_to_context_mode() 539 UTIL_FORMAT_COLORSPACE_RGB, 2); in st_visual_to_context_mode() 542 UTIL_FORMAT_COLORSPACE_RGB, 3); in st_visual_to_context_mode() 561 UTIL_FORMAT_COLORSPACE_RGB, 0); in st_visual_to_context_mode() 564 UTIL_FORMAT_COLORSPACE_RGB, 1); in st_visual_to_context_mode() 567 UTIL_FORMAT_COLORSPACE_RGB, 2); in st_visual_to_context_mode() 570 UTIL_FORMAT_COLORSPACE_RGB, 3); in st_visual_to_context_mode()
|
D | st_cb_eglimage.c | 280 UTIL_FORMAT_COLORSPACE_RGB, 3) > 0) in st_bind_egl_image()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_resource.c | 139 sb = util_format_get_component_bits(rsc->b.b.format, UTIL_FORMAT_COLORSPACE_RGB, i); in valid_format_cast() 140 db = util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, i); in valid_format_cast()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_afbc.c | 147 return desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB; in panfrost_afbc_can_ytr()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | vk_format.h | 47 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in vk_format_is_alpha_on_msb()
|
/third_party/mesa3d/src/gallium/tests/unit/ |
D | translate_test.c | 182 || output_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB in main() 210 || input_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB in main()
|
/third_party/mesa3d/src/util/format/ |
D | u_format.c | 119 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_has_alpha() 131 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_has_alpha1() 143 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance() 160 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_alpha() 289 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance_alpha() 307 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_intensity()
|
D | u_format.h | 132 UTIL_FORMAT_COLORSPACE_RGB = 0, enumerator 689 case UTIL_FORMAT_COLORSPACE_RGB: in util_format_colormask() 958 colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits() 961 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 112 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()
|
D | lp_bld_format_soa.c | 431 (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() 1028 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in lp_build_store_rgba_soa() 1040 (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB) && in lp_build_store_rgba_soa()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 291 util_format_get_component_bits(fmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in translate_output_mode()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 289 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == in fd_surface_half_precision()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 156 format, UTIL_FORMAT_COLORSPACE_RGB, i); in convert_fast_clear_color() 165 format, UTIL_FORMAT_COLORSPACE_RGB, i); in convert_fast_clear_color()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_lower_ycbcr_textures.c | 288 vk_format_get_component_bits(first_format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X); in try_lower_tex_ycbcr()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_helpers.c | 534 uint8_t bits = util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, i); in util_clamp_color()
|
D | u_pack_color.h | 343 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_logic_ops.c | 247 UTIL_FORMAT_COLORSPACE_RGB, i); in v3d_emit_logic_op_raw()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_formats.c | 231 desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in buffer_format_features()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 693 else if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB) in llvmpipe_is_format_supported()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 382 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0); in vlVdpOutputSurfacePutBitsIndexed()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 502 UTIL_FORMAT_COLORSPACE_RGB, in lower_tex_ycbcr()
|
D | tu_clear_blit.c | 50 switch (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in format_to_ifmt() 2632 switch (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in pack_gmem_clear_value() 2637 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_Y) == 6) in pack_gmem_clear_value()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 362 util_format_get_component_bits(dstfmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in panvk_meta_copy_img2img_shader() 797 util_format_get_component_bits(imgfmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in panvk_meta_copy_buf_texelsize()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 786 format, UTIL_FORMAT_COLORSPACE_RGB, 0) < 8) { in fd3_emit_state()
|