/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_resource.h | 38 struct pipe_resource *staging_texture; member in struct:r600_transfer
|
r600_texture.c | 45 ctx->resource_copy_region(ctx, rtransfer->staging_texture, 65 rtransfer->staging_texture, 353 trans->staging_texture = ctx->screen->resource_create(ctx->screen, &resource); 354 if (trans->staging_texture == NULL) { 361 trans->transfer.stride = ((struct r600_resource_texture *)trans->staging_texture) 383 if (rtransfer->staging_texture) { 387 pipe_resource_reference(&rtransfer->staging_texture, NULL); 409 if (rtransfer->staging_texture) { 410 buf = si_resource(rtransfer->staging_texture)->cs_buf; 438 if (rtransfer->staging_texture) { [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_resource.h | 53 struct pipe_resource *staging_texture; member in struct:i915_transfer
|
i915_resource_texture.c | 734 transfer->staging_texture = NULL; 753 * If the alloc fails, transfer->staging_texture is NULL and we fallback to a map() 755 transfer->staging_texture = i915_texture_create(pipe->screen, resource, TRUE); 768 if ((itransfer->staging_texture) && 775 itransfer->staging_texture, 778 pipe_resource_reference(&itransfer->staging_texture, NULL); 801 if (itransfer->staging_texture) { 802 tex = i915_texture(itransfer->staging_texture); 830 if (itransfer->staging_texture) 831 tex = i915_texture(itransfer->staging_texture); [all...] |
/external/vulkan-validation-layers/demos/ |
cube.cpp | 1931 texture_object staging_texture; local [all...] |
cube.c | 1349 struct texture_object staging_texture; local [all...] |