Searched refs:util_format_get_component_bits (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 328 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 …]
|
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() 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/ |
D | lp_state_surface.c | 71 depth_bits = util_format_get_component_bits(lp->framebuffer.zsbuf->format, in llvmpipe_set_framebuffer_state()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_surface.c | 87 depth_bits = util_format_get_component_bits(sp->framebuffer.zsbuf->format, in softpipe_set_framebuffer_state()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 240 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/ |
D | u_pack_color.h | 341 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
|
D | u_format.h | 740 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_context.c | 254 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) { in create_texture()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 361 res_tmpl.width0 = 1 << util_format_get_component_bits( in vlVdpOutputSurfacePutBitsIndexed()
|