Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp141 mCurrentArrayBufferOffsets{},
153 mCurrentArrayBufferOffsets.fill(0);
669 mCurrentArrayBufferOffsets[attribIndex] = conversion->lastAllocationOffset; in syncDirtyAttrib()
684 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()
699 mCurrentArrayBufferOffsets[attribIndex] = in syncDirtyAttrib()
713 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()
747 mCurrentArrayBufferOffsets[attribIndex] = 0; in syncDirtyAttrib()
828 &mCurrentArrayBufferOffsets[attribIndex], divisor)); in updateStreamedAttribs()
844 &mCurrentArrayBufferOffsets[attribIndex], 1)); in updateStreamedAttribs()
860 &mCurrentArrayBuffers[attribIndex], &mCurrentArrayBufferOffsets[attribIndex], 1)); in updateStreamedAttribs()
[all …]
DVertexArrayVk.h77 return mCurrentArrayBufferOffsets; in getCurrentArrayBufferOffsets()
139 gl::AttribArray<VkDeviceSize> mCurrentArrayBufferOffsets; variable
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm201 for (size_t &offset : mCurrentArrayBufferOffsets)
436 uint32_t bufferOffset = static_cast<uint32_t>(mCurrentArrayBufferOffsets[v]);
541 mCurrentArrayBufferOffsets[attribIndex] = 0;
580 mCurrentArrayBufferOffsets[attribIndex] = 0;
592 &mCurrentArrayBufferOffsets[attribIndex]));
634 mCurrentArrayBufferOffsets[attribIndex] = binding.getOffset();
649 mCurrentArrayBufferOffsets[attribIndex] = 0;
825 mCurrentArrayBufferOffsets[attribIndex] = 0;
844 mCurrentArrayBufferOffsets[attribIndex] = conversion->convertedOffset;
888 conversion->convertedOffset = mCurrentArrayBufferOffsets[attribIndex];
[all …]
DVertexArrayMtl.h123 gl::AttribArray<size_t> mCurrentArrayBufferOffsets; variable