Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DVertexProcessor.hpp29 struct VertexCache struct
31 static constexpr uint32_t SIZE = 64; // TODO: Variable size?
32 static constexpr uint32_t TAG_MASK = SIZE - 1; // Size must be power of 2.
36 Vertex vertex[SIZE];
37 uint32_t tag[SIZE];
42 int drawCall = -1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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;
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCSoftwareDriver2.h235 SVertexCache VertexCache; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DVertexProcessor.hpp27 struct VertexCache // FIXME: Variable size struct
31 Vertex vertex[16][4];
32 unsigned int tag[16];
34 int drawCall;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DVertexProcessor.hpp27 struct VertexCache // FIXME: Variable size struct
31 Vertex vertex[16][4];
32 unsigned int tag[16];
34 int drawCall;
/dports/graphics/dilay/dilay-1.9.0/lib/src/
H A Dmesh-util.cpp22 struct VertexCache struct
24 typedef std::function<unsigned int(unsigned int, unsigned int)> MakeNewVertex;
26 std::unordered_map<ui_pair, unsigned int> cache;
28 unsigned int lookup (unsigned int i1, unsigned int i2, const MakeNewVertex& f) in lookup()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_shgo_lib/
H A Dtriangulation.py612 class VertexCache: class
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelOBJ.hpp302 typedef QHash<Vertex, int> VertexCache; typedef in StelOBJ