Home
last modified time | relevance | path

Searched defs:is_depth_stencil (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dattachment.rs390 let is_depth_stencil = aspects.intersects(ImageAspects::DEPTH | ImageAspects::STENCIL); localVariable
478 let is_depth_stencil = aspects.intersects(ImageAspects::DEPTH | ImageAspects::STENCIL); localVariable
Dstorage.rs72 let is_depth_stencil = aspects.intersects(ImageAspects::DEPTH | ImageAspects::STENCIL); in new() localVariable
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Dgen_angle_format_table.py175 def is_depth_stencil(angle_format): function
/aosp_15_r20/external/libdrm/radeon/
H A Dradeon_surface.c792 int r, is_depth_stencil = (surf->flags & zs_flags) == zs_flags; in eg_surface_init_1d_miptrees() local
814 int r, is_depth_stencil = (surf->flags & zs_flags) == zs_flags; in eg_surface_init_2d_miptrees() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c1013 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && in r600_choose_tiling() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1303 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && in si_choose_tiling() local
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c2809 bool is_depth_stencil, in pvr_perform_start_of_render_attachment_clear()