Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.c139 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits… in stw_pixelformat_add()
140 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits… in stw_pixelformat_add()
141 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits… in stw_pixelformat_add()
142 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits… in stw_pixelformat_add()
143 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.… in stw_pixelformat_add()
144 …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.c351 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0)) { in st_framebuffer_add_renderbuffer()
356 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) { in st_framebuffer_add_renderbuffer()
385 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
388 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
391 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
394 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode()
404 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
407 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode()
413 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
416 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode()
[all …]
Dst_cb_eglimage.c251 if (util_format_get_component_bits(stimg->format, in st_bind_egl_image()
/external/mesa3d/src/freedreno/vulkan/
Dvk_format.h143 return util_format_get_component_bits(vk_format_to_pipe_format(format), in vk_format_get_component_bits()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h292 util_format_get_component_bits(fmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in translate_output_mode()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h172 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == 32) in fd_surface_half_precision()
/external/mesa3d/src/gallium/drivers/iris/
Diris_clear.c165 unsigned bits = util_format_get_component_bits( in convert_clear_color()
174 unsigned bits = util_format_get_component_bits( in convert_clear_color()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h595 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h343 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
Du_vbuf.c279 unsigned comp_bits = util_format_get_component_bits(format, 0, 0); in u_vbuf_get_caps()
Du_blitter.c2891 util_format_get_component_bits(dst->format, in util_blitter_stencil_fallback()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c715 depth = util_format_get_component_bits( in fd3_emit_state()
782 if (format && util_format_get_component_bits( in fd3_emit_state()
/external/mesa3d/src/gallium/frontends/vdpau/
Doutput.c378 res_tmpl.width0 = 1 << util_format_get_component_bits( in vlVdpOutputSurfacePutBitsIndexed()
/external/mesa3d/src/util/format/
Du_format.h884 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c673 depth = util_format_get_component_bits( in fd4_emit_state()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c3590 util_format_get_component_bits(src_pformat, in get_color_blit_fs()
3594 util_format_get_component_bits(dst_pformat, in get_color_blit_fs()
/external/virglrenderer/src/
Dvrend_renderer.c3515 …key->fs.surface_component_bits[i] = util_format_get_component_bits(sub_ctx->surf[i]->format, UTIL_… in vrend_fill_shader_key()