Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_angle_format_table.py95 def is_depth_stencil(angle_format): function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_angle_format_table.py99 def is_depth_stencil(angle_format): function
/third_party/libdrm/radeon/
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
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1030 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && in r600_choose_tiling() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1181 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && in si_choose_tiling() local
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_cmd_buffer.c2213 bool is_depth_stencil, in pvr_perform_start_of_render_attachment_clear()