Searched defs:intel_miptree_map (Results 1 – 5 of 5) sorted by relevance
65 struct intel_miptree_map { struct67 GLbitfield mode;69 int x, y, w, h;71 void *buffer;73 struct intel_mipmap_tree *mt;75 void *ptr;77 int stride;
90 #define intel_miptree_map old_intel_miptree_map macro
852 intel_miptree_map(struct intel_context *intel, in intel_miptree_map() function
78 struct intel_miptree_map { struct94 struct intel_miptree_map *map, argument
3127 intel_miptree_map(struct brw_context *brw, in intel_miptree_map() function