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

  /src/sys/external/bsd/drm/dist/shared-core/
r600_blit.c 1646 static inline uint32_t i2f(uint32_t input) function in typeref:typename:uint32_t
1766 vb[0] = i2f(dst_x);
1768 vb[2] = i2f(src_x);
1771 vb[4] = i2f(dst_x);
1772 vb[5] = i2f(h);
1773 vb[6] = i2f(src_x);
1774 vb[7] = i2f(h);
1776 vb[8] = i2f(dst_x + cur_size);
1777 vb[9] = i2f(h);
1778 vb[10] = i2f(src_x + cur_size)
    [all...]
r600_blit.c 1646 static inline uint32_t i2f(uint32_t input) function in typeref:typename:uint32_t
1766 vb[0] = i2f(dst_x);
1768 vb[2] = i2f(src_x);
1771 vb[4] = i2f(dst_x);
1772 vb[5] = i2f(h);
1773 vb[6] = i2f(src_x);
1774 vb[7] = i2f(h);
1776 vb[8] = i2f(dst_x + cur_size);
1777 vb[9] = i2f(h);
1778 vb[10] = i2f(src_x + cur_size)
    [all...]

Completed in 25 milliseconds