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

/xsrc/external/mit/libdrm/dist/
H A Dxf86drmHash.c85 static unsigned long scatter[256]; local in function:HashHash
91 for (i = 0; i < 256; i++) scatter[i] = drmRandom(state);
97 hash = (hash << 1) + scatter[tmp & 0xff];
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxhash.c132 static unsigned long scatter[256]; local in function:HashHash
139 scatter[i] = HASH_RANDOM;
145 hash = (hash << 1) + scatter[tmp & 0xff];
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxhash.c132 static unsigned long scatter[256]; local in function:HashHash
139 scatter[i] = HASH_RANDOM;
145 hash = (hash << 1) + scatter[tmp & 0xff];
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst417 - gallivm: implement scatter stores into temp register file
420 - gallivm: add pixel offsets in scatter stores
422 - gallivm: implement execution mask for scatter stores
H A D21.3.0.rst1172 - gallivvm/nir: handle non-32bit mask scatter stores

Completed in 12 milliseconds