Searched defs:threaded_resource (Results 1 – 1 of 1) sorted by relevance
306 struct threaded_resource { struct307 struct pipe_resource b;314 struct pipe_resource *latest;327 struct util_range valid_buffer_range;331 bool is_shared;332 bool is_user_ptr;338 uint32_t buffer_id_unique;342 int pending_staging_uploads;347 struct util_range pending_staging_uploads_range;540 threaded_resource(struct pipe_resource *res) in threaded_resource() function