Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp714 D3D11_TEXTURE2D_DESC descColor = { }; in DX11Operation() local
715 descColor.Width = m_resourceDesc.size.x(); in DX11Operation()
716 descColor.Height = m_resourceDesc.size.y(); in DX11Operation()
717 descColor.MipLevels = 1; in DX11Operation()
718 descColor.ArraySize = 1; in DX11Operation()
719 descColor.Format = getDxgiFormat(m_resourceDesc.imageFormat); in DX11Operation()
720 descColor.SampleDesc.Count = 1; in DX11Operation()
721 descColor.SampleDesc.Quality = 0; in DX11Operation()
722 descColor.Usage = D3D11_USAGE_DEFAULT; in DX11Operation()
723 descColor.BindFlags = D3D11_BIND_RENDER_TARGET | D3D11_BIND_SHADER_RESOURCE; in DX11Operation()
[all …]