HomeSort by relevance Sort by last modified time
    Searched full:staging_resource (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_staging.c 71 tx->staging_resource = pt;
76 tx->staging_resource = pscreen->resource_create(pscreen, &staging_resource_template);
77 if (!tx->staging_resource)
97 pipe->resource_copy_region(pipe, tx->staging_resource, 0, 0, 0, 0,
110 if (tx->staging_resource != tx->base.resource)
124 tx->staging_resource, 0, &sbox);
127 pipe_resource_reference(&tx->staging_resource, NULL);
u_staging.h 46 struct pipe_resource *staging_resource; member in struct:util_staging_transfer

Completed in 329 milliseconds