Searched refs:init0i (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c1054 void init0i(void *p, int s, int x, int y) { function
1071 init0i(v, s, x / 4, y);
1087 128, 32, (is_int ? init0i : init0f));
1124 void init0i(void *p, int s, int x, int y) { function
1145 init0i(&v[j], s, 4 * x + j, y);
1154 init0i(&v[j], s, 4 * x + j, y);
1187 512, 32, (is_int ? init0i : init0f));

Completed in 111 milliseconds