Searched refs:staging_resource (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_staging.h46 struct pipe_resource *staging_resource; member in struct:util_staging_transfer
H A Du_staging.c71 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);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.h46 struct pipe_resource *staging_resource; member in struct:util_staging_transfer
H A Du_staging.c71 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);

Completed in 792 milliseconds