Searched refs:util_format_get_component_bits (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_pixelformat.c | 138 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits… in stw_pixelformat_add() 139 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits… in stw_pixelformat_add() 140 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits… in stw_pixelformat_add() 141 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits… in stw_pixelformat_add() 142 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.… in stw_pixelformat_add() 143 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.… in stw_pixelformat_add()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 339 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0)) { in st_framebuffer_add_renderbuffer() 344 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) { in st_framebuffer_add_renderbuffer() 375 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode() 378 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode() 381 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode() 384 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode() 394 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode() 397 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode() 408 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode() 411 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode() [all …]
|
D | st_cb_eglimage.c | 190 if (util_format_get_component_bits(stimg->format, in st_bind_egl_image()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 149 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == 32) in fd_surface_half_precision()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 344 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
|
D | u_format.h | 847 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 681 depth = util_format_get_component_bits( in fd3_emit_state() 752 if (format && util_format_get_component_bits( in fd3_emit_state()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format.h | 655 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 377 res_tmpl.width0 = 1 << util_format_get_component_bits( in vlVdpOutputSurfacePutBitsIndexed()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.c | 652 depth = util_format_get_component_bits( in fd4_emit_state()
|