Home
last modified time | relevance | path

Searched refs:copy_info (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp1012 struct copy_info { struct
1024 struct copy_info& info) in copy_texture_region() argument
1054 struct copy_info copy_info; in transfer_buf_to_image_part() local
1055 copy_info.src = staging_res; in transfer_buf_to_image_part()
1056 copy_info.src_loc = fill_buffer_location(ctx, res, staging_res, trans, depth, resid, z); in transfer_buf_to_image_part()
1057 copy_info.src_loc.PlacedFootprint.Offset += (z - start_z) * trans->base.b.layer_stride; in transfer_buf_to_image_part()
1058 copy_info.src_box = nullptr; in transfer_buf_to_image_part()
1059 copy_info.dst = res; in transfer_buf_to_image_part()
1060 copy_info.dst_loc = fill_texture_location(res, trans, resid, z); in transfer_buf_to_image_part()
1063 copy_info.dst_x = 0; in transfer_buf_to_image_part()
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_command_buffer.c1208 struct VkCopyImageToBufferInfo2 copy_info = *pCopyImageToBufferInfo; in vn_CmdCopyImageToBuffer2() local
1211 vn_needs_prime_blit(copy_info.srcImage, copy_info.srcImageLayout); in vn_CmdCopyImageToBuffer2()
1213 copy_info.srcImageLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT; in vn_CmdCopyImageToBuffer2()
1215 VN_CMD_ENQUEUE(vkCmdCopyImageToBuffer2, commandBuffer, &copy_info); in vn_CmdCopyImageToBuffer2()
1218 vn_transition_prime_layout(cmd, copy_info.dstBuffer); in vn_CmdCopyImageToBuffer2()
/third_party/vulkan-loader/tests/
Dloader_version_tests.cpp686 VkCopyBufferInfo2 copy_info{}; in TEST() local
687 CmdCopyBuffer2(command_buffer, &copy_info); in TEST()