Home
last modified time | relevance | path

Searched defs:VertexCache (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Device/
H A DVertexProcessor.hpp31 struct VertexCache struct
33 static constexpr uint32_t SIZE = 64; // TODO: Variable size?
34 static constexpr uint32_t TAG_MASK = SIZE - 1; // Size must be power of 2.
38 Vertex vertex[SIZE];
39 uint32_t tag[SIZE];
44 int drawCall = -1;