/third_party/skia/tests/sksl/errors/ |
D | CanExitWithoutReturningValue.glsl | 3 error: 6: function 'if_only' can exit without returning a value 4 error: 7: function 'return_on_if_but_not_else' can exit without returning a value 5 error: 8: function 'return_on_else_but_not_if' can exit without returning a value 6 error: 10: function 'for_with_conditional_return' can exit without returning a value 7 error: 11: function 'for_with_conditional_break' can exit without returning a value 8 error: 12: function 'for_with_conditional_continue' can exit without returning a value 9 error: 14: function 'do_with_conditional_return' can exit without returning a value 10 error: 15: function 'do_with_conditional_break' can exit without returning a value 11 error: 16: function 'do_with_conditional_continue' can exit without returning a value 12 error: 18: function 'bad_if_else_chain' can exit without returning a value [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsInterfaces.errors.txt | 1 …/jsdoc/declarations/index.js(4,18): error TS8006: 'interface' declarations can only be used in Typ… 2 …/jsdoc/declarations/index.js(6,18): error TS8006: 'interface' declarations can only be used in Typ… 3 …jsdoc/declarations/index.js(10,18): error TS8006: 'interface' declarations can only be used in Typ… 4 …jsdoc/declarations/index.js(31,11): error TS8006: 'interface' declarations can only be used in Typ… 5 …jsdoc/declarations/index.js(35,11): error TS8006: 'interface' declarations can only be used in Typ… 6 …jsdoc/declarations/index.js(39,18): error TS8006: 'interface' declarations can only be used in Typ… 7 …jsdoc/declarations/index.js(43,18): error TS8006: 'interface' declarations can only be used in Typ… 8 …jsdoc/declarations/index.js(45,18): error TS8006: 'interface' declarations can only be used in Typ… 9 …jsdoc/declarations/index.js(49,18): error TS8006: 'interface' declarations can only be used in Typ… 10 …jsdoc/declarations/index.js(53,18): error TS8006: 'interface' declarations can only be used in Typ… [all …]
|
D | jsDeclarationsClassesErr.errors.txt | 1 …doc/declarations/index.js(4,16): error TS8004: Type parameter declarations can only be used in Typ… 2 tests/cases/conformance/jsdoc/declarations/index.js(5,12): error TS8010: Type annotations can only … 3 …doc/declarations/index.js(8,16): error TS8004: Type parameter declarations can only be used in Typ… 4 tests/cases/conformance/jsdoc/declarations/index.js(8,29): error TS8011: Type arguments can only be… 5 tests/cases/conformance/jsdoc/declarations/index.js(9,12): error TS8010: Type annotations can only … 6 tests/cases/conformance/jsdoc/declarations/index.js(13,11): error TS8010: Type annotations can only… 7 tests/cases/conformance/jsdoc/declarations/index.js(19,11): error TS8010: Type annotations can only… 8 tests/cases/conformance/jsdoc/declarations/index.js(23,11): error TS8010: Type annotations can only… 9 tests/cases/conformance/jsdoc/declarations/index.js(27,11): error TS8010: Type annotations can only… 10 tests/cases/conformance/jsdoc/declarations/index.js(28,11): error TS8010: Type annotations can only… [all …]
|
D | jsdocDisallowedInTypescript.errors.txt | 1 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(2,15): error TS8020: JSDoc types can o… 2 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(4,15): error TS8020: JSDoc types can o… 3 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(4,32): error TS8020: JSDoc types can o… 4 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(7,20): error TS8020: JSDoc types can o… 5 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(10,18): error TS8020: JSDoc types can … 7 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(13,14): error TS8020: JSDoc types can … 8 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(14,11): error TS8020: JSDoc types can … 9 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(15,8): error TS8020: JSDoc types can o… 10 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(16,11): error TS8020: JSDoc types can … 11 tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts(17,17): error TS8020: JSDoc types can … [all …]
|
D | jsDeclarationsEnums.errors.txt | 1 tests/cases/conformance/jsdoc/declarations/index.js(4,13): error TS8006: 'enum' declarations can on… 2 tests/cases/conformance/jsdoc/declarations/index.js(6,13): error TS8006: 'enum' declarations can on… 3 tests/cases/conformance/jsdoc/declarations/index.js(10,6): error TS8006: 'enum' declarations can on… 4 tests/cases/conformance/jsdoc/declarations/index.js(14,6): error TS8006: 'enum' declarations can on… 5 tests/cases/conformance/jsdoc/declarations/index.js(18,13): error TS8006: 'enum' declarations can o… 6 tests/cases/conformance/jsdoc/declarations/index.js(22,13): error TS8006: 'enum' declarations can o… 7 tests/cases/conformance/jsdoc/declarations/index.js(24,13): error TS8006: 'enum' declarations can o… 8 tests/cases/conformance/jsdoc/declarations/index.js(30,13): error TS8006: 'enum' declarations can o… 9 tests/cases/conformance/jsdoc/declarations/index.js(35,13): error TS8006: 'enum' declarations can o… 10 tests/cases/conformance/jsdoc/declarations/index.js(41,19): error TS8006: 'enum' declarations can o… [all …]
|
D | reExportGlobalDeclaration1.errors.txt | 1 tests/cases/compiler/file2.ts(1,9): error TS2661: Cannot export 'x'. Only local declarations can be… 2 tests/cases/compiler/file2.ts(1,12): error TS2661: Cannot export 'x'. Only local declarations can b… 3 tests/cases/compiler/file2.ts(2,9): error TS2661: Cannot export 'x1'. Only local declarations can b… 4 tests/cases/compiler/file2.ts(2,13): error TS2661: Cannot export 'x1'. Only local declarations can … 5 tests/cases/compiler/file2.ts(4,9): error TS2661: Cannot export 'a'. Only local declarations can be… 6 tests/cases/compiler/file2.ts(4,12): error TS2661: Cannot export 'a'. Only local declarations can b… 7 tests/cases/compiler/file2.ts(5,9): error TS2661: Cannot export 'b'. Only local declarations can be… 8 tests/cases/compiler/file2.ts(5,12): error TS2661: Cannot export 'b'. Only local declarations can b… 9 tests/cases/compiler/file2.ts(8,9): error TS2661: Cannot export 'x'. Only local declarations can be… 10 tests/cases/compiler/file2.ts(9,9): error TS2661: Cannot export 'x1'. Only local declarations can b… [all …]
|
D | duplicateIdentifierEnum.errors.txt | 1 tests/cases/compiler/duplicateIdentifierEnum_A.ts(2,6): error TS2567: Enum declarations can only me… 2 tests/cases/compiler/duplicateIdentifierEnum_A.ts(5,7): error TS2567: Enum declarations can only me… 3 tests/cases/compiler/duplicateIdentifierEnum_A.ts(9,11): error TS2567: Enum declarations can only m… 4 tests/cases/compiler/duplicateIdentifierEnum_A.ts(12,12): error TS2567: Enum declarations can only … 5 tests/cases/compiler/duplicateIdentifierEnum_A.ts(16,12): error TS2567: Enum declarations can only … 6 tests/cases/compiler/duplicateIdentifierEnum_A.ts(19,10): error TS2567: Enum declarations can only … 7 tests/cases/compiler/duplicateIdentifierEnum_A.ts(23,6): error TS2567: Enum declarations can only m… 8 tests/cases/compiler/duplicateIdentifierEnum_A.ts(26,7): error TS2567: Enum declarations can only m… 9 tests/cases/compiler/duplicateIdentifierEnum_B.ts(1,10): error TS2567: Enum declarations can only m… 10 tests/cases/compiler/duplicateIdentifierEnum_B.ts(4,6): error TS2567: Enum declarations can only me… [all …]
|
D | letDeclarations-invalidContexts.errors.txt | 1 tests/cases/compiler/letDeclarations-invalidContexts.ts(3,5): error TS1157: 'let' declarations can … 2 tests/cases/compiler/letDeclarations-invalidContexts.ts(5,5): error TS1157: 'let' declarations can … 3 tests/cases/compiler/letDeclarations-invalidContexts.ts(8,5): error TS1157: 'let' declarations can … 4 tests/cases/compiler/letDeclarations-invalidContexts.ts(11,5): error TS1157: 'let' declarations can… 6 tests/cases/compiler/letDeclarations-invalidContexts.ts(19,5): error TS1157: 'let' declarations can… 7 tests/cases/compiler/letDeclarations-invalidContexts.ts(22,5): error TS1157: 'let' declarations can… 8 …etDeclarations-invalidContexts.ts(25,12): error TS1157: 'let' declarations can only be declared in… 9 …etDeclarations-invalidContexts.ts(28,29): error TS1157: 'let' declarations can only be declared in… 17 !!! error TS1157: 'let' declarations can only be declared inside a block. 21 !!! error TS1157: 'let' declarations can only be declared inside a block. [all …]
|
D | constDeclarations-invalidContexts.errors.txt | 1 …stDeclarations-invalidContexts.ts(3,5): error TS1156: 'const' declarations can only be declared in… 2 …stDeclarations-invalidContexts.ts(5,5): error TS1156: 'const' declarations can only be declared in… 3 …stDeclarations-invalidContexts.ts(8,5): error TS1156: 'const' declarations can only be declared in… 4 …tDeclarations-invalidContexts.ts(11,5): error TS1156: 'const' declarations can only be declared in… 6 …tDeclarations-invalidContexts.ts(19,5): error TS1156: 'const' declarations can only be declared in… 7 …tDeclarations-invalidContexts.ts(22,5): error TS1156: 'const' declarations can only be declared in… 8 …Declarations-invalidContexts.ts(25,12): error TS1156: 'const' declarations can only be declared in… 9 …Declarations-invalidContexts.ts(28,29): error TS1156: 'const' declarations can only be declared in… 17 !!! error TS1156: 'const' declarations can only be declared inside a block. 21 !!! error TS1156: 'const' declarations can only be declared inside a block. [all …]
|
D | moduleElementsInWrongContext3.errors.txt | 5 tests/cases/compiler/moduleElementsInWrongContext3.ts(14,9): error TS1231: An export assignment can… 6 …oduleElementsInWrongContext3.ts(18,9): error TS1233: An export declaration can only be used in a m… 7 …oduleElementsInWrongContext3.ts(19,9): error TS1233: An export declaration can only be used in a m… 8 …oduleElementsInWrongContext3.ts(20,9): error TS1233: An export declaration can only be used in a m… 9 tests/cases/compiler/moduleElementsInWrongContext3.ts(21,9): error TS1231: An export assignment can… 12 …oduleElementsInWrongContext3.ts(24,9): error TS1232: An import declaration can only be used in a n… 13 …oduleElementsInWrongContext3.ts(25,9): error TS1232: An import declaration can only be used in a n… 14 …oduleElementsInWrongContext3.ts(26,9): error TS1232: An import declaration can only be used in a n… 15 …oduleElementsInWrongContext3.ts(27,9): error TS1232: An import declaration can only be used in a n… 16 …oduleElementsInWrongContext3.ts(28,9): error TS1232: An import declaration can only be used in a n… [all …]
|
D | moduleElementsInWrongContext2.errors.txt | 5 tests/cases/compiler/moduleElementsInWrongContext2.ts(13,5): error TS1231: An export assignment can… 6 …oduleElementsInWrongContext2.ts(17,5): error TS1233: An export declaration can only be used in a m… 7 …oduleElementsInWrongContext2.ts(18,5): error TS1233: An export declaration can only be used in a m… 8 …oduleElementsInWrongContext2.ts(19,5): error TS1233: An export declaration can only be used in a m… 9 tests/cases/compiler/moduleElementsInWrongContext2.ts(20,5): error TS1231: An export assignment can… 12 …oduleElementsInWrongContext2.ts(23,5): error TS1232: An import declaration can only be used in a n… 13 …oduleElementsInWrongContext2.ts(24,5): error TS1232: An import declaration can only be used in a n… 14 …oduleElementsInWrongContext2.ts(25,5): error TS1232: An import declaration can only be used in a n… 15 …oduleElementsInWrongContext2.ts(26,5): error TS1232: An import declaration can only be used in a n… 16 …oduleElementsInWrongContext2.ts(27,5): error TS1232: An import declaration can only be used in a n… [all …]
|
D | moduleElementsInWrongContext.errors.txt | 5 tests/cases/compiler/moduleElementsInWrongContext.ts(13,5): error TS1231: An export assignment can … 6 tests/cases/compiler/moduleElementsInWrongContext.ts(17,5): error TS1233: An export declaration can… 7 tests/cases/compiler/moduleElementsInWrongContext.ts(18,5): error TS1233: An export declaration can… 8 tests/cases/compiler/moduleElementsInWrongContext.ts(19,5): error TS1233: An export declaration can… 9 tests/cases/compiler/moduleElementsInWrongContext.ts(20,5): error TS1231: An export assignment can … 12 tests/cases/compiler/moduleElementsInWrongContext.ts(23,5): error TS1232: An import declaration can… 13 tests/cases/compiler/moduleElementsInWrongContext.ts(24,5): error TS1232: An import declaration can… 14 tests/cases/compiler/moduleElementsInWrongContext.ts(25,5): error TS1232: An import declaration can… 15 tests/cases/compiler/moduleElementsInWrongContext.ts(26,5): error TS1232: An import declaration can… 16 tests/cases/compiler/moduleElementsInWrongContext.ts(27,5): error TS1232: An import declaration can… [all …]
|
D | augmentedTypesEnum.errors.txt | 1 tests/cases/compiler/augmentedTypesEnum.ts(2,6): error TS2567: Enum declarations can only merge wit… 2 tests/cases/compiler/augmentedTypesEnum.ts(3,5): error TS2567: Enum declarations can only merge wit… 3 tests/cases/compiler/augmentedTypesEnum.ts(6,6): error TS2567: Enum declarations can only merge wit… 4 tests/cases/compiler/augmentedTypesEnum.ts(7,10): error TS2567: Enum declarations can only merge wi… 5 tests/cases/compiler/augmentedTypesEnum.ts(9,6): error TS2567: Enum declarations can only merge wit… 6 tests/cases/compiler/augmentedTypesEnum.ts(10,5): error TS2567: Enum declarations can only merge wi… 7 tests/cases/compiler/augmentedTypesEnum.ts(13,6): error TS2567: Enum declarations can only merge wi… 8 tests/cases/compiler/augmentedTypesEnum.ts(14,7): error TS2567: Enum declarations can only merge wi… 9 … error TS2432: In an enum with multiple declarations, only one declaration can omit an initializer… 12 … error TS2432: In an enum with multiple declarations, only one declaration can omit an initializer… [all …]
|
D | reExportGlobalDeclaration3.errors.txt | 1 tests/cases/compiler/file2.ts(1,9): error TS2661: Cannot export 'NS1'. Only local declarations can … 2 tests/cases/compiler/file2.ts(1,14): error TS2661: Cannot export 'NS1'. Only local declarations can… 3 tests/cases/compiler/file2.ts(2,9): error TS2661: Cannot export 'NS2'. Only local declarations can … 4 tests/cases/compiler/file2.ts(2,14): error TS2661: Cannot export 'NS2'. Only local declarations can… 5 tests/cases/compiler/file2.ts(3,9): error TS2661: Cannot export 'NS1'. Only local declarations can … 6 tests/cases/compiler/file2.ts(4,9): error TS2661: Cannot export 'NS2'. Only local declarations can … 21 !!! error TS2661: Cannot export 'NS1'. Only local declarations can be exported from a module. 23 !!! error TS2661: Cannot export 'NS1'. Only local declarations can be exported from a module. 26 !!! error TS2661: Cannot export 'NS2'. Only local declarations can be exported from a module. 28 !!! error TS2661: Cannot export 'NS2'. Only local declarations can be exported from a module. [all …]
|
D | reExportGlobalDeclaration4.errors.txt | 1 tests/cases/compiler/file2.ts(1,9): error TS2661: Cannot export 'Cls1'. Only local declarations can… 2 …ile2.ts(1,15): error TS2661: Cannot export 'Cls1'. Only local declarations can be exported from a … 3 tests/cases/compiler/file2.ts(2,9): error TS2661: Cannot export 'Cls2'. Only local declarations can… 4 …ile2.ts(2,15): error TS2661: Cannot export 'Cls2'. Only local declarations can be exported from a … 5 tests/cases/compiler/file2.ts(3,9): error TS2661: Cannot export 'Cls1'. Only local declarations can… 6 tests/cases/compiler/file2.ts(4,9): error TS2661: Cannot export 'Cls2'. Only local declarations can… 21 !!! error TS2661: Cannot export 'Cls1'. Only local declarations can be exported from a module. 23 !!! error TS2661: Cannot export 'Cls1'. Only local declarations can be exported from a module. 26 !!! error TS2661: Cannot export 'Cls2'. Only local declarations can be exported from a module. 28 !!! error TS2661: Cannot export 'Cls2'. Only local declarations can be exported from a module. [all …]
|
D | reExportGlobalDeclaration2.errors.txt | 1 tests/cases/compiler/file2.ts(1,9): error TS2661: Cannot export 'I1'. Only local declarations can b… 2 tests/cases/compiler/file2.ts(1,13): error TS2661: Cannot export 'I1'. Only local declarations can … 3 tests/cases/compiler/file2.ts(2,9): error TS2661: Cannot export 'I2'. Only local declarations can b… 4 tests/cases/compiler/file2.ts(2,13): error TS2661: Cannot export 'I2'. Only local declarations can … 5 tests/cases/compiler/file2.ts(3,9): error TS2661: Cannot export 'I1'. Only local declarations can b… 6 tests/cases/compiler/file2.ts(4,9): error TS2661: Cannot export 'I2'. Only local declarations can b… 21 !!! error TS2661: Cannot export 'I1'. Only local declarations can be exported from a module. 23 !!! error TS2661: Cannot export 'I1'. Only local declarations can be exported from a module. 26 !!! error TS2661: Cannot export 'I2'. Only local declarations can be exported from a module. 28 !!! error TS2661: Cannot export 'I2'. Only local declarations can be exported from a module. [all …]
|
D | constEnumErrors.errors.txt | 1 tests/cases/compiler/constEnumErrors.ts(1,12): error TS2567: Enum declarations can only merge with … 2 tests/cases/compiler/constEnumErrors.ts(5,8): error TS2567: Enum declarations can only merge with n… 4 tests/cases/compiler/constEnumErrors.ts(14,9): error TS2474: const enum member initializers can onl… 5 tests/cases/compiler/constEnumErrors.ts(15,10): error TS2474: const enum member initializers can on… 6 tests/cases/compiler/constEnumErrors.ts(22,13): error TS2476: A const enum member can only be acces… 7 tests/cases/compiler/constEnumErrors.ts(24,13): error TS2476: A const enum member can only be acces… 8 tests/cases/compiler/constEnumErrors.ts(25,13): error TS2476: A const enum member can only be acces… 9 tests/cases/compiler/constEnumErrors.ts(27,9): error TS2475: 'const' enums can only be used in prop… 10 tests/cases/compiler/constEnumErrors.ts(28,10): error TS2475: 'const' enums can only be used in pro… 11 tests/cases/compiler/constEnumErrors.ts(33,5): error TS2475: 'const' enums can only be used in prop… [all …]
|
D | es6ExportEqualsInterop.errors.txt | 4 tests/cases/compiler/main.ts(27,8): error TS1259: Module '"interface"' can only be default-imported… 5 tests/cases/compiler/main.ts(28,8): error TS1259: Module '"variable"' can only be default-imported … 6 tests/cases/compiler/main.ts(29,8): error TS1259: Module '"interface-variable"' can only be default… 7 tests/cases/compiler/main.ts(30,8): error TS1259: Module '"module"' can only be default-imported us… 8 tests/cases/compiler/main.ts(31,8): error TS1259: Module '"interface-module"' can only be default-i… 9 tests/cases/compiler/main.ts(32,8): error TS1259: Module '"variable-module"' can only be default-im… 10 tests/cases/compiler/main.ts(33,8): error TS1259: Module '"function"' can only be default-imported … 11 tests/cases/compiler/main.ts(34,8): error TS1259: Module '"function-module"' can only be default-im… 12 tests/cases/compiler/main.ts(35,8): error TS1259: Module '"class"' can only be default-imported usi… 13 tests/cases/compiler/main.ts(36,8): error TS1259: Module '"class-module"' can only be default-impor… [all …]
|
D | superInObjectLiterals_ES6.errors.txt | 1 tests/cases/compiler/superInObjectLiterals_ES6.ts(17,9): error TS2660: 'super' can only be referenc… 2 tests/cases/compiler/superInObjectLiterals_ES6.ts(20,9): error TS2660: 'super' can only be referenc… 3 tests/cases/compiler/superInObjectLiterals_ES6.ts(23,9): error TS2660: 'super' can only be referenc… 4 tests/cases/compiler/superInObjectLiterals_ES6.ts(49,17): error TS2660: 'super' can only be referen… 5 tests/cases/compiler/superInObjectLiterals_ES6.ts(52,17): error TS2660: 'super' can only be referen… 27 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 32 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 37 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 65 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex… 70 !!! error TS2660: 'super' can only be referenced in members of derived classes or object literal ex…
|
D | augmentedTypesEnum2.errors.txt | 1 tests/cases/compiler/augmentedTypesEnum2.ts(2,6): error TS2567: Enum declarations can only merge wi… 2 tests/cases/compiler/augmentedTypesEnum2.ts(4,11): error TS2567: Enum declarations can only merge w… 3 tests/cases/compiler/augmentedTypesEnum2.ts(11,6): error TS2567: Enum declarations can only merge w… 4 tests/cases/compiler/augmentedTypesEnum2.ts(12,7): error TS2567: Enum declarations can only merge w… 11 !!! error TS2567: Enum declarations can only merge with namespace or other enum declarations. 15 !!! error TS2567: Enum declarations can only merge with namespace or other enum declarations. 24 !!! error TS2567: Enum declarations can only merge with namespace or other enum declarations. 27 !!! error TS2567: Enum declarations can only merge with namespace or other enum declarations.
|
/third_party/skia/tests/sksl/runtime_errors/ |
D | IllegalArrayOps.skvm | 3 error: 16: operator '=' can not operate on arrays (or structs containing arrays) 4 error: 17: operator '=' can not operate on arrays (or structs containing arrays) 5 error: 18: operator '=' can not operate on arrays (or structs containing arrays) 8 error: 24: operator '==' can not operate on arrays (or structs containing arrays) 9 error: 25: operator '==' can not operate on arrays (or structs containing arrays) 10 error: 26: operator '==' can not operate on arrays (or structs containing arrays) 11 error: 28: operator '!=' can not operate on arrays (or structs containing arrays) 12 error: 29: operator '!=' can not operate on arrays (or structs containing arrays) 13 error: 30: operator '!=' can not operate on arrays (or structs containing arrays) 14 error: 32: operator ',' can not operate on arrays (or structs containing arrays) [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.bufferhandle_Error.frag.out | 2 ERROR: 0:7: 'buffer_reference' : can only be used with buffer 3 ERROR: 0:9: 'buffer_reference' : cannot declare a default, can only be used on a block 4 ERROR: 0:10: 'buffer_reference' : can only be used with buffer 5 ERROR: 0:10: 'buffer_reference' : cannot declare a default, can only be used on a block 6 ERROR: 0:11: 'buffer_reference' : can only be used with buffer 7 ERROR: 0:11: 'buffer_reference' : cannot declare a default, can only be used on a block 8 ERROR: 0:12: 'buffer_reference' : can only be used with buffer 9 ERROR: 0:12: 'buffer_reference' : cannot declare a default, can only be used on a block 10 ERROR: 0:13: 'buffer_reference' : can only be used with buffer 11 ERROR: 0:13: 'buffer_reference' : can only be used with buffer [all …]
|
D | spv.8bitstorage_Error-uint.frag.out | 2 ERROR: 0:54: 'structure: (u)int8 types can only be in uniform block or buffer storage' : required e… 5 ERROR: 0:58: 'return: can't use with structs containing uint8' : required extension not requested: … 8 ERROR: 0:61: 'uint8_t: (u)int8 types can only be in uniform block or buffer storage' : required ext… 14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib… 17 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 20 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 23 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 26 ERROR: 0:77: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 29 ERROR: 0:77: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 35 ERROR: 0:81: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib… [all …]
|
D | spv.8bitstorage_Error-int.frag.out | 2 ERROR: 0:54: 'structure: (u)int8 types can only be in uniform block or buffer storage' : required e… 5 ERROR: 0:58: 'return: can't use with structs containing int8' : required extension not requested: P… 8 ERROR: 0:61: 'int8_t: (u)int8 types can only be in uniform block or buffer storage' : required exte… 14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib… 17 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 20 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 23 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 26 ERROR: 0:77: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 29 ERROR: 0:77: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re… 35 ERROR: 0:81: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib… [all …]
|
D | vulkan.vert.out | 15 ERROR: 0:12: 'constant_id' : can only be applied to a scalar 18 ERROR: 0:13: 'constant_id' : can only be applied to 'const'-qualified scalar 21 ERROR: 0:15: 'constant_id' : can only be applied to a scalar 23 ERROR: 0:16: 'constant_id' : cannot declare a default, can only be used on a scalar 29 ERROR: 0:32: 'initializer' : can't use with types containing arrays sized with a specialization con… 30 ERROR: 0:34: '=' : can't use with types containing arrays sized with a specialization constant 31 ERROR: 0:35: '==' : can't use with types containing arrays sized with a specialization constant 33 ERROR: 0:54: '[]' : only outermost dimension of an array of arrays can be a specialization constant 48 ERROR: 0:72: 'xfb layout qualifier' : can only be used on an output 49 ERROR: 0:73: 'xfb layout qualifier' : can only be used on an output [all …]
|