Searched refs:constant_heap (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | glsl_shader.c | 96 struct constant_heap struct 108 struct constant_heap vconst_heap; 109 struct constant_heap pconst_heap; 490 const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, DWORD version) 567 const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, DWORD version) 628 const float *constants, const GLint *constant_locations, const struct constant_heap *heap, 963 static inline void update_heap_entry(struct constant_heap *heap, unsigned int idx, 990 struct constant_heap *heap = &priv->vconst_heap; 1006 struct constant_heap *heap = &priv->pconst_heap; 5153 static BOOL constant_heap_init(struct constant_heap *hea [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | glsl_shader.c | 87 struct constant_heap struct 99 struct constant_heap vconst_heap; 100 struct constant_heap pconst_heap; 473 const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, DWORD version) 550 const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, DWORD version) 611 const float *constants, const GLint *constant_locations, const struct constant_heap *heap, 942 static inline void update_heap_entry(struct constant_heap *heap, unsigned int idx, 969 struct constant_heap *heap = &priv->vconst_heap; 985 struct constant_heap *heap = &priv->pconst_heap; 5022 static BOOL constant_heap_init(struct constant_heap *hea [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | glsl_shader.c | 90 struct constant_heap struct 102 struct constant_heap vconst_heap; 103 struct constant_heap pconst_heap; 469 const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, DWORD version) 558 const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, DWORD version) 616 const float *constants, const GLint *constant_locations, const struct constant_heap *heap, 928 static void update_heap_entry(const struct constant_heap *heap, unsigned int idx, 954 struct constant_heap *heap = &priv->vconst_heap; 969 struct constant_heap *heap = &priv->pconst_heap; 6369 static BOOL constant_heap_init(struct constant_heap *hea [all...] |
Completed in 418 milliseconds