Home
last modified time | relevance | path

Searched refs:r8stencil_needs_update (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_misc_state.c164 stencil_mt->r8stencil_needs_update = true; in gen7_emit_depth_stencil_hiz()
Dbrw_clear.c293 mt->stencil_mt->r8stencil_needs_update = true; in brw_clear()
Dintel_mipmap_tree.h319 bool r8stencil_needs_update; member
Dbrw_wm_surface_state.c535 assert(mt->r8stencil_mt && !mt->stencil_mt->r8stencil_needs_update); in brw_update_texture_surface()
542 assert(mt->r8stencil_mt && !mt->r8stencil_needs_update); in brw_update_texture_surface()
Dintel_tex_image.c330 mt->r8stencil_needs_update = true; in intel_upload_tex()
Dintel_mipmap_tree.c672 mt->stencil_mt->r8stencil_needs_update = true; in make_separate_stencil_surface()
2965 if (!src || devinfo->gen >= 8 || !src->r8stencil_needs_update) in intel_update_r8stencil()
3009 src->r8stencil_needs_update = false; in intel_update_r8stencil()
Dbrw_blorp.c161 mt->r8stencil_needs_update = true; in blorp_surf_for_miptree()