Searched refs:staging_res (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp369 struct d3d12_resource *staging_res,
384 buf_loc.pResource = d3d12_resource_underlying(staging_res, &offset);
428 struct d3d12_resource *staging_res,
437 util_format_name(staging_res->base.format),
442 copy_info.src = staging_res;
443 copy_info.src_loc = fill_buffer_location(ctx, res, staging_res, trans, depth, resid, z);
459 struct d3d12_resource *staging_res,
464 transfer_buf_to_image_part(ctx, res, staging_res, trans,
472 transfer_buf_to_image_part(ctx, res, staging_res, trans,
482 struct d3d12_resource *staging_res,
367 fill_buffer_location(struct d3d12_context * ctx,struct d3d12_resource * res,struct d3d12_resource * staging_res,struct d3d12_transfer * trans,unsigned depth,unsigned resid,unsigned z) argument
426 transfer_buf_to_image_part(struct d3d12_context * ctx,struct d3d12_resource * res,struct d3d12_resource * staging_res,struct d3d12_transfer * trans,int z,int depth,int start_z,int dest_z,int resid) argument
457 transfer_buf_to_image(struct d3d12_context * ctx,struct d3d12_resource * res,struct d3d12_resource * staging_res,struct d3d12_transfer * trans,int resid) argument
480 transfer_image_part_to_buf(struct d3d12_context * ctx,struct d3d12_resource * res,struct d3d12_resource * staging_res,struct d3d12_transfer * trans,unsigned resid,int z,int start_layer,int start_box_z,int depth) argument
516 transfer_image_to_buf(struct d3d12_context * ctx,struct d3d12_resource * res,struct d3d12_resource * staging_res,struct d3d12_transfer * trans,unsigned resid) argument
973 struct d3d12_resource *staging_res = d3d12_resource(trans->staging_res); local in function:d3d12_transfer_map
1010 struct d3d12_resource *staging_res = d3d12_resource(trans->staging_res); local in function:d3d12_transfer_unmap
[all...]
H A Dd3d12_resource.h53 struct pipe_resource *staging_res; member in struct:d3d12_transfer
H A Dd3d12_blit.cpp473 struct pipe_resource *staging_res; local in function:create_staging_resource
493 staging_res = ctx->base.screen->resource_create(ctx->base.screen, &templ);
502 d3d12_direct_copy(ctx, d3d12_resource(staging_res), 0, dst_box,
519 return staging_res;
978 struct pipe_resource *staging_res = NULL; local in function:d3d12_resource_copy_region
995 staging_res = create_staging_resource(ctx, src, src_level, psrc_box, &staging_box, PIPE_MASK_RGBAZS);
996 src = d3d12_resource(staging_res);
1010 if (staging_res)
1011 pipe_resource_reference(&staging_res, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c1239 (struct pipe_resource **)&trans->staging_res, (void **)&ptr);
1240 res = zink_resource(trans->staging_res);
1260 trans->staging_res = pipe_buffer_create(&screen->base, PIPE_BIND_LINEAR, PIPE_USAGE_STAGING, box->width + trans->offset);
1261 if (!trans->staging_res)
1263 struct zink_resource *staging_res = zink_resource(trans->staging_res); local in function:zink_buffer_map
1264 zink_copy_buffer(ctx, staging_res, res, trans->offset, box->x, box->width);
1265 res = staging_res;
1373 trans->staging_res = zink_resource_create(pctx->screen, &templ);
1374 if (!trans->staging_res)
1377 struct zink_resource *staging_res = zink_resource(trans->staging_res); local in function:zink_image_map
1472 struct zink_resource *staging_res = zink_resource(trans->staging_res); local in function:zink_transfer_flush_region
[all...]
H A Dzink_resource.h146 struct pipe_resource *staging_res; member in struct:zink_transfer

Completed in 8 milliseconds