Home
last modified time | relevance | path

Searched refs:allow_cpu_storage (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h366 bool allow_cpu_storage; member
541 void threaded_resource_init(struct pipe_resource *res, bool allow_cpu_storage);
632 tres->allow_cpu_storage = false; in tc_buffer_disable_cpu_storage()
Du_threaded_context.c707 threaded_resource_init(struct pipe_resource *res, bool allow_cpu_storage) in threaded_resource_init() argument
722 if (allow_cpu_storage && in threaded_resource_init()
729 tres->allow_cpu_storage = true; in threaded_resource_init()
731 tres->allow_cpu_storage = false; in threaded_resource_init()
2229 if (tres->allow_cpu_storage && !(usage & TC_TRANSFER_MAP_UPLOAD_CPU_STORAGE)) { in tc_buffer_map()
2269 tres->allow_cpu_storage = false; in tc_buffer_map()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c562 bool allow_cpu_storage) in si_alloc_buffer_struct() argument
571 threaded_resource_init(&buf->b.b, allow_cpu_storage); in si_alloc_buffer_struct()