Searched refs:noop_resource_create (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c99 static struct pipe_resource *noop_resource_create(struct pipe_screen *screen, function in typeref:struct:pipe_resource *
133 noop_resource = noop_resource_create(screen, result);
502 screen->resource_create = noop_resource_create;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c103 static struct pipe_resource *noop_resource_create(struct pipe_screen *screen, function in typeref:struct:pipe_resource *
139 noop_resource = noop_resource_create(screen, result);
155 noop_resource = noop_resource_create(screen, result);
731 screen->resource_create = noop_resource_create;

Completed in 3 milliseconds