Searched refs:shadow_mt (Results 1 – 3 of 3) sorted by relevance
521 mesa_fmt = mt->shadow_mt->format; in brw_update_texture_surface()571 assert(mt->shadow_mt && !mt->stencil_mt->shadow_needs_update); in brw_update_texture_surface()572 mt = mt->shadow_mt; in brw_update_texture_surface()578 assert(mt->shadow_mt && !mt->shadow_needs_update); in brw_update_texture_surface()579 mt = mt->shadow_mt; in brw_update_texture_surface()582 assert(mt->shadow_mt && !mt->shadow_needs_update); in brw_update_texture_surface()583 mt = mt->shadow_mt; in brw_update_texture_surface()
297 struct intel_mipmap_tree *shadow_mt; member738 return intel_miptree_needs_fake_etc(brw, mt) && mt->shadow_mt; in intel_miptree_has_etc_shadow()
509 mt->shadow_mt = make_surface(brw, target, decomp_format, first_level, in miptree_create()515 if (mt->shadow_mt == NULL) { in miptree_create()1025 intel_miptree_release(&(*mt)->shadow_mt); in intel_miptree_release()2360 if (!mt->shadow_mt) { in intel_update_r8stencil()2362 mt->shadow_mt = make_surface( in intel_update_r8stencil()2376 assert(mt->shadow_mt); in intel_update_r8stencil()2382 struct intel_mipmap_tree *dst = mt->shadow_mt; in intel_update_r8stencil()3304 struct intel_mipmap_tree *smt = mt->shadow_mt; in intel_miptree_update_etc_shadow()3339 smt = mt->shadow_mt; in intel_miptree_update_etc_shadow_levels()