Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DVertexAttribute.h113 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount);
DVertexAttribute.cpp152 size_t ComputeVertexBindingElementCount(GLuint divisor, size_t drawCount, size_t instanceCount) in ComputeVertexBindingElementCount() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp497 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib()
559 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp301 typeSize * ComputeVertexBindingElementCount(adjustedDivisor, indexRange.vertexCount(), in computeStreamingAttributeSizes()
366 const size_t streamedVertexCount = ComputeVertexBindingElementCount( in streamAttributes()