Searched defs:intel_miptree_map (Results 1 – 4 of 4) sorted by relevance
69 struct intel_miptree_map { struct71 GLbitfield mode;73 int x, y, w, h;75 void *buffer;77 drm_intel_bo *bo;79 void *ptr;81 int stride;87 bool singlesample_mt_is_tmp;
1675 intel_miptree_map(struct intel_context *intel, in intel_miptree_map() function