Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h241 struct threaded_resource { struct
242 struct pipe_resource b;
243 const struct u_resource_vtbl *vtbl;
250 struct pipe_resource *latest;
263 struct util_range valid_buffer_range;
271 struct util_range *base_valid_buffer_range;
275 bool is_shared;
276 bool is_user_ptr;
282 int max_forced_staging_uploads;
394 threaded_resource(struct pipe_resource *res) in threaded_resource() function