Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h315 struct threaded_resource { struct
318 /* Pointer to the TC that first used this threaded_resource (buffer). This is used to argument
327 const void *first_user;
334 struct pipe_resource *latest;
341 void *cpu_storage;
354 struct util_range valid_buffer_range;
360 bool used_by_multiple_contexts;
364 bool is_shared;
365 bool is_user_ptr;
366 bool allow_cpu_storage;
[all …]