Home
last modified time | relevance | path

Searched defs:staging_res (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp369 struct d3d12_resource *staging_res, in fill_buffer_location()
428 struct d3d12_resource *staging_res, in transfer_buf_to_image_part()
459 struct d3d12_resource *staging_res, in transfer_buf_to_image()
482 struct d3d12_resource *staging_res, in transfer_image_part_to_buf()
518 struct d3d12_resource *staging_res, in transfer_image_to_buf()
973 struct d3d12_resource *staging_res = d3d12_resource(trans->staging_res); in d3d12_transfer_map() local
1010 struct d3d12_resource *staging_res = d3d12_resource(trans->staging_res); in d3d12_transfer_unmap() local
Dd3d12_resource.h53 struct pipe_resource *staging_res; member
Dd3d12_blit.cpp473 struct pipe_resource *staging_res; in create_staging_resource() local
978 struct pipe_resource *staging_res = NULL; in d3d12_resource_copy_region() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1260 struct zink_resource *staging_res = zink_resource(trans->staging_res); in zink_buffer_map() local
1374 struct zink_resource *staging_res = zink_resource(trans->staging_res); in zink_image_map() local
1469 struct zink_resource *staging_res = zink_resource(trans->staging_res); in zink_transfer_flush_region() local
Dzink_resource.h146 struct pipe_resource *staging_res; member