Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c328 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0)) in st_framebuffer_add_renderbuffer()
330 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) in st_framebuffer_add_renderbuffer()
356 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
359 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
362 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
365 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
374 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
377 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
388 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
391 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
[all …]
Dst_cb_eglimage.c111 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/
Dstw_pixelformat.c136 …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()
140 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.… in stw_pixelformat_add()
141 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.… in stw_pixelformat_add()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_surface.c71 depth_bits = util_format_get_component_bits(lp->framebuffer.zsbuf->format, in llvmpipe_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_surface.c87 depth_bits = util_format_get_component_bits(sp->framebuffer.zsbuf->format, in softpipe_set_framebuffer_state()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c240 rgba[i] = util_format_get_component_bits(nconf->color_format, in init_config_attributes()
247 util_format_get_component_bits(depth_stencil_format, in init_config_attributes()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h341 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
Du_format.h740 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_context.c254 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) { in create_texture()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c361 res_tmpl.width0 = 1 << util_format_get_component_bits( in vlVdpOutputSurfacePutBitsIndexed()