Lines Matching refs:PACK
49 #define PACK(SRC, OFFSET, BITS) (((SRC) & MAX_UINT(BITS)) << (OFFSET)) macro
77 d |= PACK(a, 0, 8); in pack_ubyte_a8b8g8r8_unorm()
78 d |= PACK(b, 8, 8); in pack_ubyte_a8b8g8r8_unorm()
79 d |= PACK(g, 16, 8); in pack_ubyte_a8b8g8r8_unorm()
80 d |= PACK(r, 24, 8); in pack_ubyte_a8b8g8r8_unorm()
102 d |= PACK(b, 8, 8); in pack_ubyte_x8b8g8r8_unorm()
103 d |= PACK(g, 16, 8); in pack_ubyte_x8b8g8r8_unorm()
104 d |= PACK(r, 24, 8); in pack_ubyte_x8b8g8r8_unorm()
129 d |= PACK(r, 0, 8); in pack_ubyte_r8g8b8a8_unorm()
130 d |= PACK(g, 8, 8); in pack_ubyte_r8g8b8a8_unorm()
131 d |= PACK(b, 16, 8); in pack_ubyte_r8g8b8a8_unorm()
132 d |= PACK(a, 24, 8); in pack_ubyte_r8g8b8a8_unorm()
154 d |= PACK(r, 0, 8); in pack_ubyte_r8g8b8x8_unorm()
155 d |= PACK(g, 8, 8); in pack_ubyte_r8g8b8x8_unorm()
156 d |= PACK(b, 16, 8); in pack_ubyte_r8g8b8x8_unorm()
181 d |= PACK(b, 0, 8); in pack_ubyte_b8g8r8a8_unorm()
182 d |= PACK(g, 8, 8); in pack_ubyte_b8g8r8a8_unorm()
183 d |= PACK(r, 16, 8); in pack_ubyte_b8g8r8a8_unorm()
184 d |= PACK(a, 24, 8); in pack_ubyte_b8g8r8a8_unorm()
206 d |= PACK(b, 0, 8); in pack_ubyte_b8g8r8x8_unorm()
207 d |= PACK(g, 8, 8); in pack_ubyte_b8g8r8x8_unorm()
208 d |= PACK(r, 16, 8); in pack_ubyte_b8g8r8x8_unorm()
233 d |= PACK(a, 0, 8); in pack_ubyte_a8r8g8b8_unorm()
234 d |= PACK(r, 8, 8); in pack_ubyte_a8r8g8b8_unorm()
235 d |= PACK(g, 16, 8); in pack_ubyte_a8r8g8b8_unorm()
236 d |= PACK(b, 24, 8); in pack_ubyte_a8r8g8b8_unorm()
258 d |= PACK(r, 8, 8); in pack_ubyte_x8r8g8b8_unorm()
259 d |= PACK(g, 16, 8); in pack_ubyte_x8r8g8b8_unorm()
260 d |= PACK(b, 24, 8); in pack_ubyte_x8r8g8b8_unorm()
281 d |= PACK(b, 0, 5); in pack_ubyte_b5g6r5_unorm()
282 d |= PACK(g, 5, 6); in pack_ubyte_b5g6r5_unorm()
283 d |= PACK(r, 11, 5); in pack_ubyte_b5g6r5_unorm()
304 d |= PACK(r, 0, 5); in pack_ubyte_r5g6b5_unorm()
305 d |= PACK(g, 5, 6); in pack_ubyte_r5g6b5_unorm()
306 d |= PACK(b, 11, 5); in pack_ubyte_r5g6b5_unorm()
331 d |= PACK(b, 0, 4); in pack_ubyte_b4g4r4a4_unorm()
332 d |= PACK(g, 4, 4); in pack_ubyte_b4g4r4a4_unorm()
333 d |= PACK(r, 8, 4); in pack_ubyte_b4g4r4a4_unorm()
334 d |= PACK(a, 12, 4); in pack_ubyte_b4g4r4a4_unorm()
356 d |= PACK(b, 0, 4); in pack_ubyte_b4g4r4x4_unorm()
357 d |= PACK(g, 4, 4); in pack_ubyte_b4g4r4x4_unorm()
358 d |= PACK(r, 8, 4); in pack_ubyte_b4g4r4x4_unorm()
383 d |= PACK(a, 0, 4); in pack_ubyte_a4r4g4b4_unorm()
384 d |= PACK(r, 4, 4); in pack_ubyte_a4r4g4b4_unorm()
385 d |= PACK(g, 8, 4); in pack_ubyte_a4r4g4b4_unorm()
386 d |= PACK(b, 12, 4); in pack_ubyte_a4r4g4b4_unorm()
411 d |= PACK(a, 0, 1); in pack_ubyte_a1b5g5r5_unorm()
412 d |= PACK(b, 1, 5); in pack_ubyte_a1b5g5r5_unorm()
413 d |= PACK(g, 6, 5); in pack_ubyte_a1b5g5r5_unorm()
414 d |= PACK(r, 11, 5); in pack_ubyte_a1b5g5r5_unorm()
436 d |= PACK(b, 1, 5); in pack_ubyte_x1b5g5r5_unorm()
437 d |= PACK(g, 6, 5); in pack_ubyte_x1b5g5r5_unorm()
438 d |= PACK(r, 11, 5); in pack_ubyte_x1b5g5r5_unorm()
463 d |= PACK(b, 0, 5); in pack_ubyte_b5g5r5a1_unorm()
464 d |= PACK(g, 5, 5); in pack_ubyte_b5g5r5a1_unorm()
465 d |= PACK(r, 10, 5); in pack_ubyte_b5g5r5a1_unorm()
466 d |= PACK(a, 15, 1); in pack_ubyte_b5g5r5a1_unorm()
488 d |= PACK(b, 0, 5); in pack_ubyte_b5g5r5x1_unorm()
489 d |= PACK(g, 5, 5); in pack_ubyte_b5g5r5x1_unorm()
490 d |= PACK(r, 10, 5); in pack_ubyte_b5g5r5x1_unorm()
515 d |= PACK(a, 0, 1); in pack_ubyte_a1r5g5b5_unorm()
516 d |= PACK(r, 1, 5); in pack_ubyte_a1r5g5b5_unorm()
517 d |= PACK(g, 6, 5); in pack_ubyte_a1r5g5b5_unorm()
518 d |= PACK(b, 11, 5); in pack_ubyte_a1r5g5b5_unorm()
535 d |= PACK(l, 0, 4); in pack_ubyte_l4a4_unorm()
536 d |= PACK(a, 4, 4); in pack_ubyte_l4a4_unorm()
557 d |= PACK(b, 0, 2); in pack_ubyte_b2g3r3_unorm()
558 d |= PACK(g, 2, 3); in pack_ubyte_b2g3r3_unorm()
559 d |= PACK(r, 5, 3); in pack_ubyte_b2g3r3_unorm()
584 d |= PACK(b, 0, 10); in pack_ubyte_b10g10r10a2_unorm()
585 d |= PACK(g, 10, 10); in pack_ubyte_b10g10r10a2_unorm()
586 d |= PACK(r, 20, 10); in pack_ubyte_b10g10r10a2_unorm()
587 d |= PACK(a, 30, 2); in pack_ubyte_b10g10r10a2_unorm()
609 d |= PACK(b, 0, 10); in pack_ubyte_b10g10r10x2_unorm()
610 d |= PACK(g, 10, 10); in pack_ubyte_b10g10r10x2_unorm()
611 d |= PACK(r, 20, 10); in pack_ubyte_b10g10r10x2_unorm()
636 d |= PACK(r, 0, 10); in pack_ubyte_r10g10b10a2_unorm()
637 d |= PACK(g, 10, 10); in pack_ubyte_r10g10b10a2_unorm()
638 d |= PACK(b, 20, 10); in pack_ubyte_r10g10b10a2_unorm()
639 d |= PACK(a, 30, 2); in pack_ubyte_r10g10b10a2_unorm()
661 d |= PACK(r, 0, 10); in pack_ubyte_r10g10b10x2_unorm()
662 d |= PACK(g, 10, 10); in pack_ubyte_r10g10b10x2_unorm()
663 d |= PACK(b, 20, 10); in pack_ubyte_r10g10b10x2_unorm()
684 d |= PACK(r, 0, 3); in pack_ubyte_r3g3b2_unorm()
685 d |= PACK(g, 3, 3); in pack_ubyte_r3g3b2_unorm()
686 d |= PACK(b, 6, 2); in pack_ubyte_r3g3b2_unorm()
711 d |= PACK(a, 0, 4); in pack_ubyte_a4b4g4r4_unorm()
712 d |= PACK(b, 4, 4); in pack_ubyte_a4b4g4r4_unorm()
713 d |= PACK(g, 8, 4); in pack_ubyte_a4b4g4r4_unorm()
714 d |= PACK(r, 12, 4); in pack_ubyte_a4b4g4r4_unorm()
739 d |= PACK(r, 0, 4); in pack_ubyte_r4g4b4a4_unorm()
740 d |= PACK(g, 4, 4); in pack_ubyte_r4g4b4a4_unorm()
741 d |= PACK(b, 8, 4); in pack_ubyte_r4g4b4a4_unorm()
742 d |= PACK(a, 12, 4); in pack_ubyte_r4g4b4a4_unorm()
767 d |= PACK(r, 0, 5); in pack_ubyte_r5g5b5a1_unorm()
768 d |= PACK(g, 5, 5); in pack_ubyte_r5g5b5a1_unorm()
769 d |= PACK(b, 10, 5); in pack_ubyte_r5g5b5a1_unorm()
770 d |= PACK(a, 15, 1); in pack_ubyte_r5g5b5a1_unorm()
795 d |= PACK(a, 0, 2); in pack_ubyte_a2b10g10r10_unorm()
796 d |= PACK(b, 2, 10); in pack_ubyte_a2b10g10r10_unorm()
797 d |= PACK(g, 12, 10); in pack_ubyte_a2b10g10r10_unorm()
798 d |= PACK(r, 22, 10); in pack_ubyte_a2b10g10r10_unorm()
823 d |= PACK(a, 0, 2); in pack_ubyte_a2r10g10b10_unorm()
824 d |= PACK(r, 2, 10); in pack_ubyte_a2r10g10b10_unorm()
825 d |= PACK(g, 12, 10); in pack_ubyte_a2r10g10b10_unorm()
826 d |= PACK(b, 22, 10); in pack_ubyte_a2r10g10b10_unorm()
1109 d |= PACK(a, 0, 8); in pack_ubyte_a8b8g8r8_snorm()
1110 d |= PACK(b, 8, 8); in pack_ubyte_a8b8g8r8_snorm()
1111 d |= PACK(g, 16, 8); in pack_ubyte_a8b8g8r8_snorm()
1112 d |= PACK(r, 24, 8); in pack_ubyte_a8b8g8r8_snorm()
1134 d |= PACK(b, 8, 8); in pack_ubyte_x8b8g8r8_snorm()
1135 d |= PACK(g, 16, 8); in pack_ubyte_x8b8g8r8_snorm()
1136 d |= PACK(r, 24, 8); in pack_ubyte_x8b8g8r8_snorm()
1161 d |= PACK(r, 0, 8); in pack_ubyte_r8g8b8a8_snorm()
1162 d |= PACK(g, 8, 8); in pack_ubyte_r8g8b8a8_snorm()
1163 d |= PACK(b, 16, 8); in pack_ubyte_r8g8b8a8_snorm()
1164 d |= PACK(a, 24, 8); in pack_ubyte_r8g8b8a8_snorm()
1186 d |= PACK(r, 0, 8); in pack_ubyte_r8g8b8x8_snorm()
1187 d |= PACK(g, 8, 8); in pack_ubyte_r8g8b8x8_snorm()
1188 d |= PACK(b, 16, 8); in pack_ubyte_r8g8b8x8_snorm()
1452 d |= PACK(a, 0, 8); in pack_ubyte_a8b8g8r8_srgb()
1453 d |= PACK(b, 8, 8); in pack_ubyte_a8b8g8r8_srgb()
1454 d |= PACK(g, 16, 8); in pack_ubyte_a8b8g8r8_srgb()
1455 d |= PACK(r, 24, 8); in pack_ubyte_a8b8g8r8_srgb()
1483 d |= PACK(b, 0, 8); in pack_ubyte_b8g8r8a8_srgb()
1484 d |= PACK(g, 8, 8); in pack_ubyte_b8g8r8a8_srgb()
1485 d |= PACK(r, 16, 8); in pack_ubyte_b8g8r8a8_srgb()
1486 d |= PACK(a, 24, 8); in pack_ubyte_b8g8r8a8_srgb()
1514 d |= PACK(a, 0, 8); in pack_ubyte_a8r8g8b8_srgb()
1515 d |= PACK(r, 8, 8); in pack_ubyte_a8r8g8b8_srgb()
1516 d |= PACK(g, 16, 8); in pack_ubyte_a8r8g8b8_srgb()
1517 d |= PACK(b, 24, 8); in pack_ubyte_a8r8g8b8_srgb()
1542 d |= PACK(b, 0, 8); in pack_ubyte_b8g8r8x8_srgb()
1543 d |= PACK(g, 8, 8); in pack_ubyte_b8g8r8x8_srgb()
1544 d |= PACK(r, 16, 8); in pack_ubyte_b8g8r8x8_srgb()
1569 d |= PACK(r, 8, 8); in pack_ubyte_x8r8g8b8_srgb()
1570 d |= PACK(g, 16, 8); in pack_ubyte_x8r8g8b8_srgb()
1571 d |= PACK(b, 24, 8); in pack_ubyte_x8r8g8b8_srgb()
1599 d |= PACK(r, 0, 8); in pack_ubyte_r8g8b8a8_srgb()
1600 d |= PACK(g, 8, 8); in pack_ubyte_r8g8b8a8_srgb()
1601 d |= PACK(b, 16, 8); in pack_ubyte_r8g8b8a8_srgb()
1602 d |= PACK(a, 24, 8); in pack_ubyte_r8g8b8a8_srgb()
1627 d |= PACK(r, 0, 8); in pack_ubyte_r8g8b8x8_srgb()
1628 d |= PACK(g, 8, 8); in pack_ubyte_r8g8b8x8_srgb()
1629 d |= PACK(b, 16, 8); in pack_ubyte_r8g8b8x8_srgb()
1654 d |= PACK(b, 8, 8); in pack_ubyte_x8b8g8r8_srgb()
1655 d |= PACK(g, 16, 8); in pack_ubyte_x8b8g8r8_srgb()
1656 d |= PACK(r, 24, 8); in pack_ubyte_x8b8g8r8_srgb()
2056 d |= PACK(a, 0, 8); in pack_ubyte_a8b8g8r8_uint()
2057 d |= PACK(b, 8, 8); in pack_ubyte_a8b8g8r8_uint()
2058 d |= PACK(g, 16, 8); in pack_ubyte_a8b8g8r8_uint()
2059 d |= PACK(r, 24, 8); in pack_ubyte_a8b8g8r8_uint()
2084 d |= PACK(a, 0, 8); in pack_ubyte_a8r8g8b8_uint()
2085 d |= PACK(r, 8, 8); in pack_ubyte_a8r8g8b8_uint()
2086 d |= PACK(g, 16, 8); in pack_ubyte_a8r8g8b8_uint()
2087 d |= PACK(b, 24, 8); in pack_ubyte_a8r8g8b8_uint()
2112 d |= PACK(r, 0, 8); in pack_ubyte_r8g8b8a8_uint()
2113 d |= PACK(g, 8, 8); in pack_ubyte_r8g8b8a8_uint()
2114 d |= PACK(b, 16, 8); in pack_ubyte_r8g8b8a8_uint()
2115 d |= PACK(a, 24, 8); in pack_ubyte_r8g8b8a8_uint()
2140 d |= PACK(b, 0, 8); in pack_ubyte_b8g8r8a8_uint()
2141 d |= PACK(g, 8, 8); in pack_ubyte_b8g8r8a8_uint()
2142 d |= PACK(r, 16, 8); in pack_ubyte_b8g8r8a8_uint()
2143 d |= PACK(a, 24, 8); in pack_ubyte_b8g8r8a8_uint()
2168 d |= PACK(b, 0, 10); in pack_ubyte_b10g10r10a2_uint()
2169 d |= PACK(g, 10, 10); in pack_ubyte_b10g10r10a2_uint()
2170 d |= PACK(r, 20, 10); in pack_ubyte_b10g10r10a2_uint()
2171 d |= PACK(a, 30, 2); in pack_ubyte_b10g10r10a2_uint()
2196 d |= PACK(r, 0, 10); in pack_ubyte_r10g10b10a2_uint()
2197 d |= PACK(g, 10, 10); in pack_ubyte_r10g10b10a2_uint()
2198 d |= PACK(b, 20, 10); in pack_ubyte_r10g10b10a2_uint()
2199 d |= PACK(a, 30, 2); in pack_ubyte_r10g10b10a2_uint()
2224 d |= PACK(a, 0, 2); in pack_ubyte_a2b10g10r10_uint()
2225 d |= PACK(b, 2, 10); in pack_ubyte_a2b10g10r10_uint()
2226 d |= PACK(g, 12, 10); in pack_ubyte_a2b10g10r10_uint()
2227 d |= PACK(r, 22, 10); in pack_ubyte_a2b10g10r10_uint()
2252 d |= PACK(a, 0, 2); in pack_ubyte_a2r10g10b10_uint()
2253 d |= PACK(r, 2, 10); in pack_ubyte_a2r10g10b10_uint()
2254 d |= PACK(g, 12, 10); in pack_ubyte_a2r10g10b10_uint()
2255 d |= PACK(b, 22, 10); in pack_ubyte_a2r10g10b10_uint()
2276 d |= PACK(b, 0, 5); in pack_ubyte_b5g6r5_uint()
2277 d |= PACK(g, 5, 6); in pack_ubyte_b5g6r5_uint()
2278 d |= PACK(r, 11, 5); in pack_ubyte_b5g6r5_uint()
2299 d |= PACK(r, 0, 5); in pack_ubyte_r5g6b5_uint()
2300 d |= PACK(g, 5, 6); in pack_ubyte_r5g6b5_uint()
2301 d |= PACK(b, 11, 5); in pack_ubyte_r5g6b5_uint()
2322 d |= PACK(b, 0, 2); in pack_ubyte_b2g3r3_uint()
2323 d |= PACK(g, 2, 3); in pack_ubyte_b2g3r3_uint()
2324 d |= PACK(r, 5, 3); in pack_ubyte_b2g3r3_uint()
2345 d |= PACK(r, 0, 3); in pack_ubyte_r3g3b2_uint()
2346 d |= PACK(g, 3, 3); in pack_ubyte_r3g3b2_uint()
2347 d |= PACK(b, 6, 2); in pack_ubyte_r3g3b2_uint()
2372 d |= PACK(a, 0, 4); in pack_ubyte_a4b4g4r4_uint()
2373 d |= PACK(b, 4, 4); in pack_ubyte_a4b4g4r4_uint()
2374 d |= PACK(g, 8, 4); in pack_ubyte_a4b4g4r4_uint()
2375 d |= PACK(r, 12, 4); in pack_ubyte_a4b4g4r4_uint()
2400 d |= PACK(r, 0, 4); in pack_ubyte_r4g4b4a4_uint()
2401 d |= PACK(g, 4, 4); in pack_ubyte_r4g4b4a4_uint()
2402 d |= PACK(b, 8, 4); in pack_ubyte_r4g4b4a4_uint()
2403 d |= PACK(a, 12, 4); in pack_ubyte_r4g4b4a4_uint()
2428 d |= PACK(b, 0, 4); in pack_ubyte_b4g4r4a4_uint()
2429 d |= PACK(g, 4, 4); in pack_ubyte_b4g4r4a4_uint()
2430 d |= PACK(r, 8, 4); in pack_ubyte_b4g4r4a4_uint()
2431 d |= PACK(a, 12, 4); in pack_ubyte_b4g4r4a4_uint()
2456 d |= PACK(a, 0, 4); in pack_ubyte_a4r4g4b4_uint()
2457 d |= PACK(r, 4, 4); in pack_ubyte_a4r4g4b4_uint()
2458 d |= PACK(g, 8, 4); in pack_ubyte_a4r4g4b4_uint()
2459 d |= PACK(b, 12, 4); in pack_ubyte_a4r4g4b4_uint()
2484 d |= PACK(a, 0, 1); in pack_ubyte_a1b5g5r5_uint()
2485 d |= PACK(b, 1, 5); in pack_ubyte_a1b5g5r5_uint()
2486 d |= PACK(g, 6, 5); in pack_ubyte_a1b5g5r5_uint()
2487 d |= PACK(r, 11, 5); in pack_ubyte_a1b5g5r5_uint()
2512 d |= PACK(b, 0, 5); in pack_ubyte_b5g5r5a1_uint()
2513 d |= PACK(g, 5, 5); in pack_ubyte_b5g5r5a1_uint()
2514 d |= PACK(r, 10, 5); in pack_ubyte_b5g5r5a1_uint()
2515 d |= PACK(a, 15, 1); in pack_ubyte_b5g5r5a1_uint()
2540 d |= PACK(a, 0, 1); in pack_ubyte_a1r5g5b5_uint()
2541 d |= PACK(r, 1, 5); in pack_ubyte_a1r5g5b5_uint()
2542 d |= PACK(g, 6, 5); in pack_ubyte_a1r5g5b5_uint()
2543 d |= PACK(b, 11, 5); in pack_ubyte_a1r5g5b5_uint()
2568 d |= PACK(r, 0, 5); in pack_ubyte_r5g5b5a1_uint()
2569 d |= PACK(g, 5, 5); in pack_ubyte_r5g5b5a1_uint()
2570 d |= PACK(b, 10, 5); in pack_ubyte_r5g5b5a1_uint()
2571 d |= PACK(a, 15, 1); in pack_ubyte_r5g5b5a1_uint()
3518 d |= PACK(a, 0, 8); in pack_uint_a8b8g8r8_uint()
3519 d |= PACK(b, 8, 8); in pack_uint_a8b8g8r8_uint()
3520 d |= PACK(g, 16, 8); in pack_uint_a8b8g8r8_uint()
3521 d |= PACK(r, 24, 8); in pack_uint_a8b8g8r8_uint()
3546 d |= PACK(a, 0, 8); in pack_uint_a8r8g8b8_uint()
3547 d |= PACK(r, 8, 8); in pack_uint_a8r8g8b8_uint()
3548 d |= PACK(g, 16, 8); in pack_uint_a8r8g8b8_uint()
3549 d |= PACK(b, 24, 8); in pack_uint_a8r8g8b8_uint()
3574 d |= PACK(r, 0, 8); in pack_uint_r8g8b8a8_uint()
3575 d |= PACK(g, 8, 8); in pack_uint_r8g8b8a8_uint()
3576 d |= PACK(b, 16, 8); in pack_uint_r8g8b8a8_uint()
3577 d |= PACK(a, 24, 8); in pack_uint_r8g8b8a8_uint()
3602 d |= PACK(b, 0, 8); in pack_uint_b8g8r8a8_uint()
3603 d |= PACK(g, 8, 8); in pack_uint_b8g8r8a8_uint()
3604 d |= PACK(r, 16, 8); in pack_uint_b8g8r8a8_uint()
3605 d |= PACK(a, 24, 8); in pack_uint_b8g8r8a8_uint()
3630 d |= PACK(b, 0, 10); in pack_uint_b10g10r10a2_uint()
3631 d |= PACK(g, 10, 10); in pack_uint_b10g10r10a2_uint()
3632 d |= PACK(r, 20, 10); in pack_uint_b10g10r10a2_uint()
3633 d |= PACK(a, 30, 2); in pack_uint_b10g10r10a2_uint()
3658 d |= PACK(r, 0, 10); in pack_uint_r10g10b10a2_uint()
3659 d |= PACK(g, 10, 10); in pack_uint_r10g10b10a2_uint()
3660 d |= PACK(b, 20, 10); in pack_uint_r10g10b10a2_uint()
3661 d |= PACK(a, 30, 2); in pack_uint_r10g10b10a2_uint()
3686 d |= PACK(a, 0, 2); in pack_uint_a2b10g10r10_uint()
3687 d |= PACK(b, 2, 10); in pack_uint_a2b10g10r10_uint()
3688 d |= PACK(g, 12, 10); in pack_uint_a2b10g10r10_uint()
3689 d |= PACK(r, 22, 10); in pack_uint_a2b10g10r10_uint()
3714 d |= PACK(a, 0, 2); in pack_uint_a2r10g10b10_uint()
3715 d |= PACK(r, 2, 10); in pack_uint_a2r10g10b10_uint()
3716 d |= PACK(g, 12, 10); in pack_uint_a2r10g10b10_uint()
3717 d |= PACK(b, 22, 10); in pack_uint_a2r10g10b10_uint()
3738 d |= PACK(b, 0, 5); in pack_uint_b5g6r5_uint()
3739 d |= PACK(g, 5, 6); in pack_uint_b5g6r5_uint()
3740 d |= PACK(r, 11, 5); in pack_uint_b5g6r5_uint()
3761 d |= PACK(r, 0, 5); in pack_uint_r5g6b5_uint()
3762 d |= PACK(g, 5, 6); in pack_uint_r5g6b5_uint()
3763 d |= PACK(b, 11, 5); in pack_uint_r5g6b5_uint()
3784 d |= PACK(b, 0, 2); in pack_uint_b2g3r3_uint()
3785 d |= PACK(g, 2, 3); in pack_uint_b2g3r3_uint()
3786 d |= PACK(r, 5, 3); in pack_uint_b2g3r3_uint()
3807 d |= PACK(r, 0, 3); in pack_uint_r3g3b2_uint()
3808 d |= PACK(g, 3, 3); in pack_uint_r3g3b2_uint()
3809 d |= PACK(b, 6, 2); in pack_uint_r3g3b2_uint()
3834 d |= PACK(a, 0, 4); in pack_uint_a4b4g4r4_uint()
3835 d |= PACK(b, 4, 4); in pack_uint_a4b4g4r4_uint()
3836 d |= PACK(g, 8, 4); in pack_uint_a4b4g4r4_uint()
3837 d |= PACK(r, 12, 4); in pack_uint_a4b4g4r4_uint()
3862 d |= PACK(r, 0, 4); in pack_uint_r4g4b4a4_uint()
3863 d |= PACK(g, 4, 4); in pack_uint_r4g4b4a4_uint()
3864 d |= PACK(b, 8, 4); in pack_uint_r4g4b4a4_uint()
3865 d |= PACK(a, 12, 4); in pack_uint_r4g4b4a4_uint()
3890 d |= PACK(b, 0, 4); in pack_uint_b4g4r4a4_uint()
3891 d |= PACK(g, 4, 4); in pack_uint_b4g4r4a4_uint()
3892 d |= PACK(r, 8, 4); in pack_uint_b4g4r4a4_uint()
3893 d |= PACK(a, 12, 4); in pack_uint_b4g4r4a4_uint()
3918 d |= PACK(a, 0, 4); in pack_uint_a4r4g4b4_uint()
3919 d |= PACK(r, 4, 4); in pack_uint_a4r4g4b4_uint()
3920 d |= PACK(g, 8, 4); in pack_uint_a4r4g4b4_uint()
3921 d |= PACK(b, 12, 4); in pack_uint_a4r4g4b4_uint()
3946 d |= PACK(a, 0, 1); in pack_uint_a1b5g5r5_uint()
3947 d |= PACK(b, 1, 5); in pack_uint_a1b5g5r5_uint()
3948 d |= PACK(g, 6, 5); in pack_uint_a1b5g5r5_uint()
3949 d |= PACK(r, 11, 5); in pack_uint_a1b5g5r5_uint()
3974 d |= PACK(b, 0, 5); in pack_uint_b5g5r5a1_uint()
3975 d |= PACK(g, 5, 5); in pack_uint_b5g5r5a1_uint()
3976 d |= PACK(r, 10, 5); in pack_uint_b5g5r5a1_uint()
3977 d |= PACK(a, 15, 1); in pack_uint_b5g5r5a1_uint()
4002 d |= PACK(a, 0, 1); in pack_uint_a1r5g5b5_uint()
4003 d |= PACK(r, 1, 5); in pack_uint_a1r5g5b5_uint()
4004 d |= PACK(g, 6, 5); in pack_uint_a1r5g5b5_uint()
4005 d |= PACK(b, 11, 5); in pack_uint_a1r5g5b5_uint()
4030 d |= PACK(r, 0, 5); in pack_uint_r5g5b5a1_uint()
4031 d |= PACK(g, 5, 5); in pack_uint_r5g5b5a1_uint()
4032 d |= PACK(b, 10, 5); in pack_uint_r5g5b5a1_uint()
4033 d |= PACK(a, 15, 1); in pack_uint_r5g5b5a1_uint()
4958 d |= PACK(a, 0, 8); in pack_float_a8b8g8r8_unorm()
4959 d |= PACK(b, 8, 8); in pack_float_a8b8g8r8_unorm()
4960 d |= PACK(g, 16, 8); in pack_float_a8b8g8r8_unorm()
4961 d |= PACK(r, 24, 8); in pack_float_a8b8g8r8_unorm()
4983 d |= PACK(b, 8, 8); in pack_float_x8b8g8r8_unorm()
4984 d |= PACK(g, 16, 8); in pack_float_x8b8g8r8_unorm()
4985 d |= PACK(r, 24, 8); in pack_float_x8b8g8r8_unorm()
5010 d |= PACK(r, 0, 8); in pack_float_r8g8b8a8_unorm()
5011 d |= PACK(g, 8, 8); in pack_float_r8g8b8a8_unorm()
5012 d |= PACK(b, 16, 8); in pack_float_r8g8b8a8_unorm()
5013 d |= PACK(a, 24, 8); in pack_float_r8g8b8a8_unorm()
5035 d |= PACK(r, 0, 8); in pack_float_r8g8b8x8_unorm()
5036 d |= PACK(g, 8, 8); in pack_float_r8g8b8x8_unorm()
5037 d |= PACK(b, 16, 8); in pack_float_r8g8b8x8_unorm()
5062 d |= PACK(b, 0, 8); in pack_float_b8g8r8a8_unorm()
5063 d |= PACK(g, 8, 8); in pack_float_b8g8r8a8_unorm()
5064 d |= PACK(r, 16, 8); in pack_float_b8g8r8a8_unorm()
5065 d |= PACK(a, 24, 8); in pack_float_b8g8r8a8_unorm()
5087 d |= PACK(b, 0, 8); in pack_float_b8g8r8x8_unorm()
5088 d |= PACK(g, 8, 8); in pack_float_b8g8r8x8_unorm()
5089 d |= PACK(r, 16, 8); in pack_float_b8g8r8x8_unorm()
5114 d |= PACK(a, 0, 8); in pack_float_a8r8g8b8_unorm()
5115 d |= PACK(r, 8, 8); in pack_float_a8r8g8b8_unorm()
5116 d |= PACK(g, 16, 8); in pack_float_a8r8g8b8_unorm()
5117 d |= PACK(b, 24, 8); in pack_float_a8r8g8b8_unorm()
5139 d |= PACK(r, 8, 8); in pack_float_x8r8g8b8_unorm()
5140 d |= PACK(g, 16, 8); in pack_float_x8r8g8b8_unorm()
5141 d |= PACK(b, 24, 8); in pack_float_x8r8g8b8_unorm()
5162 d |= PACK(b, 0, 5); in pack_float_b5g6r5_unorm()
5163 d |= PACK(g, 5, 6); in pack_float_b5g6r5_unorm()
5164 d |= PACK(r, 11, 5); in pack_float_b5g6r5_unorm()
5185 d |= PACK(r, 0, 5); in pack_float_r5g6b5_unorm()
5186 d |= PACK(g, 5, 6); in pack_float_r5g6b5_unorm()
5187 d |= PACK(b, 11, 5); in pack_float_r5g6b5_unorm()
5212 d |= PACK(b, 0, 4); in pack_float_b4g4r4a4_unorm()
5213 d |= PACK(g, 4, 4); in pack_float_b4g4r4a4_unorm()
5214 d |= PACK(r, 8, 4); in pack_float_b4g4r4a4_unorm()
5215 d |= PACK(a, 12, 4); in pack_float_b4g4r4a4_unorm()
5237 d |= PACK(b, 0, 4); in pack_float_b4g4r4x4_unorm()
5238 d |= PACK(g, 4, 4); in pack_float_b4g4r4x4_unorm()
5239 d |= PACK(r, 8, 4); in pack_float_b4g4r4x4_unorm()
5264 d |= PACK(a, 0, 4); in pack_float_a4r4g4b4_unorm()
5265 d |= PACK(r, 4, 4); in pack_float_a4r4g4b4_unorm()
5266 d |= PACK(g, 8, 4); in pack_float_a4r4g4b4_unorm()
5267 d |= PACK(b, 12, 4); in pack_float_a4r4g4b4_unorm()
5292 d |= PACK(a, 0, 1); in pack_float_a1b5g5r5_unorm()
5293 d |= PACK(b, 1, 5); in pack_float_a1b5g5r5_unorm()
5294 d |= PACK(g, 6, 5); in pack_float_a1b5g5r5_unorm()
5295 d |= PACK(r, 11, 5); in pack_float_a1b5g5r5_unorm()
5317 d |= PACK(b, 1, 5); in pack_float_x1b5g5r5_unorm()
5318 d |= PACK(g, 6, 5); in pack_float_x1b5g5r5_unorm()
5319 d |= PACK(r, 11, 5); in pack_float_x1b5g5r5_unorm()
5344 d |= PACK(b, 0, 5); in pack_float_b5g5r5a1_unorm()
5345 d |= PACK(g, 5, 5); in pack_float_b5g5r5a1_unorm()
5346 d |= PACK(r, 10, 5); in pack_float_b5g5r5a1_unorm()
5347 d |= PACK(a, 15, 1); in pack_float_b5g5r5a1_unorm()
5369 d |= PACK(b, 0, 5); in pack_float_b5g5r5x1_unorm()
5370 d |= PACK(g, 5, 5); in pack_float_b5g5r5x1_unorm()
5371 d |= PACK(r, 10, 5); in pack_float_b5g5r5x1_unorm()
5396 d |= PACK(a, 0, 1); in pack_float_a1r5g5b5_unorm()
5397 d |= PACK(r, 1, 5); in pack_float_a1r5g5b5_unorm()
5398 d |= PACK(g, 6, 5); in pack_float_a1r5g5b5_unorm()
5399 d |= PACK(b, 11, 5); in pack_float_a1r5g5b5_unorm()
5416 d |= PACK(l, 0, 4); in pack_float_l4a4_unorm()
5417 d |= PACK(a, 4, 4); in pack_float_l4a4_unorm()
5438 d |= PACK(b, 0, 2); in pack_float_b2g3r3_unorm()
5439 d |= PACK(g, 2, 3); in pack_float_b2g3r3_unorm()
5440 d |= PACK(r, 5, 3); in pack_float_b2g3r3_unorm()
5465 d |= PACK(b, 0, 10); in pack_float_b10g10r10a2_unorm()
5466 d |= PACK(g, 10, 10); in pack_float_b10g10r10a2_unorm()
5467 d |= PACK(r, 20, 10); in pack_float_b10g10r10a2_unorm()
5468 d |= PACK(a, 30, 2); in pack_float_b10g10r10a2_unorm()
5490 d |= PACK(b, 0, 10); in pack_float_b10g10r10x2_unorm()
5491 d |= PACK(g, 10, 10); in pack_float_b10g10r10x2_unorm()
5492 d |= PACK(r, 20, 10); in pack_float_b10g10r10x2_unorm()
5517 d |= PACK(r, 0, 10); in pack_float_r10g10b10a2_unorm()
5518 d |= PACK(g, 10, 10); in pack_float_r10g10b10a2_unorm()
5519 d |= PACK(b, 20, 10); in pack_float_r10g10b10a2_unorm()
5520 d |= PACK(a, 30, 2); in pack_float_r10g10b10a2_unorm()
5542 d |= PACK(r, 0, 10); in pack_float_r10g10b10x2_unorm()
5543 d |= PACK(g, 10, 10); in pack_float_r10g10b10x2_unorm()
5544 d |= PACK(b, 20, 10); in pack_float_r10g10b10x2_unorm()
5565 d |= PACK(r, 0, 3); in pack_float_r3g3b2_unorm()
5566 d |= PACK(g, 3, 3); in pack_float_r3g3b2_unorm()
5567 d |= PACK(b, 6, 2); in pack_float_r3g3b2_unorm()
5592 d |= PACK(a, 0, 4); in pack_float_a4b4g4r4_unorm()
5593 d |= PACK(b, 4, 4); in pack_float_a4b4g4r4_unorm()
5594 d |= PACK(g, 8, 4); in pack_float_a4b4g4r4_unorm()
5595 d |= PACK(r, 12, 4); in pack_float_a4b4g4r4_unorm()
5620 d |= PACK(r, 0, 4); in pack_float_r4g4b4a4_unorm()
5621 d |= PACK(g, 4, 4); in pack_float_r4g4b4a4_unorm()
5622 d |= PACK(b, 8, 4); in pack_float_r4g4b4a4_unorm()
5623 d |= PACK(a, 12, 4); in pack_float_r4g4b4a4_unorm()
5648 d |= PACK(r, 0, 5); in pack_float_r5g5b5a1_unorm()
5649 d |= PACK(g, 5, 5); in pack_float_r5g5b5a1_unorm()
5650 d |= PACK(b, 10, 5); in pack_float_r5g5b5a1_unorm()
5651 d |= PACK(a, 15, 1); in pack_float_r5g5b5a1_unorm()
5676 d |= PACK(a, 0, 2); in pack_float_a2b10g10r10_unorm()
5677 d |= PACK(b, 2, 10); in pack_float_a2b10g10r10_unorm()
5678 d |= PACK(g, 12, 10); in pack_float_a2b10g10r10_unorm()
5679 d |= PACK(r, 22, 10); in pack_float_a2b10g10r10_unorm()
5704 d |= PACK(a, 0, 2); in pack_float_a2r10g10b10_unorm()
5705 d |= PACK(r, 2, 10); in pack_float_a2r10g10b10_unorm()
5706 d |= PACK(g, 12, 10); in pack_float_a2r10g10b10_unorm()
5707 d |= PACK(b, 22, 10); in pack_float_a2r10g10b10_unorm()
5990 d |= PACK(a, 0, 8); in pack_float_a8b8g8r8_snorm()
5991 d |= PACK(b, 8, 8); in pack_float_a8b8g8r8_snorm()
5992 d |= PACK(g, 16, 8); in pack_float_a8b8g8r8_snorm()
5993 d |= PACK(r, 24, 8); in pack_float_a8b8g8r8_snorm()
6015 d |= PACK(b, 8, 8); in pack_float_x8b8g8r8_snorm()
6016 d |= PACK(g, 16, 8); in pack_float_x8b8g8r8_snorm()
6017 d |= PACK(r, 24, 8); in pack_float_x8b8g8r8_snorm()
6042 d |= PACK(r, 0, 8); in pack_float_r8g8b8a8_snorm()
6043 d |= PACK(g, 8, 8); in pack_float_r8g8b8a8_snorm()
6044 d |= PACK(b, 16, 8); in pack_float_r8g8b8a8_snorm()
6045 d |= PACK(a, 24, 8); in pack_float_r8g8b8a8_snorm()
6067 d |= PACK(r, 0, 8); in pack_float_r8g8b8x8_snorm()
6068 d |= PACK(g, 8, 8); in pack_float_r8g8b8x8_snorm()
6069 d |= PACK(b, 16, 8); in pack_float_r8g8b8x8_snorm()
6333 d |= PACK(a, 0, 8); in pack_float_a8b8g8r8_srgb()
6334 d |= PACK(b, 8, 8); in pack_float_a8b8g8r8_srgb()
6335 d |= PACK(g, 16, 8); in pack_float_a8b8g8r8_srgb()
6336 d |= PACK(r, 24, 8); in pack_float_a8b8g8r8_srgb()
6364 d |= PACK(b, 0, 8); in pack_float_b8g8r8a8_srgb()
6365 d |= PACK(g, 8, 8); in pack_float_b8g8r8a8_srgb()
6366 d |= PACK(r, 16, 8); in pack_float_b8g8r8a8_srgb()
6367 d |= PACK(a, 24, 8); in pack_float_b8g8r8a8_srgb()
6395 d |= PACK(a, 0, 8); in pack_float_a8r8g8b8_srgb()
6396 d |= PACK(r, 8, 8); in pack_float_a8r8g8b8_srgb()
6397 d |= PACK(g, 16, 8); in pack_float_a8r8g8b8_srgb()
6398 d |= PACK(b, 24, 8); in pack_float_a8r8g8b8_srgb()
6423 d |= PACK(b, 0, 8); in pack_float_b8g8r8x8_srgb()
6424 d |= PACK(g, 8, 8); in pack_float_b8g8r8x8_srgb()
6425 d |= PACK(r, 16, 8); in pack_float_b8g8r8x8_srgb()
6450 d |= PACK(r, 8, 8); in pack_float_x8r8g8b8_srgb()
6451 d |= PACK(g, 16, 8); in pack_float_x8r8g8b8_srgb()
6452 d |= PACK(b, 24, 8); in pack_float_x8r8g8b8_srgb()
6480 d |= PACK(r, 0, 8); in pack_float_r8g8b8a8_srgb()
6481 d |= PACK(g, 8, 8); in pack_float_r8g8b8a8_srgb()
6482 d |= PACK(b, 16, 8); in pack_float_r8g8b8a8_srgb()
6483 d |= PACK(a, 24, 8); in pack_float_r8g8b8a8_srgb()
6508 d |= PACK(r, 0, 8); in pack_float_r8g8b8x8_srgb()
6509 d |= PACK(g, 8, 8); in pack_float_r8g8b8x8_srgb()
6510 d |= PACK(b, 16, 8); in pack_float_r8g8b8x8_srgb()
6535 d |= PACK(b, 8, 8); in pack_float_x8b8g8r8_srgb()
6536 d |= PACK(g, 16, 8); in pack_float_x8b8g8r8_srgb()
6537 d |= PACK(r, 24, 8); in pack_float_x8b8g8r8_srgb()