Home
last modified time | relevance | path

Searched refs:SetTextureLayout (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h929 void SetTextureLayout(D3D12_TEXTURE_LAYOUT textureLayout);
DD3D12MemAlloc.cpp5253 void Allocation::PackedData::SetTextureLayout(D3D12_TEXTURE_LAYOUT textureLayout) in SetTextureLayout() function in D3D12MA::Allocation::PackedData
5344 m_PackedData.SetTextureLayout(D3D12_TEXTURE_LAYOUT_UNKNOWN);
5379 m_PackedData.SetTextureLayout(pResourceDesc->Layout); in SetResource()