Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DVertexArray11.cpp26 mAppliedNumViewsToDivisor(1), in VertexArray11()
154 mAppliedNumViewsToDivisor = executable->usesMultiview() ? executable->getNumViews() : 1; in syncStateForDraw()
276 translatedAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDirtyAttribs()
333 dynamicAttrib->divisor = dynamicAttrib->binding->getDivisor() * mAppliedNumViewsToDivisor; in updateDynamicAttribs()
356 if (mAppliedNumViewsToDivisor != numViews) in markAllAttributeDivisorsForAdjustment()
358 mAppliedNumViewsToDivisor = numViews; in markAllAttributeDivisorsForAdjustment()
H A DVertexArray11.h99 int mAppliedNumViewsToDivisor; variable