Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
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;
/external/swiftshader/src/Renderer/
DVertexProcessor.hpp27 struct VertexCache // FIXME: Variable size struct
31 Vertex vertex[16][4];
32 unsigned int tag[16];
34 int drawCall;