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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c108 struct constant_heap vconst_heap; member in struct:shader_glsl_priv
874 prog->vuniformF_locations, &priv->vconst_heap, priv->stack, constant_version);
990 struct constant_heap *heap = &priv->vconst_heap;
5216 if (!constant_heap_init(&priv->vconst_heap, gl_info->limits.glsl_vs_float_constants))
5240 constant_heap_free(&priv->vconst_heap);
5266 constant_heap_free(&priv->vconst_heap);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c99 struct constant_heap vconst_heap; member in struct:shader_glsl_priv
857 prog->vuniformF_locations, &priv->vconst_heap, priv->stack, constant_version);
969 struct constant_heap *heap = &priv->vconst_heap;
5074 if (!constant_heap_init(&priv->vconst_heap, gl_info->limits.glsl_vs_float_constants))
5099 constant_heap_free(&priv->vconst_heap);
5125 constant_heap_free(&priv->vconst_heap);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c102 struct constant_heap vconst_heap; member in struct:shader_glsl_priv
804 prog->vs.uniform_f_locations, &priv->vconst_heap, priv->stack, constant_version);
954 struct constant_heap *heap = &priv->vconst_heap;
6439 if (!constant_heap_init(&priv->vconst_heap, gl_info->limits.glsl_vs_float_constants))
6471 constant_heap_free(&priv->vconst_heap);
6501 constant_heap_free(&priv->vconst_heap);

Completed in 94 milliseconds