Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c512 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0)) { in st_framebuffer_add_renderbuffer()
517 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) { in st_framebuffer_add_renderbuffer()
546 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
549 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
552 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
555 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
566 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
569 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
575 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
578 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
[all …]
H A Dst_cb_eglimage.c357 if (util_format_get_component_bits(stimg->format, in st_bind_egl_image()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_pixelformat.c140 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits… in stw_pixelformat_add()
141 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits… in stw_pixelformat_add()
142 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits… in stw_pixelformat_add()
143 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits… in stw_pixelformat_add()
144 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.… in stw_pixelformat_add()
145 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.… in stw_pixelformat_add()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c167 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, i); in driCreateConfigs()
193 util_format_get_component_bits(zs_formats[k], in driCreateConfigs()
196 util_format_get_component_bits(zs_formats[k], in driCreateConfigs()
405 util_format_get_component_bits(pipe_formats[f], in dri_fill_in_modes()
407 util_format_get_component_bits(pipe_formats[f], in dri_fill_in_modes()
409 util_format_get_component_bits(pipe_formats[f], in dri_fill_in_modes()
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_afrc.c146 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0); in panfrost_afrc_query_rates()
/aosp_15_r20/external/mesa3d/src/vulkan/util/
H A Dvk_format.h202 return util_format_get_component_bits(vk_format_to_pipe_format(format), in vk_format_get_component_bits()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c155 unsigned bits = util_format_get_component_bits( in convert_fast_clear_color()
164 unsigned bits = util_format_get_component_bits( in convert_fast_clear_color()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h392 util_format_get_component_bits(fmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in translate_output_mode()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h281 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == in fd_surface_half_precision()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c704 depth = util_format_get_component_bits( in fd3_emit_state()
771 if (format && util_format_get_component_bits( in fd3_emit_state()
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/
H A Du_format.h595 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c245 util_format_get_component_bits( in v3d_emit_logic_op_raw()
/aosp_15_r20/external/mesa3d/src/util/
H A Du_pack_color.h343 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c504 uint8_t bits = util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, i); in util_clamp_color()
H A Du_vbuf.c296 unsigned comp_bits = util_format_get_component_bits(format, 0, 0); in u_vbuf_get_caps()
H A Du_blitter.c2947 util_format_get_component_bits(dst->format, in util_blitter_stencil_fallback()
/aosp_15_r20/external/mesa3d/src/gallium/targets/dril/
H A Ddril_target.c85 #define SIZE(f, cs, chan) (f ? util_format_get_component_bits(f, cs, chan) : 0)
/aosp_15_r20/external/mesa3d/src/gallium/frontends/vdpau/
H A Doutput.c381 res_tmpl.width0 = 1 << util_format_get_component_bits( in vlVdpOutputSurfacePutBitsIndexed()
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format.h976 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c803 depth = util_format_get_component_bits( in fd4_emit_state()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.cc2816 write_bpp += util_format_get_component_bits(pipe_format, in tu_calc_bandwidth()
2831 bandwidth->depth_cpp_per_sample = util_format_get_component_bits( in tu_calc_bandwidth()
2837 bandwidth->stencil_cpp_per_sample = util_format_get_component_bits( in tu_calc_bandwidth()
H A Dtu_clear_blit.cc57 switch (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in format_to_ifmt()
1806 switch (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in pack_blit_event_clear_value()
1811 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_Y) == 6) in pack_blit_event_clear_value()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c3908 util_format_get_component_bits(src_pformat, in get_color_blit_fs()
3912 util_format_get_component_bits(dst_pformat, in get_color_blit_fs()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_meta_copy_fill_update.c582 depth_comp_bits += util_format_get_component_bits( in copy_img_buf_format_for_aspect()
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_renderer.c4033 …key->fs.surface_component_bits[i] = util_format_get_component_bits(sub_ctx->surf[i]->format, UTIL_… in vrend_fill_shader_key()