Searched refs:threaded_resource_init (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.h | 45 * - threaded_resource for pipe_resource (use threaded_resource_init/deinit) 541 void threaded_resource_init(struct pipe_resource *res, bool allow_cpu_storage);
|
H A D | u_threaded_context.c | 707 threaded_resource_init(struct pipe_resource *res, bool allow_cpu_storage) in threaded_resource_init() function
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 123 threaded_resource_init(&nresource->b.b, false); in noop_resource_create()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_buffer_common.c | 561 threaded_resource_init(&rbuffer->b.b, false); in r600_alloc_buffer_struct()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 319 threaded_resource_init(&plane_res->base.b, false); in convert_planar_resource() 383 threaded_resource_init(&res->base.b, in d3d12_resource_create_or_place() 628 threaded_resource_init(&res->base.b, false); in d3d12_resource_from_handle()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_buffer.c | 571 threaded_resource_init(&buf->b.b, allow_cpu_storage); in si_alloc_buffer_struct()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_resource.c | 1134 threaded_resource_init(prsc, false); in alloc_resource_struct()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.c | 368 threaded_resource_init(&res->base.b, false); in crocus_alloc_resource()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 516 threaded_resource_init(&res->base.b, false); in iris_alloc_resource()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 1110 threaded_resource_init(&res->base.b, false); in resource_create()
|
Completed in 29 milliseconds