Searched defs:threaded_resource (Results 1 – 1 of 1) sorted by relevance
243 struct threaded_resource { struct244 struct pipe_resource b;245 const struct u_resource_vtbl *vtbl;252 struct pipe_resource *latest;265 struct util_range valid_buffer_range;273 struct util_range *base_valid_buffer_range;277 bool is_shared;278 bool is_user_ptr;284 int max_forced_staging_uploads;403 threaded_resource(struct pipe_resource *res) in threaded_resource() function