Searched refs:allow_cpu_storage (Results 1 – 3 of 3) sorted by relevance
366 bool allow_cpu_storage; member541 void threaded_resource_init(struct pipe_resource *res, bool allow_cpu_storage);632 tres->allow_cpu_storage = false; in tc_buffer_disable_cpu_storage()
707 threaded_resource_init(struct pipe_resource *res, bool allow_cpu_storage) in threaded_resource_init() argument722 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()
562 bool allow_cpu_storage) in si_alloc_buffer_struct() argument571 threaded_resource_init(&buf->b.b, allow_cpu_storage); in si_alloc_buffer_struct()