Searched refs:FormatTranslate (Results 1 – 7 of 7) sorted by relevance
39 FormatTranslate(DXGI_FORMAT Format, BOOL depth);
291 ve->src_format = FormatTranslate(pVertexElement->Format, FALSE); in CreateElementLayout()
47 FormatTranslate(DXGI_FORMAT Format, BOOL depth) in FormatTranslate() function
93 desc.format = FormatTranslate(pCreateRenderTargetView->Format, FALSE); in CreateRenderTargetView()293 desc.format = FormatTranslate(pCreateDepthStencilView->Format, TRUE); in CreateDepthStencilView()
458 enum pipe_format format = FormatTranslate(Format, FALSE); in CheckFormatSupport()
1208 format = FormatTranslate(pCreateSRView->Format, FALSE); in CreateShaderResourceView()1288 format = FormatTranslate(pCreateSRView->Format, FALSE); in CreateShaderResourceView1()
280 templat.format = FormatTranslate(pCreateResource->Format, bindDepthStencil); in CreateResource()