Searched defs:staging (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_resource.h35 struct r600_resource *staging; member in struct:r600_transfer
142 struct r600_texture **staging);
H A Dr600_blit.c132 struct r600_texture *staging,
139 struct r600_texture *flushed_depth_texture = staging ?
140 staging : texture->flushed_depth_texture;
145 if (!staging && !texture->dirty_level_mask)
173 if (!staging && !(texture->dirty_level_mask & (1 << level)))
218 if (!staging &&
130 r600_blit_decompress_depth(struct pipe_context *ctx, struct r600_texture *texture, struct r600_texture *staging, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) argument
H A Dr600_texture.c34 /* Copy from a full GPU texture to a transfer's staging one. */
40 ctx->resource_copy_region(ctx, &rtransfer->staging->b.b,
46 /* Copy from a transfer's staging texture to a full GPU one. */
57 &rtransfer->staging->b.b,
562 struct r600_texture **staging)
566 struct r600_texture **flushed_depth_texture = staging ?
567 staging : &rtex->flushed_depth_texture;
569 if (!staging && rtex->flushed_depth_texture)
580 resource.usage = staging ? PIPE_USAGE_STAGING : PIPE_USAGE_STATIC;
584 if (staging)
560 r600_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture, struct r600_texture **staging) argument
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_resource.h35 struct r600_resource *staging; member in struct:r600_transfer
142 struct r600_texture **staging);
H A Dr600_blit.c132 struct r600_texture *staging,
139 struct r600_texture *flushed_depth_texture = staging ?
140 staging : texture->flushed_depth_texture;
145 if (!staging && !texture->dirty_level_mask)
173 if (!staging && !(texture->dirty_level_mask & (1 << level)))
218 if (!staging &&
130 r600_blit_decompress_depth(struct pipe_context *ctx, struct r600_texture *texture, struct r600_texture *staging, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) argument
H A Dr600_texture.c34 /* Copy from a full GPU texture to a transfer's staging one. */
40 ctx->resource_copy_region(ctx, &rtransfer->staging->b.b,
46 /* Copy from a transfer's staging texture to a full GPU one. */
57 &rtransfer->staging->b.b,
562 struct r600_texture **staging)
566 struct r600_texture **flushed_depth_texture = staging ?
567 staging : &rtex->flushed_depth_texture;
569 if (!staging && rtex->flushed_depth_texture)
580 resource.usage = staging ? PIPE_USAGE_STAGING : PIPE_USAGE_STATIC;
584 if (staging)
560 r600_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture, struct r600_texture **staging) argument
[all...]

Completed in 139 milliseconds