Home
last modified time | relevance | path

Searched refs:staging_depth (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1352 struct r600_texture *staging_depth; in r600_texture_transfer_map() local
1369 if (!r600_init_flushed_depth_texture(ctx, &resource, &staging_depth)) { in r600_texture_transfer_map()
1384 rctx->blit_decompress_depth(ctx, (struct r600_texture*)temp, staging_depth, in r600_texture_transfer_map()
1390 r600_texture_get_offset(rctx->screen, staging_depth, level, NULL, in r600_texture_transfer_map()
1396 if (!r600_init_flushed_depth_texture(ctx, texture, &staging_depth)) { in r600_texture_transfer_map()
1402 rctx->blit_decompress_depth(ctx, rtex, staging_depth, in r600_texture_transfer_map()
1407 offset = r600_texture_get_offset(rctx->screen, staging_depth, in r600_texture_transfer_map()
1413 trans->staging = (struct r600_resource*)staging_depth; in r600_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1712 struct r600_texture *staging_depth; in r600_texture_transfer_map() local
1729 if (!si_init_flushed_depth_texture(ctx, &resource, &staging_depth)) { in r600_texture_transfer_map()
1744 rctx->blit_decompress_depth(ctx, (struct r600_texture*)temp, staging_depth, in r600_texture_transfer_map()
1750 r600_texture_get_offset(rctx->screen, staging_depth, level, NULL, in r600_texture_transfer_map()
1756 if (!si_init_flushed_depth_texture(ctx, texture, &staging_depth)) { in r600_texture_transfer_map()
1762 rctx->blit_decompress_depth(ctx, rtex, staging_depth, in r600_texture_transfer_map()
1767 offset = r600_texture_get_offset(rctx->screen, staging_depth, in r600_texture_transfer_map()
1773 trans->staging = (struct r600_resource*)staging_depth; in r600_texture_transfer_map()