1 // Copyright (C) 2024 The Android Open Source Project 2 // Copyright (C) 2024 Google Inc. 3 // 4 // Licensed under the Apache License, Version 2.0 (the "License"); 5 // you may not use this file except in compliance with the License. 6 // You may obtain a copy of the License at 7 // 8 // http://www.apache.org/licenses/LICENSE-2.0 9 // 10 // Unless required by applicable law or agreed to in writing, software 11 // distributed under the License is distributed on an "AS IS" BASIS, 12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 // See the License for the specific language governing permissions and 14 // limitations under the License. 15 16 // Please do not modify directly. 17 18 // Autogenerated module common/end2end/shaders/fullscreen_triangle_with_uv_vert.h generated by: 19 // python3 scripts/glsl-shader-to-spv.py common/end2end/shaders/fullscreen_triangle_with_uv.vert 20 // common/end2end/shaders/fullscreen_triangle_with_uv_vert.h kFullscreenTriangleWithUVVert 21 22 #include <stdint.h> 23 24 #include <vector> 25 26 // From common/end2end/shaders/fullscreen_triangle_with_uv.vert: 27 28 // #version 460 29 // 30 // vec2 kPositions[3] = vec2[]( 31 // vec2(-1.0, -1.0), 32 // vec2( 3.0, -1.0), 33 // vec2(-1.0, 3.0) 34 // ); 35 // 36 // vec2 kUVs[3] = vec2[]( 37 // vec2(0.0, 0.0), 38 // vec2(2.0, 0.0), 39 // vec2(0.0, 2.0) 40 // ); 41 // 42 // layout (location = 0) out vec2 oUV; 43 // 44 // void main() { 45 // gl_Position = vec4(kPositions[gl_VertexIndex], 0.0, 1.0); 46 // oUV = kUVs[gl_VertexIndex]; 47 // } 48 49 const std::vector<uint32_t> kFullscreenTriangleWithUVVert = { 50 0x07230203, 0x00010000, 0x000d000b, 0x00000033, 0x00000000, 0x00020011, 0x00000001, 0x0006000b, 51 0x00000001, 0x4c534c47, 0x6474732e, 0x3035342e, 0x00000000, 0x0003000e, 0x00000000, 0x00000001, 52 0x0008000f, 0x00000000, 0x00000004, 0x6e69616d, 0x00000000, 0x0000001f, 0x00000023, 0x0000002f, 53 0x00030003, 0x00000002, 0x000001cc, 0x000a0004, 0x475f4c47, 0x4c474f4f, 0x70635f45, 0x74735f70, 54 0x5f656c79, 0x656e696c, 0x7269645f, 0x69746365, 0x00006576, 0x00080004, 0x475f4c47, 0x4c474f4f, 55 0x6e695f45, 0x64756c63, 0x69645f65, 0x74636572, 0x00657669, 0x00040005, 0x00000004, 0x6e69616d, 56 0x00000000, 0x00050005, 0x0000000c, 0x736f506b, 0x6f697469, 0x0000736e, 0x00040005, 0x00000013, 57 0x7356556b, 0x00000000, 0x00060005, 0x0000001d, 0x505f6c67, 0x65567265, 0x78657472, 0x00000000, 58 0x00060006, 0x0000001d, 0x00000000, 0x505f6c67, 0x7469736f, 0x006e6f69, 0x00070006, 0x0000001d, 59 0x00000001, 0x505f6c67, 0x746e696f, 0x657a6953, 0x00000000, 0x00070006, 0x0000001d, 0x00000002, 60 0x435f6c67, 0x4470696c, 0x61747369, 0x0065636e, 0x00070006, 0x0000001d, 0x00000003, 0x435f6c67, 61 0x446c6c75, 0x61747369, 0x0065636e, 0x00030005, 0x0000001f, 0x00000000, 0x00060005, 0x00000023, 62 0x565f6c67, 0x65747265, 0x646e4978, 0x00007865, 0x00030005, 0x0000002f, 0x0056556f, 0x00050048, 63 0x0000001d, 0x00000000, 0x0000000b, 0x00000000, 0x00050048, 0x0000001d, 0x00000001, 0x0000000b, 64 0x00000001, 0x00050048, 0x0000001d, 0x00000002, 0x0000000b, 0x00000003, 0x00050048, 0x0000001d, 65 0x00000003, 0x0000000b, 0x00000004, 0x00030047, 0x0000001d, 0x00000002, 0x00040047, 0x00000023, 66 0x0000000b, 0x0000002a, 0x00040047, 0x0000002f, 0x0000001e, 0x00000000, 0x00020013, 0x00000002, 67 0x00030021, 0x00000003, 0x00000002, 0x00030016, 0x00000006, 0x00000020, 0x00040017, 0x00000007, 68 0x00000006, 0x00000002, 0x00040015, 0x00000008, 0x00000020, 0x00000000, 0x0004002b, 0x00000008, 69 0x00000009, 0x00000003, 0x0004001c, 0x0000000a, 0x00000007, 0x00000009, 0x00040020, 0x0000000b, 70 0x00000006, 0x0000000a, 0x0004003b, 0x0000000b, 0x0000000c, 0x00000006, 0x0004002b, 0x00000006, 71 0x0000000d, 0xbf800000, 0x0005002c, 0x00000007, 0x0000000e, 0x0000000d, 0x0000000d, 0x0004002b, 72 0x00000006, 0x0000000f, 0x40400000, 0x0005002c, 0x00000007, 0x00000010, 0x0000000f, 0x0000000d, 73 0x0005002c, 0x00000007, 0x00000011, 0x0000000d, 0x0000000f, 0x0006002c, 0x0000000a, 0x00000012, 74 0x0000000e, 0x00000010, 0x00000011, 0x0004003b, 0x0000000b, 0x00000013, 0x00000006, 0x0004002b, 75 0x00000006, 0x00000014, 0x00000000, 0x0005002c, 0x00000007, 0x00000015, 0x00000014, 0x00000014, 76 0x0004002b, 0x00000006, 0x00000016, 0x40000000, 0x0005002c, 0x00000007, 0x00000017, 0x00000016, 77 0x00000014, 0x0005002c, 0x00000007, 0x00000018, 0x00000014, 0x00000016, 0x0006002c, 0x0000000a, 78 0x00000019, 0x00000015, 0x00000017, 0x00000018, 0x00040017, 0x0000001a, 0x00000006, 0x00000004, 79 0x0004002b, 0x00000008, 0x0000001b, 0x00000001, 0x0004001c, 0x0000001c, 0x00000006, 0x0000001b, 80 0x0006001e, 0x0000001d, 0x0000001a, 0x00000006, 0x0000001c, 0x0000001c, 0x00040020, 0x0000001e, 81 0x00000003, 0x0000001d, 0x0004003b, 0x0000001e, 0x0000001f, 0x00000003, 0x00040015, 0x00000020, 82 0x00000020, 0x00000001, 0x0004002b, 0x00000020, 0x00000021, 0x00000000, 0x00040020, 0x00000022, 83 0x00000001, 0x00000020, 0x0004003b, 0x00000022, 0x00000023, 0x00000001, 0x00040020, 0x00000025, 84 0x00000006, 0x00000007, 0x0004002b, 0x00000006, 0x00000028, 0x3f800000, 0x00040020, 0x0000002c, 85 0x00000003, 0x0000001a, 0x00040020, 0x0000002e, 0x00000003, 0x00000007, 0x0004003b, 0x0000002e, 86 0x0000002f, 0x00000003, 0x00050036, 0x00000002, 0x00000004, 0x00000000, 0x00000003, 0x000200f8, 87 0x00000005, 0x0003003e, 0x0000000c, 0x00000012, 0x0003003e, 0x00000013, 0x00000019, 0x0004003d, 88 0x00000020, 0x00000024, 0x00000023, 0x00050041, 0x00000025, 0x00000026, 0x0000000c, 0x00000024, 89 0x0004003d, 0x00000007, 0x00000027, 0x00000026, 0x00050051, 0x00000006, 0x00000029, 0x00000027, 90 0x00000000, 0x00050051, 0x00000006, 0x0000002a, 0x00000027, 0x00000001, 0x00070050, 0x0000001a, 91 0x0000002b, 0x00000029, 0x0000002a, 0x00000014, 0x00000028, 0x00050041, 0x0000002c, 0x0000002d, 92 0x0000001f, 0x00000021, 0x0003003e, 0x0000002d, 0x0000002b, 0x0004003d, 0x00000020, 0x00000030, 93 0x00000023, 0x00050041, 0x00000025, 0x00000031, 0x00000013, 0x00000030, 0x0004003d, 0x00000007, 94 0x00000032, 0x00000031, 0x0003003e, 0x0000002f, 0x00000032, 0x000100fd, 0x00010038};