Searched refs:util_format_get_component_bits (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.c | 139 …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/ |
D | st_manager.c | 351 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 …]
|
D | st_cb_eglimage.c | 251 if (util_format_get_component_bits(stimg->format, in st_bind_egl_image()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | vk_format.h | 143 return util_format_get_component_bits(vk_format_to_pipe_format(format), in vk_format_get_component_bits()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 292 util_format_get_component_bits(fmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in translate_output_mode()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 172 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == 32) in fd_surface_half_precision()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 165 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/ |
D | u_format.h | 595 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 343 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
|
D | u_vbuf.c | 279 unsigned comp_bits = util_format_get_component_bits(format, 0, 0); in u_vbuf_get_caps()
|
D | u_blitter.c | 2891 util_format_get_component_bits(dst->format, in util_blitter_stencil_fallback()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 715 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/ |
D | output.c | 378 res_tmpl.width0 = 1 << util_format_get_component_bits( in vlVdpOutputSurfacePutBitsIndexed()
|
/external/mesa3d/src/util/format/ |
D | u_format.h | 884 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.c | 673 depth = util_format_get_component_bits( in fd4_emit_state()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 3590 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/ |
D | vrend_renderer.c | 3515 …key->fs.surface_component_bits[i] = util_format_get_component_bits(sub_ctx->surf[i]->format, UTIL_… in vrend_fill_shader_key()
|