Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / shared / Ossfuzz36770.asm.frag
1 ### Compilation failed:
2
3 error: SPIR-V validation error: [VUID-StandaloneSpirv-Location-04919] Member index 0 is missing a location assignment
4   %T = OpTypeStruct %int
5
6 OpCapability Shader
7 %1 = OpExtInstImport "GLSL.std.450"
8 OpMemoryModel Logical GLSL450
9 OpEntryPoint Fragment %main "main" %3 %sk_Clockwise
10 OpExecutionMode %main OriginUpperLeft
11 OpName %T "T"
12 OpMemberName %T 0 "x"
13 OpName %sk_Clockwise "sk_Clockwise"
14 OpName %main "main"
15 OpMemberDecorate %T 0 Offset 0
16 OpDecorate %T Block
17 OpDecorate %sk_Clockwise BuiltIn FrontFacing
18 %int = OpTypeInt 32 1
19 %T = OpTypeStruct %int
20 %_ptr_Input_T = OpTypePointer Input %T
21 %3 = OpVariable %_ptr_Input_T Input
22 %bool = OpTypeBool
23 %_ptr_Input_bool = OpTypePointer Input %bool
24 %sk_Clockwise = OpVariable %_ptr_Input_bool Input
25 %void = OpTypeVoid
26 %11 = OpTypeFunction %void
27 %main = OpFunction %void None %11
28 %12 = OpLabel
29 OpReturn
30 OpFunctionEnd
31
32 1 error