Searched refs:v2_array (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | surf3d.c | 76 v2d *v2_array = malloc (g->surf.nbvertex * sizeof (v2d)); in grid3d_draw() local 78 v3d_to_v2d (g->surf.svertex, g->surf.nbvertex, W, H, dist, v2_array); in grid3d_draw() 83 v2x = v2_array[x]; in grid3d_draw() 86 v2 = v2_array[z * g->defx + x]; in grid3d_draw() 96 free (v2_array); in grid3d_draw()
|
D | v3d.h | 58 void v3d_to_v2d(v3d *src, int nbvertex, int width, int height, float distance, v2d *v2_array);
|
/third_party/glslang/Test/ |
D | spv.WorkgroupMemoryExplicitLayout.std140.comp | 21 vec2 v2_array[6];
|
D | spv.WorkgroupMemoryExplicitLayout.std430.comp | 21 vec2 v2_array[6];
|
D | spv.WorkgroupMemoryExplicitLayout.scalar.comp | 22 vec2 v2_array[6];
|
/third_party/glslang/Test/baseResults/ |
D | spv.WorkgroupMemoryExplicitLayout.std140.comp.out | 25 MemberName 24(S) 6 "v2_array"
|
D | spv.WorkgroupMemoryExplicitLayout.scalar.comp.out | 26 MemberName 24(S) 6 "v2_array"
|
D | spv.WorkgroupMemoryExplicitLayout.std430.comp.out | 25 MemberName 24(S) 6 "v2_array"
|