Home
last modified time | relevance | path

Searched refs:operand2 (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.h417 IdRef *operand2);
422 IdRef *operand2);
427 IdRef *operand2);
432 IdRef *operand2);
437 IdRef *operand2);
442 IdRef *operand2);
447 IdRef *operand2);
452 IdRef *operand2);
457 IdRef *operand2);
462 IdRef *operand2);
[all …]
Dspirv_instruction_builder_autogen.h337 IdRef operand2);
342 IdRef operand2);
347 IdRef operand2);
352 IdRef operand2);
357 IdRef operand2);
362 IdRef operand2);
367 IdRef operand2);
372 IdRef operand2);
377 IdRef operand2);
382 IdRef operand2);
[all …]
Dspirv_instruction_builder_autogen.cpp1351 IdRef operand2) in WriteIAdd() argument
1358 blob->push_back(operand2); in WriteIAdd()
1365 IdRef operand2) in WriteFAdd() argument
1372 blob->push_back(operand2); in WriteFAdd()
1379 IdRef operand2) in WriteISub() argument
1386 blob->push_back(operand2); in WriteISub()
1393 IdRef operand2) in WriteFSub() argument
1400 blob->push_back(operand2); in WriteFSub()
1407 IdRef operand2) in WriteIMul() argument
1414 blob->push_back(operand2); in WriteIMul()
[all …]
Dspirv_instruction_parser_autogen.cpp1644 IdRef *operand2) in ParseIAdd() argument
1654 *operand2 = IdRef(_instruction[_o++]); in ParseIAdd()
1660 IdRef *operand2) in ParseFAdd() argument
1670 *operand2 = IdRef(_instruction[_o++]); in ParseFAdd()
1676 IdRef *operand2) in ParseISub() argument
1686 *operand2 = IdRef(_instruction[_o++]); in ParseISub()
1692 IdRef *operand2) in ParseFSub() argument
1702 *operand2 = IdRef(_instruction[_o++]); in ParseFSub()
1708 IdRef *operand2) in ParseIMul() argument
1718 *operand2 = IdRef(_instruction[_o++]); in ParseIMul()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_wrap_vector_synonym.cpp62 opt::Instruction* operand2 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
78 GetIRContext(), *GetTransformationContext(), *operand2)) { in Apply()
99 vec2_components.emplace_back(operand2->result_id()); in Apply()
104 FindOrCreateZeroConstant(operand2->type_id(), true)); in Apply()
123 FindOrCreateVectorType(operand2->type_id(), vector_size), in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_wrap_vector_synonym.cpp62 opt::Instruction* operand2 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
78 GetIRContext(), *GetTransformationContext(), *operand2)) { in Apply()
99 vec2_components.emplace_back(operand2->result_id()); in Apply()
104 FindOrCreateZeroConstant(operand2->type_id(), true)); in Apply()
123 FindOrCreateVectorType(operand2->type_id(), vector_size), in Apply()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp166 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
167 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
192 Operand& operand2 = *(inst.begin() + 2); in TEST() local
193 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
196 operand2.type = SPV_OPERAND_TYPE_TYPE_ID; in TEST()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource12.ts254 if (preAst.operand2) {
255 preAst.operand2 = walker.walk(preAst.operand2, preAst);
264 if ((preAst.operand2) && (walker.options.goNextSibling)) {
265 preAst.operand2 = walker.walk(preAst.operand2, preAst);
292 if (preAst.operand2 && (walker.options.goNextSibling)) {
293 preAst.operand2 = walker.walk(preAst.operand2, preAst);
DparserRealSource11.ts553 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) { property in BinaryExpression
582 if ((this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null)) {
654 emitter.emitJavascript(this.operand2, binTokenId, false);
662 emitter.emitJavascriptName(<Identifier>this.operand2, false);
666 emitter.emitIndex(this.operand1, this.operand2);
670 … if (this.operand2.nodeType == NodeType.FuncDecl && (<FuncDecl>this.operand2).isAccessor()) {
671 var funcDecl = <FuncDecl>this.operand2;
684 emitter.emitJavascript(this.operand2, TokenID.Comma, false);
694 emitter.emitJavascript(this.operand2, TokenID.Comma, false);
709 public operand2: AST, property in ConditionalExpression
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h89 uint32_t operand2) { in AddBinaryOp() argument
100 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}})); in AddBinaryOp()
105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
116 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
134 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddQuadOp()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_builder.h89 uint32_t operand2) { in AddBinaryOp() argument
100 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}})); in AddBinaryOp()
105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
116 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
134 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddQuadOp()
/third_party/spirv-tools/source/opt/
Dir_builder.h89 uint32_t operand2) { in AddBinaryOp() argument
100 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}})); in AddBinaryOp()
105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
116 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
134 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddQuadOp()
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js554 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) {
583 if ((this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null)) {
655 emitter.emitJavascript(this.operand2, binTokenId, false);
663 emitter.emitJavascriptName(<Identifier>this.operand2, false);
667 emitter.emitIndex(this.operand1, this.operand2);
671 … if (this.operand2.nodeType == NodeType.FuncDecl && (<FuncDecl>this.operand2).isAccessor()) {
672 var funcDecl = <FuncDecl>this.operand2;
685 emitter.emitJavascript(this.operand2, TokenID.Comma, false);
695 emitter.emitJavascript(this.operand2, TokenID.Comma, false);
710 public operand2: AST,
[all …]
DparserRealSource12.types1912 if (preAst.operand2) {
1913 >preAst.operand2 : any
1915 >operand2 : any
1917 preAst.operand2 = walker.walk(preAst.operand2, preAst);
1918 >preAst.operand2 = walker.walk(preAst.operand2, preAst) : any
1919 >preAst.operand2 : any
1921 >operand2 : any
1922 >walker.walk(preAst.operand2, preAst) : any
1926 >preAst.operand2 : any
1928 >operand2 : any
[all …]
DparserRealSource11.types2416 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) {
2419 >operand2 : AST
2579 if ((this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null)) {
2580 >(this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null) : boolean
2581 >(this.operand2 !== null) : boolean
2582 >this.operand2 !== null : boolean
2583 >this.operand2 : AST
2585 >operand2 : AST
2587 >(this.operand2.nodeType == NodeType.Null) : boolean
2588 >this.operand2.nodeType == NodeType.Null : boolean
[all …]
DparserRealSource11.symbols1519 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) {
1523 >operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1594 if ((this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null)) {
1595 >this.operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1597 >operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1598 >this.operand2.nodeType : Symbol(AST.nodeType, Decl(parserRealSource11.ts, 23, 21))
1599 >this.operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1601 >operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1753 emitter.emitJavascript(this.operand2, binTokenId, false);
1755 >this.operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
[all …]
DparserRealSource12.errors.txt726 if (preAst.operand2) {
727 preAst.operand2 = walker.walk(preAst.operand2, preAst);
736 if ((preAst.operand2) && (walker.options.goNextSibling)) {
737 preAst.operand2 = walker.walk(preAst.operand2, preAst);
778 if (preAst.operand2 && (walker.options.goNextSibling)) {
779 preAst.operand2 = walker.walk(preAst.operand2, preAst);
/third_party/libunwind/src/dwarf/
DGexpr.c243 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2 = 0, tmp3, end_addr; in dwarf_eval_expr() local
324 &operand2, arg)) < 0) in dwarf_eval_expr()
367 (int) operand1, (unsigned long) operand2); in dwarf_eval_expr()
371 push (tmp1 + operand2); in dwarf_eval_expr()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h209 SpvId operand0, SpvId operand1, SpvId operand2);
213 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3);
217 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3,
Dspirv_builder.c520 SpvId operand0, SpvId operand1, SpvId operand2) in spirv_builder_emit_triop() argument
529 spirv_buffer_emit_word(&b->instructions, operand2); in spirv_builder_emit_triop()
535 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3) in spirv_builder_emit_quadop() argument
544 spirv_buffer_emit_word(&b->instructions, operand2); in spirv_builder_emit_quadop()
551 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3, in spirv_builder_emit_hexop() argument
561 spirv_buffer_emit_word(&b->instructions, operand2); in spirv_builder_emit_hexop()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp206 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
207 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
233 Operand& operand2 = *(inst.begin() + 2); in TEST() local
234 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
237 operand2.type = SPV_OPERAND_TYPE_TYPE_ID; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp206 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
207 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
233 Operand& operand2 = *(inst.begin() + 2); in TEST() local
234 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
237 operand2.type = SPV_OPERAND_TYPE_TYPE_ID; in TEST()
/third_party/spirv-tools/test/opt/
Dinstruction_test.cpp206 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
207 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
233 Operand& operand2 = *(inst.begin() + 2); in TEST() local
234 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
237 operand2.type = SPV_OPERAND_TYPE_TYPE_ID; in TEST()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_defines.h1463 #define MI_MATH_ALU2(opcode, operand1, operand2) \ argument
1465 ((MI_MATH_OPERAND_##operand2) << 0) )
/third_party/glslang/SPIRV/
DSpvBuilder.h404 Id createBinOp(Op, Id typeId, Id operand1, Id operand2);
405 Id createTriOp(Op, Id typeId, Id operand1, Id operand2, Id operand3);

12