Searched refs:r8stencil_mt (Results 1 – 3 of 3) sorted by relevance
535 assert(mt->r8stencil_mt && !mt->stencil_mt->r8stencil_needs_update); in brw_update_texture_surface()536 mt = mt->r8stencil_mt; in brw_update_texture_surface()542 assert(mt->r8stencil_mt && !mt->r8stencil_needs_update); in brw_update_texture_surface()543 mt = mt->r8stencil_mt; in brw_update_texture_surface()
318 struct intel_mipmap_tree *r8stencil_mt; member
1232 intel_miptree_release(&(*mt)->r8stencil_mt); in intel_miptree_release()2970 if (!mt->r8stencil_mt) { in intel_update_r8stencil()2972 mt->r8stencil_mt = make_surface( in intel_update_r8stencil()2986 assert(mt->r8stencil_mt); in intel_update_r8stencil()2989 struct intel_mipmap_tree *dst = mt->r8stencil_mt; in intel_update_r8stencil()