Home
last modified time | relevance | path

Searched refs:util_format_has_depth (Results 1 – 25 of 35) sorted by relevance

12

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h329 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth() function
352 return util_format_has_depth(desc) || in util_format_is_depth_or_stencil()
366 return util_format_has_depth(desc) && in util_format_is_depth_and_stencil()
410 if (util_format_has_depth(desc)) { in util_format_get_mask()
/external/mesa3d/src/freedreno/vulkan/
Dvk_format.h76 return util_format_has_depth(desc) || util_format_has_stencil(desc); in vk_format_is_depth_or_stencil()
Dtu_image.c672 if (util_format_has_depth(desc) && !(device->instance->debug_flags & TU_DEBUG_NOLRZ)) in tu_CreateImage()
/external/mesa3d/src/util/format/
Du_format.h506 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth() function
529 return util_format_has_depth(desc) || in util_format_is_depth_or_stencil()
543 return util_format_has_depth(desc) && in util_format_is_depth_and_stencil()
620 if (util_format_has_depth(desc)) { in util_format_get_mask()
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c68 util_format_has_depth(util_format_description(format)); in util_gen_mipmap()
Du_blitter.c1636 if (dst_has_stencil || util_format_has_depth(desc)) in is_blit_generic_supported()
1927 bool src_has_depth = util_format_has_depth(src_desc); in util_blitter_blit_generic()
1933 util_format_has_depth(dst_desc); in util_blitter_blit_generic()
2187 assert(!util_format_has_stencil(desc) || util_format_has_depth(desc)); in util_blitter_generate_mipmap()
Du_surface.c602 if (util_format_has_depth(desc)) { in util_clear_texture()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.h189 return util_format_has_depth(desc); in has_depth()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c82 if (util_format_has_depth(desc)) in aspect_from_format()
714 assert(util_format_has_depth(util_format_description(pres->format))); in zink_resource_set_separate_stencil()
Dzink_screen.c567 if (util_format_has_depth(desc)) { in zink_is_format_supported()
Dzink_context.c274 if (util_format_has_depth(desc)) in sampler_aspect_from_format()
/external/virglrenderer/src/
Dvrend_blitter.c802 bool blit_depth = util_format_has_depth(src_desc) && in vrend_renderer_blit_gl()
803 util_format_has_depth(dst_desc) && in vrend_renderer_blit_gl()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c309 if (util_format_has_depth(desc)) { in svga_clear_texture()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c421 if (util_format_has_depth(desc)) { in llvmpipe_clear_texture()
/external/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c339 if (util_format_has_depth(desc)) { in osmesa_st_framebuffer_flush_front()
/external/mesa3d/src/gallium/frontends/nine/
Dbasetexture9.c84 util_format_has_depth(util_format_description(This->base.info.format)); in NineBaseTexture9_ctor()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp649 res->has_depth = util_format_has_depth(desc); in swr_texture_layout()
Dswr_state.cpp882 !util_format_has_depth(util_format_description(view->format))) { in swr_update_texture_state()
1227 if (fb->zsbuf && util_format_has_depth(desc)) in swr_update_derived()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c527 if (util_format_has_depth(util_format_description(psurf->format))) in lima_surface_create()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c92 !util_format_has_depth(format_desc)) { in lp_build_format_swizzle_soa()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c213 is_depth = util_format_has_depth(desc); in r600_init_surface()
924 rtex->is_depth = util_format_has_depth(util_format_description(rtex->resource.b.b.format)); in r600_texture_create_object()
Dr600_blit.c147 rctx->db_misc_state.copy_depth = util_format_has_depth(desc); in r600_blit_decompress_depth()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c786 if (!util_format_has_depth(util_format_description(format))) in panfrost_load_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c227 is_depth = util_format_has_depth(desc); in si_init_surface()
1000 tex->is_depth = util_format_has_depth(util_format_description(tex->buffer.b.b.format)); in si_texture_create_object()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1037 !util_format_has_depth(desc)) { in v3d_create_sampler_view()

12