Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexBuffer11.cpp126 const d3d11::VertexFormat &vertexFormatInfo = in storeVertexAttributes() local
128 ASSERT(vertexFormatInfo.copyFunction != nullptr); in storeVertexAttributes()
129 vertexFormatInfo.copyFunction(input, inputStride, count, output); in storeVertexAttributes()
DInputLayoutCache.cpp222 const auto &vertexFormatInfo = d3d11::GetVertexFormatInfo(vertexFormatID, featureLevel); in createInputLayout() local
228 inputElement->Format = vertexFormatInfo.nativeFormat; in createInputLayout()
DRenderer11.cpp3968 const d3d11::VertexFormat &vertexFormatInfo = in getVertexSpaceRequired() local
3971 d3d11::GetDXGIFormatSizeInfo(vertexFormatInfo.nativeFormat); in getVertexSpaceRequired()