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.cpp972 struct d3d12_resource *staging_res, in fill_buffer_location()
1040 struct d3d12_resource *staging_res, in transfer_buf_to_image_part()
1078 struct d3d12_resource *staging_res, in transfer_buf_to_image()
1101 struct d3d12_resource *staging_res, in transfer_image_part_to_buf()
1142 struct d3d12_resource *staging_res, in transfer_image_to_buf()
1635 struct d3d12_resource *staging_res = d3d12_resource(trans->staging_res); in d3d12_transfer_map() local
1719 struct d3d12_resource *staging_res = d3d12_resource(trans->staging_res); in d3d12_transfer_map() local
1787 struct d3d12_resource *staging_res = d3d12_resource(trans->staging_res); in d3d12_transfer_unmap() local
1812 struct d3d12_resource *staging_res = d3d12_resource(trans->staging_res); in d3d12_transfer_unmap() local
Dd3d12_resource.h66 struct pipe_resource *staging_res; member
Dd3d12_blit.cpp473 struct pipe_resource *staging_res; in create_staging_resource() local
979 struct pipe_resource *staging_res = NULL; in d3d12_resource_copy_region() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1828 struct zink_resource *staging_res = zink_resource(trans->staging_res); in zink_buffer_map() local
1839 struct zink_resource *staging_res = zink_resource(trans->staging_res); in zink_buffer_map() local
1954 struct zink_resource *staging_res = zink_resource(trans->staging_res); in zink_image_map() local
2059 struct zink_resource *staging_res = zink_resource(trans->staging_res); in zink_transfer_flush_region() local
Dzink_resource.h180 struct pipe_resource *staging_res; member