Home
last modified time | relevance | path

Searched defs:iris_resource (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.h52 struct iris_resource { struct
53 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 …]