Searched refs:srcFormatSize (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 94 size_t GetVertexCount(BufferVk *srcBuffer, const gl::VertexBinding &binding, uint32_t srcFormatSize) in GetVertexCount() argument 98 if (bytes < srcFormatSize) in GetVertexCount() 103 bytes -= srcFormatSize; in GetVertexCount() 365 unsigned srcFormatSize = srcFormat.pixelBytes; in convertVertexBufferGPU() local 368 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferGPU() 408 unsigned srcFormatSize = vertexFormat.intendedFormat().pixelBytes; in convertVertexBufferCPU() local 413 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferCPU() 425 0, numVertices, binding.getStride(), srcFormatSize, in convertVertexBufferCPU()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | VertexArrayMtl.mm | 116 uint32_t srcFormatSize) 120 if (bytes < srcFormatSize) 125 bytes -= srcFormatSize; 636 unsigned srcFormatSize = vertexFormat.intendedAngleFormat().pixelBytes; 640 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize);
|