|
|
@ -85,15 +85,11 @@ def write_format_table(formats): |
|
|
|
print() |
|
|
|
print() |
|
|
|
# This will print the copyright message on the top of this file |
|
|
|
# This will print the copyright message on the top of this file |
|
|
|
print(CopyRight.strip()) |
|
|
|
print(CopyRight.strip()) |
|
|
|
print() |
|
|
|
|
|
|
|
print('#include "u_format.h"') |
|
|
|
|
|
|
|
print() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print() |
|
|
|
print() |
|
|
|
print('#include "pipe/p_compiler.h"') |
|
|
|
print('#include "pipe/p_compiler.h"') |
|
|
|
print('#include "u_math.h"') |
|
|
|
|
|
|
|
print('#include "u_half.h"') |
|
|
|
|
|
|
|
print('#include "u_format.h"') |
|
|
|
print('#include "u_format.h"') |
|
|
|
|
|
|
|
print('#include "u_half.h"') |
|
|
|
|
|
|
|
print('#include "u_math.h"') |
|
|
|
print() |
|
|
|
print() |
|
|
|
|
|
|
|
|
|
|
|
def do_channel_array(channels, swizzles): |
|
|
|
def do_channel_array(channels, swizzles): |
|
|
|