/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.c | 144 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits… in stw_pixelformat_add() 145 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits… in stw_pixelformat_add() 146 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits… in stw_pixelformat_add() 147 …assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits… in stw_pixelformat_add() 148 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.… in stw_pixelformat_add() 149 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.… in stw_pixelformat_add()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 498 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0)) { in st_framebuffer_add_renderbuffer() 503 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) { in st_framebuffer_add_renderbuffer() 532 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode() 535 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode() 538 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode() 541 util_format_get_component_bits(visual->color_format, in st_visual_to_context_mode() 551 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode() 554 util_format_get_component_bits(visual->depth_stencil_format, in st_visual_to_context_mode() 560 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode() 563 util_format_get_component_bits(visual->accum_format, in st_visual_to_context_mode() [all …]
|
D | st_cb_eglimage.c | 279 if (util_format_get_component_bits(stimg->format, in st_bind_egl_image()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_resource.c | 139 sb = util_format_get_component_bits(rsc->b.b.format, UTIL_FORMAT_COLORSPACE_RGB, i); in valid_format_cast() 140 db = util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, i); in valid_format_cast()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_format.h | 172 return util_format_get_component_bits(vk_format_to_pipe_format(format), in vk_format_get_component_bits()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 291 util_format_get_component_bits(fmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in translate_output_mode()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 289 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == in fd_surface_half_precision()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 155 unsigned bits = util_format_get_component_bits( in convert_fast_clear_color() 164 unsigned bits = util_format_get_component_bits( in convert_fast_clear_color()
|
/third_party/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_helpers.c | 534 uint8_t bits = util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, i); in util_clamp_color()
|
D | u_vbuf.c | 289 unsigned comp_bits = util_format_get_component_bits(format, 0, 0); in u_vbuf_get_caps()
|
D | u_blitter.c | 2943 util_format_get_component_bits(dst->format, in util_blitter_stencil_fallback()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_logic_ops.c | 245 util_format_get_component_bits( in v3d_emit_logic_op_raw()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 718 depth = util_format_get_component_bits( in fd3_emit_state() 785 if (format && util_format_get_component_bits( in fd3_emit_state()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 381 res_tmpl.width0 = 1 << util_format_get_component_bits( in vlVdpOutputSurfacePutBitsIndexed()
|
/third_party/mesa3d/src/util/format/ |
D | u_format.h | 942 util_format_get_component_bits(enum pipe_format format, in util_format_get_component_bits() function
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 362 util_format_get_component_bits(dstfmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in panvk_meta_copy_img2img_shader() 797 util_format_get_component_bits(imgfmt, UTIL_FORMAT_COLORSPACE_RGB, 0); in panvk_meta_copy_buf_texelsize()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_clear_blit.c | 50 switch (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in format_to_ifmt() 2632 switch (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in pack_gmem_clear_value() 2637 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_Y) == 6) in pack_gmem_clear_value()
|
D | tu_pipeline.c | 2230 write_bpp += util_format_get_component_bits(pipe_format, in tu6_emit_rb_mrt_controls() 3504 pipeline->depth_cpp_per_sample = util_format_get_component_bits( in tu_pipeline_builder_parse_depth_stencil() 3536 pipeline->stencil_cpp_per_sample = util_format_get_component_bits( in tu_pipeline_builder_parse_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.c | 818 depth = util_format_get_component_bits( in fd4_emit_state()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 3334 util_format_get_component_bits(src_pformat, in get_color_blit_fs() 3338 util_format_get_component_bits(dst_pformat, in get_color_blit_fs()
|