Searched defs:PATCHMAP_SIZE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2012 #define PATCHMAP_SIZE 43 macro
2013 #define PATCHMAP_HASHFUNC(x) ((x) % PATCHMAP_SIZE) /* Primitive and simple function */
2014 struct list patches[PATCHMAP_SIZE];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h1977 #define PATCHMAP_SIZE 43 macro
1978 #define PATCHMAP_HASHFUNC(x) ((x) % PATCHMAP_SIZE) /* Primitive and simple function */
1979 struct list patches[PATCHMAP_SIZE];

Completed in 80 milliseconds