Home
last modified time | relevance | path

Searched refs:is_depth_stencil (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_blit.c393 bool is_depth_stencil = buf == BUFFER_DEPTH || buf == BUFFER_STENCIL; in intelClearWithBlit() local
433 if (is_depth_stencil) { in intelClearWithBlit()
445 if (is_depth_stencil) { in intelClearWithBlit()
/external/libdrm/radeon/
Dradeon_surface.c792 int r, is_depth_stencil = (surf->flags & zs_flags) == zs_flags; in eg_surface_init_1d_miptrees() local
802 if (is_depth_stencil) { in eg_surface_init_1d_miptrees()
814 int r, is_depth_stencil = (surf->flags & zs_flags) == zs_flags; in eg_surface_init_2d_miptrees() local
825 if (is_depth_stencil) { in eg_surface_init_2d_miptrees()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1369 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && in r600_choose_tiling() local
1384 is_depth_stencil && in r600_choose_tiling()
1392 !is_depth_stencil && in r600_choose_tiling()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1022 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && in r600_choose_tiling() local
1044 !is_depth_stencil && in r600_choose_tiling()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c603 bool is_depth_stencil = in make_surface() local
605 if (!is_depth_stencil) { in make_surface()