Searched refs:nwords (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_accel.c | 956 unsigned int nwords = size >> 2; local in function:RADEONCopySwap 958 for (; nwords > 0; --nwords, ++d, ++s) 966 unsigned int nwords = size >> 2; local in function:RADEONCopySwap 968 for (; nwords > 0; --nwords, d+=4, s+=4) { 979 unsigned int nwords = size >> 2; local in function:RADEONCopySwap 981 for (; nwords > 0; --nwords, d+=2, s+=2) { 989 unsigned int nwords local in function:RADEONCopySwap 1004 unsigned int nwords = size >> 1; local in function:RADEONCopySwap [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_accel.c | 138 unsigned int nwords = size >> 2; local in function:RADEONCopySwap 140 for (; nwords > 0; --nwords, ++d, ++s) 148 unsigned int nwords = size >> 2; local in function:RADEONCopySwap 150 for (; nwords > 0; --nwords, ++d, ++s) 163 unsigned int nwords = size >> 1; local in function:RADEONCopySwap 165 for (; nwords > 0; --nwords, ++d, ++s)
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_accel.c | 1872 unsigned int nwords = size >> 2; local in function:R128CopySwap 1874 for (; nwords > 0; --nwords, ++d, ++s) 1887 unsigned int nwords = size >> 1; local in function:R128CopySwap 1889 for (; nwords > 0; --nwords, ++d, ++s)
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | genauth.c | 134 add_entropy (const CARD32 *in, int nwords) argument 142 while (nwords--) {
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_copy.c | 2031 unsigned nwords = size / sizeof(uint32_t); local in function:panvk_meta_fill_buf 2051 struct pan_compute_dim num_wg = { nwords, 1, 1 };
|
Completed in 11 milliseconds