Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp219 VertexStorageType newStorageType = ClassifyAttributeStorage(context, attrib, binding); in updateVertexAttribStorage() local
222 mAttribsToTranslate.set(attribIndex, newStorageType != VertexStorageType::DYNAMIC); in updateVertexAttribStorage()
224 if (mAttributeStorageTypes[attribIndex] == newStorageType) in updateVertexAttribStorage()
227 mAttributeStorageTypes[attribIndex] = newStorageType; in updateVertexAttribStorage()
228 mDynamicAttribsMask.set(attribIndex, newStorageType == VertexStorageType::DYNAMIC); in updateVertexAttribStorage()
230 if (newStorageType == VertexStorageType::CURRENT_VALUE) in updateVertexAttribStorage()