| 730 | } |
| 731 | |
| 732 | int GetAlignment(NVCVPacking packing) noexcept |
| 733 | { |
| 734 | return GetPackingParams(packing).alignment; |
| 735 | } |
| 736 | |
| 737 | NVCVSwizzle MergePlaneSwizzles(NVCVSwizzle sw0, NVCVSwizzle sw1, NVCVSwizzle sw2, NVCVSwizzle sw3) |
| 738 | { |
no test coverage detected