/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | value_table_test.cpp | 81 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 …]
|
D | decoration_manager_test.cpp | 128 Instruction inst2( in TEST_F() local 133 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 147 Instruction inst2( in TEST_F() local 152 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 162 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() local 167 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 177 Instruction inst2( in TEST_F() local 182 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 192 Instruction inst2(&ir_context, SpvOpDecorateStringGOOGLE, 0u, 0u, in TEST_F() local 197 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | value_table_test.cpp | 81 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 …]
|
D | decoration_manager_test.cpp | 128 Instruction inst2( in TEST_F() local 133 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 147 Instruction inst2( in TEST_F() local 152 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 162 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() local 167 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 177 Instruction inst2( in TEST_F() local 182 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 192 Instruction inst2(&ir_context, SpvOpDecorateStringGOOGLE, 0u, 0u, in TEST_F() local 197 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() [all …]
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_install_data.py | 24 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)))
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_install_data.py | 26 inst2 = os.path.join(pkg_dir, 'inst2') 30 cmd.data_files = [one, (inst2, [two])] 31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])]) 40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 62 cmd.data_files = [one, (inst2, [two]), 70 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r500_fragprog_emit.c | 309 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_1_MINUS_2A0; in emit_paired() 312 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_A1_MINUS_A0; in emit_paired() 315 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_A1_PLUS_A0; in emit_paired() 318 code->inst[ip].inst2 |= R500_ALPHA_SRCP_OP_1_MINUS_A0; in emit_paired() 332 code->inst[ip].inst2 |= R500_ALPHA_ADDR0(use_source(code, inst->Alpha.Src[0])); in emit_paired() 333 code->inst[ip].inst2 |= R500_ALPHA_ADDR1(use_source(code, inst->Alpha.Src[1])); in emit_paired() 334 code->inst[ip].inst2 |= R500_ALPHA_ADDR2(use_source(code, inst->Alpha.Src[2])); in emit_paired() 419 code->inst[ip].inst2 = R500_TEX_SRC_ADDR(inst->SrcReg[0].Index) in emit_tex() 474 s->Code->inst[newip].inst2 = R500_FC_OP_LOOP in emit_flowcontrol() 485 s->Code->inst[newip].inst2 = R500_FC_OP_BREAKLOOP in emit_flowcontrol() [all …]
|
D | r500_fragprog.c | 408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2); in r500FragmentProgramDump() 409 inst = code->inst[n].inst2; in r500FragmentProgramDump() 442 fprintf(stderr, "\t2:FC_INST 0x%08x:", code->inst[n].inst2); in r500FragmentProgramDump() 443 inst = code->inst[n].inst2; in r500FragmentProgramDump() 513 if(code->inst[n].inst2 & R500_FC_IGNORE_UNCOVERED){ in r500FragmentProgramDump() 526 inst = code->inst[n].inst2; in r500FragmentProgramDump()
|
D | radeon_code.h | 228 uint32_t inst2; member
|
/external/mesa3d/src/mesa/program/ |
D | prog_optimize.c | 502 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 …]
|
/external/e2fsprogs/misc/ |
D | fsck.c | 563 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 …]
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_i386_DynNoPIC_relocations.s | 21 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2) 22 inst2: label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_i386_DynNoPIC_relocations.s | 22 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2) 23 inst2: label
|
D | COFF_x86_64_IMGREL.s | 24 # rtdyld-check: decode_operand(inst2, 3) = section_addr(COFF_x86_64_IMGREL.o, .rdata)+5 25 inst2: label
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | remove_duplicates_pass.cpp | 181 const Instruction& inst2, in AreTypesEqual() argument 183 if (inst1.opcode() != inst2.opcode()) return false; in AreTypesEqual() 189 context->get_type_mgr()->GetType(inst2.result_id()); in AreTypesEqual()
|
D | decoration_manager.cpp | 234 const Instruction* inst2, in AreDecorationsTheSame() argument 246 if (inst1->opcode() != inst2->opcode() || in AreDecorationsTheSame() 247 inst1->NumInOperands() != inst2->NumInOperands()) in AreDecorationsTheSame() 251 if (inst1->GetInOperand(i) != inst2->GetInOperand(i)) return false; in AreDecorationsTheSame()
|
D | remove_duplicates_pass.h | 42 static bool AreTypesEqual(const Instruction& inst1, const Instruction& inst2,
|
D | decoration_manager.h | 83 bool AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2,
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | remove_duplicates_pass.cpp | 181 const Instruction& inst2, in AreTypesEqual() argument 183 if (inst1.opcode() != inst2.opcode()) return false; in AreTypesEqual() 189 context->get_type_mgr()->GetType(inst2.result_id()); in AreTypesEqual()
|
D | decoration_manager.cpp | 234 const Instruction* inst2, in AreDecorationsTheSame() argument 246 if (inst1->opcode() != inst2->opcode() || in AreDecorationsTheSame() 247 inst1->NumInOperands() != inst2->NumInOperands()) in AreDecorationsTheSame() 251 if (inst1->GetInOperand(i) != inst2->GetInOperand(i)) return false; in AreDecorationsTheSame()
|
D | remove_duplicates_pass.h | 42 static bool AreTypesEqual(const Instruction& inst1, const Instruction& inst2,
|
D | decoration_manager.h | 83 bool AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | scoped_allocator_mgr_test.cc | 166 ScopedAllocatorInstance* inst2 = sac->GetInstance(scope_id_ + 3); in TEST_F() local 167 char* ptr2 = static_cast<char*>(inst2->AllocateRaw(0, 512 * sizeof(float))); in TEST_F() 177 inst2->DeallocateRaw(ptr2); in TEST_F()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 456 struct i915_full_instruction inst2; in emit_simple_arith_swap2() local 461 inst2 = *inst; in emit_simple_arith_swap2() 462 inst2.Src[0] = inst->Src[1]; in emit_simple_arith_swap2() 463 inst2.Src[1] = inst->Src[0]; in emit_simple_arith_swap2() 465 emit_simple_arith(p, &inst2, opcode, numArgs, fs); in emit_simple_arith_swap2()
|
/external/deqp-deps/glslang/Test/ |
D | 440.frag | 38 layout(offset=12) in inbl2 { int a; } inst2; // ERROR
|