Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h330 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth() function
353 return util_format_has_depth(desc) || in util_format_is_depth_or_stencil()
367 return util_format_has_depth(desc) && in util_format_is_depth_and_stencil()
411 if (util_format_has_depth(desc)) { in util_format_get_mask()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h519 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth() function
542 return util_format_has_depth(desc) || in util_format_is_depth_or_stencil()
556 return util_format_has_depth(desc) && in util_format_is_depth_and_stencil()
600 if (util_format_has_depth(desc)) { in util_format_get_mask()
Du_gen_mipmap.c68 util_format_has_depth(util_format_description(format)); in util_gen_mipmap()
Du_blit.c403 is_depth = util_format_has_depth(src_desc); in util_blit_pixels()
Du_surface.c645 if (util_format_has_depth(desc)) { in util_clear_texture()
Du_blitter.c1520 if (dst_has_stencil || util_format_has_depth(desc)) in is_blit_generic_supported()
1803 has_depth = util_format_has_depth(src_desc) && in util_blitter_blit_generic()
1804 util_format_has_depth(dst_desc); in util_blitter_blit_generic()
/external/virglrenderer/src/
Dvrend_blitter.c719 has_depth = util_format_has_depth(src_desc) && in vrend_renderer_blit_gl()
720 util_format_has_depth(dst_desc); in vrend_renderer_blit_gl()
Dvrend_renderer.c1862 if (util_format_has_depth(desc)) in vrend_fb_bind_texture_id()
2491 if (!util_format_has_depth(desc)) { in vrend_set_single_sampler_view()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c140 bool is_depth = util_format_has_depth(util_format_description(resource->format)); in virgl_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c315 if (util_format_has_depth(desc)) { in svga_clear_texture()
Dsvga_resource_texture.c889 return util_format_has_depth(desc); in format_has_depth()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c90 !util_format_has_depth(format_desc)) { in lp_build_format_swizzle_soa()
Dlp_bld_sample_soa.c2862 !util_format_has_depth(bld.format_desc)) { in lp_build_sample_soa_code()
3062 !util_format_has_depth(bld.format_desc) && op_is_tex && in lp_build_sample_soa_code()
/external/mesa3d/src/gallium/state_trackers/osmesa/
Dosmesa.c334 if (util_format_has_depth(desc)) { in osmesa_st_framebuffer_flush_front()
/external/mesa3d/src/gallium/state_trackers/nine/
Dbasetexture9.c84 util_format_has_depth(util_format_description(This->base.info.format)); in NineBaseTexture9_ctor()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp111 !util_format_has_depth(desc)) in swr_generate_sampler_key()
129 !util_format_has_depth(desc)) in swr_generate_sampler_key()
Dswr_screen.cpp675 res->has_depth = util_format_has_depth(desc); in swr_texture_layout()
Dswr_state.cpp791 !util_format_has_depth(util_format_description(view->format))) { in swr_update_texture_state()
1104 if (fb->zsbuf && util_format_has_depth(desc)) in swr_update_derived()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c212 is_depth = util_format_has_depth(desc); in r600_init_surface()
904 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()
Devergreen_state.c3707 if (util_format_has_depth(util_format_description(src->format))) in evergreen_dma_copy_tile()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c237 is_depth = util_format_has_depth(desc); in r600_init_surface()
1215 rtex->is_depth = util_format_has_depth(util_format_description(rtex->resource.b.b.format)); in r600_texture_create_object()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c185 if (util_format_has_depth(desc)) in si_blit_decompress_depth()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c476 if (util_format_has_depth(desc)) { in nv50_clear_texture()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c3173 util_format_has_depth(zsbuf_desc)) { in make_variant_key()