Searched refs:FormatTranslate (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DFormat.h39 FormatTranslate(DXGI_FORMAT Format, BOOL depth);
H A DFormat.cpp47 FormatTranslate(DXGI_FORMAT Format, BOOL depth) function in typeref:enum:pipe_format
H A DInputAssembly.cpp291 ve->src_format = FormatTranslate(pVertexElement->Format, FALSE);
H A DDevice.cpp458 enum pipe_format format = FormatTranslate(Format, FALSE);
H A DOutputMerger.cpp93 desc.format = FormatTranslate(pCreateRenderTargetView->Format, FALSE);
293 desc.format = FormatTranslate(pCreateDepthStencilView->Format, TRUE);
H A DShader.cpp1208 format = FormatTranslate(pCreateSRView->Format, FALSE);
1288 format = FormatTranslate(pCreateSRView->Format, FALSE);
H A DResource.cpp279 templat.format = FormatTranslate(pCreateResource->Format, bindDepthStencil);

Completed in 11 milliseconds