Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp119 size_t GetVertexCount(BufferVk *srcBuffer, const gl::VertexBinding &binding, uint32_t srcFormatSize) in GetVertexCount() argument
123 if (bytes < srcFormatSize) in GetVertexCount()
128 bytes -= srcFormatSize; in GetVertexCount()
390 unsigned srcFormatSize = srcFormat.pixelBytes; in convertVertexBufferGPU() local
393 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferGPU()
437 unsigned srcFormatSize = vertexFormat.intendedFormat().pixelBytes; in convertVertexBufferCPU() local
442 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferCPU()
455 binding.getStride(), srcFormatSize, vertexFormat.getVertexLoadFunction(compressed), in convertVertexBufferCPU()
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm134 uint32_t srcFormatSize)
138 if (bytes < srcFormatSize)
143 bytes -= srcFormatSize;
816 unsigned srcFormatSize = srcVertexFormat.intendedAngleFormat().pixelBytes;
818 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize);