Home
last modified time | relevance | path

Searched refs:threaded_resource_init (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h380 void threaded_resource_init(struct pipe_resource *res);
Du_threaded_context.c331 threaded_resource_init(struct pipe_resource *res) in threaded_resource_init() function
/external/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c585 threaded_resource_init(&rbuffer->b.b); in r600_alloc_buffer_struct()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c653 threaded_resource_init(&buf->b.b); in si_alloc_buffer_struct()