Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c138 …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/
Dst_manager.c339 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 …]
Dst_cb_eglimage.c190 if (util_format_get_component_bits(stimg->format, in st_bind_egl_image()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h149 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == 32) in fd_surface_half_precision()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h344 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
Du_format.h847 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c681 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/
Du_format.h655 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c377 res_tmpl.width0 = 1 << util_format_get_component_bits( in vlVdpOutputSurfacePutBitsIndexed()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c652 depth = util_format_get_component_bits( in fd4_emit_state()