Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp116 mCurrentArrayBufferOffsets{},
133 mCurrentArrayBufferOffsets.fill(0);
613 mCurrentArrayBufferOffsets[attribIndex] = conversion->lastAllocationOffset; in syncDirtyAttrib()
627 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()
638 mCurrentArrayBufferOffsets[attribIndex] = in syncDirtyAttrib()
649 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()
680 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()
757 &mCurrentArrayBufferOffsets[attribIndex], divisor)); in updateStreamedAttribs()
773 &mCurrentArrayBufferOffsets[attribIndex], 1)); in updateStreamedAttribs()
789 &mCurrentArrayBuffers[attribIndex], &mCurrentArrayBufferOffsets[attribIndex], 1)); in updateStreamedAttribs()
[all …]
DVertexArrayVk.h77 return mCurrentArrayBufferOffsets; in getCurrentArrayBufferOffsets()
142 gl::AttribArray<VkDeviceSize> mCurrentArrayBufferOffsets; variable
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm181 for (size_t &offset : mCurrentArrayBufferOffsets)
299 uint32_t bufferOffset = static_cast<uint32_t>(mCurrentArrayBufferOffsets[v]);
393 &mConvertedArrayBufferHolders[attribIndex], &mCurrentArrayBufferOffsets[attribIndex]));
433 mCurrentArrayBufferOffsets[attribIndex] = binding.getOffset();
450 mCurrentArrayBufferOffsets[attribIndex] = 0;
610 mCurrentArrayBufferOffsets[attribIndex] = conversion->convertedOffset;
654 &mCurrentArrayBufferOffsets[attribIndex]));
664 conversion->convertedOffset = mCurrentArrayBufferOffsets[attribIndex];
DVertexArrayMtl.h104 gl::AttribArray<size_t> mCurrentArrayBufferOffsets; variable