Searched defs:threaded_resource (Results 1 – 1 of 1) sorted by relevance
241 struct threaded_resource { struct242 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