Searched defs:iris_resource (Results 1 – 1 of 1) sorted by relevance
52 struct iris_resource { struct53 struct pipe_resource base;54 enum pipe_format internal_format;63 struct isl_surf surf;66 struct iris_bo *bo;69 uint64_t offset;75 unsigned bind_history;81 unsigned bind_stages;91 struct util_range valid_buffer_range;96 struct {[all …]