Searched defs:staging_res (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_resource.h | 53 struct pipe_resource *staging_res; member in struct:d3d12_transfer
|
| H A D | d3d12_blit.cpp | 473 struct pipe_resource *staging_res; local in function:create_staging_resource 978 struct pipe_resource *staging_res = NULL; local in function:d3d12_resource_copy_region
|
| H A D | d3d12_resource.cpp | 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...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_resource.h | 146 struct pipe_resource *staging_res; member in struct:zink_transfer
|
| H A D | zink_resource.c | 1263 struct zink_resource *staging_res = zink_resource(trans->staging_res); local in function:zink_buffer_map 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...] |
Completed in 8 milliseconds