Home
last modified time | relevance | path

Searched refs:inst2 (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dvalue_table_test.cpp81 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() local
82 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
111 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() local
112 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
139 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() local
140 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
169 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() local
170 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
223 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); in TEST_F() local
224 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
[all …]
Ddecoration_manager_test.cpp129 Instruction inst2( in TEST_F() local
134 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
148 Instruction inst2( in TEST_F() local
153 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
163 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() local
168 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
178 Instruction inst2( in TEST_F() local
183 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
193 Instruction inst2(&ir_context, SpvOpDecorateStringGOOGLE, 0u, 0u, in TEST_F() local
198 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
[all …]
Dir_context_test.cpp1064 auto* inst2 = ctx->get_def_use_mgr()->GetDef(28); in TEST_F() local
1067 EXPECT_EQ(inst2->GetDebugScope().GetLexicalScope(), 16); in TEST_F()
1068 EXPECT_EQ(inst2->GetDebugInlinedAt(), 25); in TEST_F()
1075 EXPECT_EQ(inst2->GetDebugScope().GetLexicalScope(), 14); in TEST_F()
1076 EXPECT_EQ(inst2->GetDebugInlinedAt(), 26); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dvalue_table_test.cpp81 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() local
82 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
111 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() local
112 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
139 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() local
140 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
169 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() local
170 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
223 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); in TEST_F() local
224 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
[all …]
Ddecoration_manager_test.cpp129 Instruction inst2( in TEST_F() local
134 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
148 Instruction inst2( in TEST_F() local
153 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
163 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() local
168 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
178 Instruction inst2( in TEST_F() local
183 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
193 Instruction inst2(&ir_context, SpvOpDecorateStringGOOGLE, 0u, 0u, in TEST_F() local
198 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
[all …]
Dir_context_test.cpp1064 auto* inst2 = ctx->get_def_use_mgr()->GetDef(28); in TEST_F() local
1067 EXPECT_EQ(inst2->GetDebugScope().GetLexicalScope(), 16); in TEST_F()
1068 EXPECT_EQ(inst2->GetDebugInlinedAt(), 25); in TEST_F()
1075 EXPECT_EQ(inst2->GetDebugScope().GetLexicalScope(), 14); in TEST_F()
1076 EXPECT_EQ(inst2->GetDebugInlinedAt(), 26); in TEST_F()
Dinstruction_test.cpp270 Instruction inst2(&context); in TEST() local
271 EXPECT_NE(inst1.unique_id(), inst2.unique_id()); in TEST()
/third_party/spirv-tools/test/opt/
Dvalue_table_test.cpp81 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() local
82 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
111 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() local
112 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
139 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() local
140 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
169 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() local
170 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
223 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); in TEST_F() local
224 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F()
[all …]
Ddecoration_manager_test.cpp129 Instruction inst2( in TEST_F() local
134 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
148 Instruction inst2( in TEST_F() local
153 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
163 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() local
168 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
178 Instruction inst2( in TEST_F() local
183 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
193 Instruction inst2(&ir_context, SpvOpDecorateStringGOOGLE, 0u, 0u, in TEST_F() local
198 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F()
[all …]
Dir_context_test.cpp1064 auto* inst2 = ctx->get_def_use_mgr()->GetDef(28); in TEST_F() local
1067 EXPECT_EQ(inst2->GetDebugScope().GetLexicalScope(), 16); in TEST_F()
1068 EXPECT_EQ(inst2->GetDebugInlinedAt(), 25); in TEST_F()
1075 EXPECT_EQ(inst2->GetDebugScope().GetLexicalScope(), 14); in TEST_F()
1076 EXPECT_EQ(inst2->GetDebugInlinedAt(), 26); in TEST_F()
/third_party/python/Lib/distutils/tests/
Dtest_install_data.py24 inst2 = os.path.join(pkg_dir, 'inst2')
28 cmd.data_files = [one, (inst2, [two])]
29 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
38 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
50 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
60 cmd.data_files = [one, (inst2, [two]),
68 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c311 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_1_MINUS_2A0; in emit_paired()
314 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_A1_MINUS_A0; in emit_paired()
317 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_A1_PLUS_A0; in emit_paired()
320 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_1_MINUS_A0; in emit_paired()
334 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired()
335 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired()
336 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired()
421 code->inst[ip].inst2 = R500_TEX_SRC_ADDR(inst->SrcReg[0].Index) in emit_tex()
476 s->Code->inst[newip].inst2 = R500_FC_OP_LOOP in emit_flowcontrol()
487 s->Code->inst[newip].inst2 = R500_FC_OP_BREAKLOOP in emit_flowcontrol()
[all …]
Dr500_fragprog.c407 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2); in r500FragmentProgramDump()
408 inst = code->inst[n].inst2; in r500FragmentProgramDump()
441 fprintf(stderr, "\t2:FC_INST 0x%08x:", code->inst[n].inst2); in r500FragmentProgramDump()
442 inst = code->inst[n].inst2; in r500FragmentProgramDump()
512 if(code->inst[n].inst2 & R500_FC_IGNORE_UNCOVERED){ in r500FragmentProgramDump()
525 inst = code->inst[n].inst2; in r500FragmentProgramDump()
Dradeon_code.h228 uint32_t inst2; member
/third_party/mesa3d/src/mesa/program/
Dprog_optimize.c502 struct prog_instruction *inst2 = prog->arb.Instructions + j; in _mesa_remove_extra_move_use() local
505 if (_mesa_is_flow_control_opcode(inst2->Opcode)) in _mesa_remove_extra_move_use()
509 for (arg = 0; arg < _mesa_num_inst_src_regs(inst2->Opcode); arg++) { in _mesa_remove_extra_move_use()
512 if (inst2->SrcReg[arg].File != mov->DstReg.File || in _mesa_remove_extra_move_use()
513 inst2->SrcReg[arg].Index != mov->DstReg.Index || in _mesa_remove_extra_move_use()
514 inst2->SrcReg[arg].RelAddr) in _mesa_remove_extra_move_use()
516 read_mask = get_src_arg_mask(inst2, arg, NO_MASK); in _mesa_remove_extra_move_use()
521 if (is_swizzle_regular(inst2->SrcReg[arg].Swizzle) && in _mesa_remove_extra_move_use()
525 GET_SWZ(inst2->SrcReg[arg].Swizzle, comp); in _mesa_remove_extra_move_use()
527 inst2->SrcReg[arg].Swizzle &= ~(7 << (3 * comp)); in _mesa_remove_extra_move_use()
[all …]
/third_party/e2fsprogs/misc/
Dfsck.c563 struct fsck_instance *inst, *inst2, *prev; in wait_one() local
637 for (inst2 = instance_list; inst2; inst2 = inst2->next) { in wait_one()
638 if (inst2->flags & FLAG_DONE) in wait_one()
640 if (strcmp(inst2->type, "ext2") && in wait_one()
641 strcmp(inst2->type, "ext3") && in wait_one()
642 strcmp(inst2->type, "ext4") && in wait_one()
643 strcmp(inst2->type, "ext4dev")) in wait_one()
650 if (inst2->start_time < time(0)+2) { in wait_one()
653 kill(inst2->pid, SIGUSR1); in wait_one()
657 kill(inst2->pid, SIGUSR1); in wait_one()
[all …]
/third_party/spirv-tools/source/opt/
Ddecoration_manager.cpp328 const Instruction* inst2, in AreDecorationsTheSame() argument
340 if (inst1->opcode() != inst2->opcode() || in AreDecorationsTheSame()
341 inst1->NumInOperands() != inst2->NumInOperands()) in AreDecorationsTheSame()
345 if (inst1->GetInOperand(i) != inst2->GetInOperand(i)) return false; in AreDecorationsTheSame()
Ddecoration_manager.h90 bool AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp328 const Instruction* inst2, in AreDecorationsTheSame() argument
340 if (inst1->opcode() != inst2->opcode() || in AreDecorationsTheSame()
341 inst1->NumInOperands() != inst2->NumInOperands()) in AreDecorationsTheSame()
345 if (inst1->GetInOperand(i) != inst2->GetInOperand(i)) return false; in AreDecorationsTheSame()
Ddecoration_manager.h90 bool AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2,
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddecoration_manager.cpp328 const Instruction* inst2, in AreDecorationsTheSame() argument
340 if (inst1->opcode() != inst2->opcode() || in AreDecorationsTheSame()
341 inst1->NumInOperands() != inst2->NumInOperands()) in AreDecorationsTheSame()
345 if (inst1->GetInOperand(i) != inst2->GetInOperand(i)) return false; in AreDecorationsTheSame()
Ddecoration_manager.h90 bool AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c399 struct i915_full_instruction inst2; in emit_simple_arith_swap2() local
404 inst2 = *inst; in emit_simple_arith_swap2()
405 inst2.Src[0] = inst->Src[1]; in emit_simple_arith_swap2()
406 inst2.Src[1] = inst->Src[0]; in emit_simple_arith_swap2()
408 emit_simple_arith(p, &inst2, opcode, numArgs, fs); in emit_simple_arith_swap2()
/third_party/glslang/Test/
D440.frag38 layout(offset=12) in inbl2 { int a; } inst2; // ERROR
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5616 glsl_to_tgsi_instruction *inst2; in merge_two_dsts() local
5634 inst2 = (glsl_to_tgsi_instruction *) inst->next; in merge_two_dsts()
5635 while (!inst2->is_tail_sentinel()) { in merge_two_dsts()
5636 if (inst->op == inst2->op && in merge_two_dsts()
5637 inst2->dst[defined].file == PROGRAM_UNDEFINED && in merge_two_dsts()
5638 inst->src[0].file == inst2->src[0].file && in merge_two_dsts()
5639 inst->src[0].index == inst2->src[0].index && in merge_two_dsts()
5640 inst->src[0].type == inst2->src[0].type && in merge_two_dsts()
5641 inst->src[0].swizzle == inst2->src[0].swizzle) in merge_two_dsts()
5643 inst2 = (glsl_to_tgsi_instruction *) inst2->next; in merge_two_dsts()
[all …]

12