Searched refs:LIGHTMAP_HASHFUNC (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1780 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx);
1937 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx);
1963 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx);
2065 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx);
H A Dwined3d_private.h2554 #define LIGHTMAP_HASHFUNC(x) ((x) % LIGHTMAP_SIZE) /* Primitive and simple function */ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c2351 UINT Hi = LIGHTMAP_HASHFUNC(Index);
2497 DWORD Hi = LIGHTMAP_HASHFUNC(Index);
2525 UINT Hi = LIGHTMAP_HASHFUNC(Index);
2610 UINT Hi = LIGHTMAP_HASHFUNC(Index);
H A Dwined3d_private.h2711 #define LIGHTMAP_HASHFUNC(x) ((x) % LIGHTMAP_SIZE) /* Primitive and simple function */ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2746 #define LIGHTMAP_HASHFUNC(x) ((x) % LIGHTMAP_SIZE) /* Primitive and simple function */ macro

Completed in 115 milliseconds