Searched refs:brw_miptree_map (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.h68 * When calling brw_miptree_map() on an ETC-transcoded-to-RGB miptree or a
74 * without transcoding back. This flag to brw_miptree_map() gets you that.
78 struct brw_miptree_map { struct
94 struct brw_miptree_map *map,
127 * brw_miptree_map/unmap on this slice.
129 struct brw_miptree_map *map;
668 brw_miptree_map(struct brw_context *brw,
H A Dbrw_mipmap_tree.c1230 brw_miptree_map(brw, src_mt,
1237 brw_miptree_map(brw, dst_mt,
1268 * passing BRW_MAP_DIRECT_BIT, but that would have meant brw_miptree_map
2370 struct brw_miptree_map *map,
2379 struct brw_miptree_map *map,
2431 struct brw_miptree_map *map,
2461 tile_extents(struct brw_mipmap_tree *mt, struct brw_miptree_map *map,
2483 struct brw_miptree_map *map,
2567 struct brw_miptree_map *map,
2610 struct brw_miptree_map *ma
3070 brw_miptree_map(struct brw_context *brw, function in typeref:typename:void
[all...]
H A Dbrw_tex.c227 /* brw_miptree_map operates on a unified "slice" number that references the
233 brw_miptree_map(brw, mt,
H A Dbrw_fbo.c170 brw_miptree_map(brw, mt, irb->mt_level, irb->mt_layer,

Completed in 8 milliseconds