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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c99 unsigned int *positions; member in struct:constant_heap
967 unsigned int *positions = heap->positions; local
977 positions[entries[parent_idx].idx] = heap_idx;
983 positions[idx] = heap_idx;
998 update_heap_entry(heap, i, heap->positions[i], priv->next_constant_version);
1014 update_heap_entry(heap, i, heap->positions[i], priv->next_constant_version);
5156 SIZE_T size = (constant_count + 1) * sizeof(*heap->entries) + constant_count * sizeof(*heap->positions);
5166 size = (constant_count + 1) * sizeof(*heap->entries) + constant_count * sizeof(*heap->positions);
5178 heap->positions
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c90 unsigned int *positions; member in struct:constant_heap
946 unsigned int *positions = heap->positions; local
956 positions[entries[parent_idx].idx] = heap_idx;
962 positions[idx] = heap_idx;
977 update_heap_entry(heap, i, heap->positions[i], priv->next_constant_version);
993 update_heap_entry(heap, i, heap->positions[i], priv->next_constant_version);
5024 SIZE_T size = (constant_count + 1) * sizeof(*heap->entries) + constant_count * sizeof(*heap->positions);
5035 heap->positions = (unsigned int *)(heap->entries + constant_count + 1);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c93 unsigned int *positions; member in struct:constant_heap
932 unsigned int *positions = heap->positions; local
942 positions[entries[parent_idx].idx] = heap_idx;
948 positions[idx] = heap_idx;
962 update_heap_entry(heap, i, heap->positions[i], priv->next_constant_version);
977 update_heap_entry(heap, i, heap->positions[i], priv->next_constant_version);
6371 SIZE_T size = (constant_count + 1) * sizeof(*heap->entries) + constant_count * sizeof(*heap->positions);
6382 heap->positions = (unsigned int *)(heap->entries + constant_count + 1);

Completed in 108 milliseconds