Searched refs:is_depth_stencil (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_blit.c374 bool is_depth_stencil = buf == BUFFER_DEPTH || buf == BUFFER_STENCIL; local in function:intelClearWithBlit
414 if (is_depth_stencil) {
426 if (is_depth_stencil) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_blit.c374 bool is_depth_stencil = buf == BUFFER_DEPTH || buf == BUFFER_STENCIL; local in function:intelClearWithBlit
414 if (is_depth_stencil) {
426 if (is_depth_stencil) {
/xsrc/external/mit/libdrm/dist/radeon/
H A Dradeon_surface.c792 int r, is_depth_stencil = (surf->flags & zs_flags) == zs_flags; local in function:eg_surface_init_1d_miptrees
802 if (is_depth_stencil) {
814 int r, is_depth_stencil = (surf->flags & zs_flags) == zs_flags; local in function:eg_surface_init_2d_miptrees
825 if (is_depth_stencil) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c1041 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && local in function:r600_choose_tiling
1063 !is_depth_stencil &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c1034 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && local in function:r600_choose_tiling
1056 !is_depth_stencil &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1148 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && local in function:si_choose_tiling
1168 if (!force_tiling && !is_depth_stencil && !util_format_is_compressed(templ->format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1497 bool is_depth_stencil = util_format_is_depth_or_stencil(templ->format) && local in function:si_choose_tiling
1518 !is_depth_stencil &&
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c601 bool is_depth_stencil = local in function:make_surface
603 if (!is_depth_stencil) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c401 bool is_depth_stencil = local in function:make_surface
403 if (!is_depth_stencil) {

Completed in 28 milliseconds