Searched refs:incoming_res_desc (Results 1 – 1 of 1) sorted by relevance
464 D3D12_RESOURCE_DESC incoming_res_desc; in d3d12_resource_from_handle() local478 incoming_res_desc = GetDesc(d3d12_res); in d3d12_resource_from_handle()482 …unsigned subresource = handle->plane * incoming_res_desc.MipLevels * incoming_res_desc.DepthOrArra… in d3d12_resource_from_handle()483 …screen->dev->GetCopyableFootprints(&incoming_res_desc, subresource, 1, 0, &placed_footprint, nullp… in d3d12_resource_from_handle()485 footprint->Format = incoming_res_desc.Format; in d3d12_resource_from_handle()486 footprint->Width = incoming_res_desc.Width; in d3d12_resource_from_handle()487 footprint->Height = incoming_res_desc.Height; in d3d12_resource_from_handle()488 footprint->Depth = incoming_res_desc.DepthOrArraySize; in d3d12_resource_from_handle()496 res->base.b.width0 = incoming_res_desc.Width; in d3d12_resource_from_handle()497 res->base.b.height0 = incoming_res_desc.Height; in d3d12_resource_from_handle()[all …]