1 /* 2 * Copyright © 2022 Imagination Technologies Ltd. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 5 * of this software and associated documentation files (the "Software"), to deal 6 * in the Software without restriction, including without limitation the rights 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 * copies of the Software, and to permit persons to whom the Software is 9 * furnished to do so, subject to the following conditions: 10 * 11 * The above copyright notice and this permission notice (including the next 12 * paragraph) shall be included in all copies or substantial portions of the 13 * Software. 14 * 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 * SOFTWARE. 22 */ 23 24 /* Auto-generated file - don't edit */ 25 26 #ifndef PVR_SIMPLE_COMPUTE_H 27 #define PVR_SIMPLE_COMPUTE_H 28 29 #include <stdint.h> 30 31 /* clang-format off */ 32 static const uint8_t pvr_simple_compute_shader[] = { 33 0x44, 0x12, 0xd3, 0x3f, 34 0x00, 0x00, 0x00, 0x24, 35 0x46, 0x40, 0xf9, 0xb0, 36 0x87, 0x80, 0x40, 0xa0, 37 0x2a, 0x30, 0x00, 0x02, 38 0x04, 0x81, 0x61, 0x00, 39 0x54, 0x00, 0x00, 0x00, 40 0x02, 0x80, 0x6c, 0xc4, 41 0x46, 0x40, 0xf9, 0xb0, 42 0x87, 0x81, 0x40, 0xa0, 43 0x2d, 0x10, 0x00, 0x02, 44 0x46, 0x12, 0xd3, 0x3f, 45 0x80, 0xca, 0x83, 0x10, 46 0x00, 0x00, 0x25, 0xff, 47 0x46, 0x13, 0xd3, 0x3f, 48 0x80, 0xcb, 0x83, 0x10, 49 0x00, 0x00, 0x25, 0xff, 50 0x46, 0x40, 0xf9, 0xb0, 51 0x87, 0x80, 0x40, 0xa0, 52 0x25, 0x10, 0x00, 0x02, 53 0x04, 0x81, 0x61, 0x00, 54 0x14, 0x00, 0x00, 0x00, 55 0x02, 0x80, 0x6c, 0x44, 56 0x04, 0x80, 0x60, 0x00, 57 0xc0, 0xff, 0xff, 0xff, 58 0x02, 0x80, 0x6c, 0x04, 59 0x89, 0x52, 0xdf, 0x3c, 60 0xfc, 0xa0, 0x9c, 0x1e, 61 0x87, 0x87, 0x80, 0xcf, 62 0x90, 0x11, 0x01, 0xa0, 63 0x25, 0xff, 0x46, 0x40, 64 0xff, 0xd0, 0x87, 0xa5, 65 0x40, 0xa0, 0x00, 0x10, 66 0x00, 0x02, 0x44, 0x82, 67 0x67, 0x38, 0x24, 0x00, 68 0x24, 0xff, 0x04, 0x80, 69 0x60, 0x04, 0x68, 0x00, 70 0x00, 0x00, 0x45, 0x12, 71 0xd3, 0x3f, 0xc0, 0x04, 72 0x00, 0x00, 0x00, 0x25, 73 0x27, 0x02, 0xeb, 0xa5, 74 0x44, 0xa0, 0x00, 0x80, 75 0x81, 0x08, 0x00, 0xc0, 76 0x80, 0x04, 0x27, 0x04, 77 0xeb, 0xa5, 0x44, 0xa0, 78 0x00, 0x80, 0x81, 0x08, 79 0x00, 0xc0, 0x81, 0x04, 80 0x55, 0x20, 0xf1, 0x84, 81 0x02, 0x00, 0x82, 0xc0, 82 0x18, 0x00, 0x02, 0x80, 83 0x6a, 0xff, 0x27, 0x02, 84 0xeb, 0xa5, 0x44, 0xa0, 85 0x02, 0x80, 0x83, 0x08, 86 0x00, 0xc0, 0x80, 0x04, 87 0x27, 0x04, 0xeb, 0xa5, 88 0x44, 0xa0, 0x02, 0x80, 89 0x83, 0x08, 0x00, 0xc0, 90 0x81, 0x04, 0x66, 0x20, 91 0xf2, 0x86, 0xb8, 0x28, 92 0x00, 0x82, 0xc0, 0x18, 93 0x00, 0xff, 0x02, 0x80, 94 0x6a, 0xff, 0x45, 0x82, 95 0x67, 0x24, 0x24, 0x00, 96 0x24, 0xff, 0xf1, 0xff, 97 0x04, 0x80, 0xee, 0x00, 98 0xf2, 0xff, 0xff, 0xff 99 }; 100 /* clang-format on */ 101 102 #endif /* PVR_SIMPLE_COMPUTE_H */ 103