Searched refs:vertexFormatInfo (Results 1 – 3 of 3) sorted by relevance
126 const d3d11::VertexFormat &vertexFormatInfo = in storeVertexAttributes() local128 ASSERT(vertexFormatInfo.copyFunction != nullptr); in storeVertexAttributes()129 vertexFormatInfo.copyFunction(input, inputStride, count, output); in storeVertexAttributes()
222 const auto &vertexFormatInfo = d3d11::GetVertexFormatInfo(vertexFormatID, featureLevel); in createInputLayout() local228 inputElement->Format = vertexFormatInfo.nativeFormat; in createInputLayout()
3968 const d3d11::VertexFormat &vertexFormatInfo = in getVertexSpaceRequired() local3971 d3d11::GetDXGIFormatSizeInfo(vertexFormatInfo.nativeFormat); in getVertexSpaceRequired()