Searched refs:resDesc (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | Tests.cpp | 531 D3D12_RESOURCE_DESC resDesc; in TestOtherComInterface() local 532 FillResourceDescForBuffer(resDesc, 0x10000); in TestOtherComInterface() 547 &resDesc, in TestOtherComInterface() 624 D3D12_RESOURCE_DESC resDesc; in TestCustomPools() local 625 FillResourceDescForBuffer(resDesc, BUFFER_SIZE); in TestCustomPools() 630 CHECK_HR( ctx.allocator->CreateResource(&allocDesc, &resDesc, in TestCustomPools() 662 const HRESULT hr = ctx.allocator->CreateResource(&allocDesc, &resDesc, in TestCustomPools() 675 HRESULT hr = ctx.allocator->CreateResource(&allocDesc, &resDesc, in TestCustomPools() 709 resDesc.Width = 1 * MEGABYTE; in TestCustomPools() 713 &resDesc, in TestCustomPools()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_dec_references_mgr.cpp | 81 CD3DX12_RESOURCE_DESC resDesc = CD3DX12_RESOURCE_DESC::Tex2D(m_dpbDescriptor.Format, in get_current_frame_decode_output_texture() local 92 &resDesc, in get_current_frame_decode_output_texture()
|