HomeSort by: relevance | last modified time | path
    Searched defs:cpu_to_le32 (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_drv.h 139 #define cpu_to_le32(x) bswap_32(x) macro
144 #define cpu_to_le32(x) (x) macro
  /xsrc/external/mit/libdrm/dist/tests/util/
pattern.c 90 #define cpu_to_le32(x) swap32(x) macro
95 #define cpu_to_le32(x) (x) macro
712 ((uint32_t *)mem)[x] = cpu_to_le32(colors_top[x * 7 / width]);
718 ((uint32_t *)mem)[x] = cpu_to_le32(colors_middle[x * 7 / width]);
725 cpu_to_le32(colors_bottom[x * 4 / (width * 5 / 7)]);
728 cpu_to_le32(colors_bottom[(x - width * 5 / 7) * 3
731 ((uint32_t *)mem)[x] = cpu_to_le32(colors_bottom[7]);
1607 ((uint32_t *)mem)[x] = cpu_to_le32(color);
1769 row[2*j] = row[2*j+1] = cpu_to_le32(value);
1779 row[2*j] = row[2*j+1] = cpu_to_le32(value)
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon.h 147 #define cpu_to_le32(x) bswap_32(x) macro
152 #define cpu_to_le32(x) (x) macro
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128.h 101 #define cpu_to_le32(x) bswap_32(x) macro
106 #define cpu_to_le32(x) (x) macro
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h 138 #define cpu_to_le32(x) bswap_32(x) macro
143 #define cpu_to_le32(x) (x) macro

Completed in 12 milliseconds