/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A 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() 250 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 277 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 304 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 331 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 396 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); TEST_F() local 427 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); TEST_F() local 454 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 482 Instruction* inst2 = context->get_def_use_mgr()->GetDef(3); TEST_F() local 520 Instruction* inst2 = context->get_def_use_mgr()->GetDef(15); TEST_F() local 559 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 600 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 645 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 758 Instruction* inst2 = context->get_def_use_mgr()->GetDef(13); TEST_F() local 791 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 826 Instruction* inst2 = context->get_def_use_mgr()->GetDef(18); TEST_F() local [all...] |
H A D | decoration_manager_test.cpp | 129 Instruction inst2( in TEST_F() 134 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 148 Instruction inst2( in TEST_F() 153 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 163 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 168 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 178 Instruction inst2( in TEST_F() 183 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 193 Instruction inst2(&ir_context, SpvOpDecorateStringGOOGLE, 0u, 0u, in TEST_F() 198 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, tru in TEST_F() [all...] |
H A D | ir_context_test.cpp | 1064 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()
|
H A D | instruction_test.cpp | 270 Instruction inst2(&context); in TEST() 271 EXPECT_NE(inst1.unique_id(), inst2.unique_id()); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A 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() 250 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 277 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 304 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 331 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 396 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); TEST_F() local 427 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); TEST_F() local 454 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 482 Instruction* inst2 = context->get_def_use_mgr()->GetDef(3); TEST_F() local 520 Instruction* inst2 = context->get_def_use_mgr()->GetDef(15); TEST_F() local 559 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 600 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 645 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 758 Instruction* inst2 = context->get_def_use_mgr()->GetDef(13); TEST_F() local 791 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 826 Instruction* inst2 = context->get_def_use_mgr()->GetDef(18); TEST_F() local [all...] |
H A D | decoration_manager_test.cpp | 129 Instruction inst2( in TEST_F() 134 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 148 Instruction inst2( in TEST_F() 153 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 163 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 168 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 178 Instruction inst2( in TEST_F() 183 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 193 Instruction inst2(&ir_context, SpvOpDecorateStringGOOGLE, 0u, 0u, in TEST_F() 198 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, tru in TEST_F() [all...] |
H A D | ir_context_test.cpp | 1064 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()
|
H A D | instruction_test.cpp | 270 Instruction inst2(&context); in TEST() 271 EXPECT_NE(inst1.unique_id(), inst2.unique_id()); in TEST()
|
/third_party/spirv-tools/test/opt/ |
H A D | value_table_test.cpp | 80 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() local 81 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 110 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() local 111 EXPECT_EQ(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 138 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() local 139 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 168 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() local 169 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 222 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); in TEST_F() local 223 EXPECT_NE(vtable.GetValueNumber(inst1), vtable.GetValueNumber(inst2)); in TEST_F() 249 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 276 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 303 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 330 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 395 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); TEST_F() local 426 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); TEST_F() local 453 Instruction* inst2 = context->get_def_use_mgr()->GetDef(10); TEST_F() local 481 Instruction* inst2 = context->get_def_use_mgr()->GetDef(3); TEST_F() local 519 Instruction* inst2 = context->get_def_use_mgr()->GetDef(15); TEST_F() local 558 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 599 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 644 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 757 Instruction* inst2 = context->get_def_use_mgr()->GetDef(13); TEST_F() local 790 Instruction* inst2 = context->get_def_use_mgr()->GetDef(16); TEST_F() local 825 Instruction* inst2 = context->get_def_use_mgr()->GetDef(18); TEST_F() local [all...] |
H A D | decoration_manager_test.cpp | 129 Instruction inst2( in TEST_F() 134 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 149 Instruction inst2( in TEST_F() 154 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 165 Instruction inst2( in TEST_F() 171 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 181 Instruction inst2( in TEST_F() 186 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, true)); in TEST_F() 196 Instruction inst2(&ir_context, spv::Op::OpDecorateStringGOOGLE, 0u, 0u, in TEST_F() 201 EXPECT_FALSE(decoManager->AreDecorationsTheSame(&inst1, &inst2, tru in TEST_F() [all...] |
H A D | ir_context_test.cpp | 1078 auto* inst2 = ctx->get_def_use_mgr()->GetDef(28); in TEST_F() local 1081 EXPECT_EQ(inst2->GetDebugScope().GetLexicalScope(), 16); in TEST_F() 1082 EXPECT_EQ(inst2->GetDebugInlinedAt(), 25); in TEST_F() 1089 EXPECT_EQ(inst2->GetDebugScope().GetLexicalScope(), 14); in TEST_F() 1090 EXPECT_EQ(inst2->GetDebugInlinedAt(), 26); in TEST_F()
|
/third_party/python/Lib/distutils/tests/ |
H A 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)))
|
/third_party/vulkan-loader/tests/ |
H A D | loader_envvar_tests.cpp | 116 InstWrapper inst2{env.vulkan_functions}; in TEST() 117 FillDebugUtilsCreateDetails(inst2.create_info, env.debug_log); in TEST() 118 inst2.CheckCreate(); in TEST() 121 ASSERT_EQ(inst2->vkEnumeratePhysicalDevices(inst2.inst, &phys_dev_count, phys_devs_array.data()), VK_SUCCESS); in TEST() 162 InstWrapper inst2{env.vulkan_functions}; in TEST() 163 FillDebugUtilsCreateDetails(inst2.create_info, env.debug_log); in TEST() 164 inst2.CheckCreate(); in TEST() 167 ASSERT_EQ(inst2->vkEnumeratePhysicalDevices(inst2 in TEST() [all...] |
H A D | loader_wsi_tests.cpp | 45 InstWrapper inst2{env.vulkan_functions}; in TEST() 46 inst2.CheckCreate(); in TEST() 48 ASSERT_EQ(nullptr, env.vulkan_functions.vkGetInstanceProcAddr(inst2.inst, "vkCreateWin32SurfaceKHR")); in TEST() 225 InstWrapper inst2{env.vulkan_functions}; in TEST() 226 inst2.CheckCreate(); in TEST() 228 ASSERT_EQ(nullptr, env.vulkan_functions.vkGetInstanceProcAddr(inst2.inst, "vkCreateXcbSurfaceKHR")); in TEST() 408 InstWrapper inst2{env.vulkan_functions}; in TEST() 409 inst2.CheckCreate(); in TEST() 411 ASSERT_EQ(nullptr, env.vulkan_functions.vkGetInstanceProcAddr(inst2.inst, "vkCreateXlibSurfaceKHR")); in TEST() 591 InstWrapper inst2{en in TEST() [all...] |
H A D | loader_layer_tests.cpp | 261 InstWrapper inst2{env.vulkan_functions}; in TEST() 262 inst2.CheckCreate(); in TEST() 336 InstWrapper inst2{env.vulkan_functions}; in TEST() 337 FillDebugUtilsCreateDetails(inst2.create_info, env.debug_log); in TEST() 338 inst2.CheckCreate(); in TEST() 548 InstWrapper inst2{env.vulkan_functions}; in TEST() 549 FillDebugUtilsCreateDetails(inst2.create_info, env.debug_log); in TEST() 550 inst2.CheckCreate(); in TEST() 730 InstWrapper inst2{env.vulkan_functions}; in TEST() 731 FillDebugUtilsCreateDetails(inst2 in TEST() [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog_emit.c | 311 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 in emit_flowcontrol() [all...] |
H A D | r500_fragprog.c | 407 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()
|
H A D | radeon_code.h | 221 uint32_t inst2; member
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | decoration_manager.cpp | 328 const Instruction* inst2, in AreDecorationsTheSame() 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() 327 AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2, bool ignore_target) const AreDecorationsTheSame() argument
|
H A D | decoration_manager.h | 90 bool AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | decoration_manager.cpp | 328 const Instruction* inst2, in AreDecorationsTheSame() 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() 327 AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2, bool ignore_target) const AreDecorationsTheSame() argument
|
H A D | decoration_manager.h | 90 bool AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2,
|
/third_party/spirv-tools/source/opt/ |
H A D | decoration_manager.cpp | 328 const Instruction* inst2, in AreDecorationsTheSame() 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() 327 AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2, bool ignore_target) const AreDecorationsTheSame() argument
|
H A D | decoration_manager.h | 90 bool AreDecorationsTheSame(const Instruction* inst1, const Instruction* inst2,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_translate.c | 448 struct i915_full_instruction inst2; in emit_simple_arith_swap2() local 453 inst2 = *inst; in emit_simple_arith_swap2() 454 inst2.Src[0] = inst->Src[1]; in emit_simple_arith_swap2() 455 inst2.Src[1] = inst->Src[0]; in emit_simple_arith_swap2() 457 emit_simple_arith(p, &inst2, opcode, numArgs, fs); in emit_simple_arith_swap2()
|