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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1780 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx); local
1816 LIST_FOR_EACH(e, &device->updateStateBlock->state.light_map[hash_idx])
1831 list_add_head(&device->updateStateBlock->state.light_map[hash_idx], &object->entry);
1937 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx); local
1943 LIST_FOR_EACH(e, &device->stateBlock->state.light_map[hash_idx])
1963 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx); local
1969 LIST_FOR_EACH(e, &device->updateStateBlock->state.light_map[hash_idx])
1985 LIST_FOR_EACH(e, &device->updateStateBlock->state.light_map[hash_idx])
2065 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx); local
2071 LIST_FOR_EACH(e, &device->stateBlock->state.light_map[hash_idx])
[all...]

Completed in 42 milliseconds