Searched defs:copy_info (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_meta_copy.c | 227 tu_copy_buffer_to_image_step(struct tu_cmd_buffer * cmdbuf,struct tu_buffer * src_buffer,struct tu_image * dst_image,const VkBufferImageCopy * copy_info,VkFormat format,uint32_t layer,uint64_t src_va) argument 344 tu_copy_buffer_to_image(struct tu_cmd_buffer * cmdbuf,struct tu_buffer * src_buffer,struct tu_image * dst_image,const VkBufferImageCopy * copy_info) argument 418 tu_copy_image_to_buffer_step(struct tu_cmd_buffer * cmdbuf,struct tu_image * src_image,struct tu_buffer * dst_buffer,const VkBufferImageCopy * copy_info,VkFormat format,uint32_t layer,uint64_t dst_va) argument 534 tu_copy_image_to_buffer(struct tu_cmd_buffer * cmdbuf,struct tu_image * src_image,struct tu_buffer * dst_buffer,const VkBufferImageCopy * copy_info) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_resource.cpp | 400 struct copy_info { struct 441 struct copy_info copy_info; local in function:transfer_buf_to_image_part 490 struct copy_info copy_info; local in function:transfer_image_part_to_buf [all...] |
Completed in 5 milliseconds