/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | pass_merge_return_test.cpp | 1365 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F() 1406 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F() 1447 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F() 2273 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F() 2600 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result));
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_impl.cpp | 115 if (parseCurrency || affixProvider.get().hasCurrencySign()) { in createParserFromProperties() 137 affixProvider.get(), *parser, ignorables, parseFlags, status); in createParserFromProperties() 143 if (parseCurrency || affixProvider.get().hasCurrencySign()) { in createParserFromProperties() 153 if (!isStrict && affixProvider.get().containsSymbolType(AffixPatternType::TYPE_PERCENT, status)) { in createParserFromProperties() 156 if (!isStrict && affixProvider.get().containsSymbolType(AffixPatternType::TYPE_PERMILLE, status)) { in createParserFromProperties() 291 // NOTE: If we get here, the greedy parse completed without consuming the entire string. in parseGreedy()
|
H A D | ucoleitr.cpp | 66 const RCEI *get(); 117 const RCEI *RCEBuffer::get() in get() function in RCEBuffer 179 const PCEI *PCEBuffer::get() in get() function in PCEBuffer 223 // just get all three orders... in processCE() 420 const RCEI *rcei = rceb.get(); in previousProcessed() 447 const PCEI *pcei = pceBuffer.get(); in previousProcessed()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 161 Out.write((const char *)VDataPtr.get(), S); in EmitData() 352 setSummary(TheSummary.get(), *PS); in writeImpl() 360 setSummary(TheCSSummary.get(), *CSPS); in writeImpl() 369 {SummaryOffset, reinterpret_cast<uint64_t *>(TheSummary.get()), in writeImpl() 371 {CSSummaryOffset, reinterpret_cast<uint64_t *>(TheCSSummary.get()), in writeImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 89 Offsets = OffsetCache.get<std::vector<T> *>(); in getLineNumber() 98 // llvm::lower_bound gives the number of EOL before PtrOffset. Add 1 to get in getLineNumber() 113 delete OffsetCache.get<std::vector<uint8_t>*>(); in ~SrcBuffer() 115 delete OffsetCache.get<std::vector<uint16_t>*>(); in ~SrcBuffer() 117 delete OffsetCache.get<std::vector<uint32_t>*>(); in ~SrcBuffer() 119 delete OffsetCache.get<std::vector<uint64_t>*>(); in ~SrcBuffer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 358 FunctionType *NewFuncTy = FunctionType::get(NewRetTy, in runOnFunction() 391 Value *NewRetVal = UndefValue::get(NewRetTy); in runOnFunction() 411 Val = B.CreateShuffleVector(Val, UndefValue::get(Val->getType()), in runOnFunction() 419 Val = B.CreateInsertValue(UndefValue::get(EltTy), Val, 0); in runOnFunction() 438 StubCallArgs.push_back(UndefValue::get(Arg.getType())); in runOnFunction()
|
H A D | R600OptimizeVectorRegisters.cpp | 153 if (TII->get(MI.getOpcode()).TSFlags & R600_InstFlag::TEX_INST) in canSwizzle() 215 MachineInstr *Tmp = BuildMI(MBB, Pos, DL, TII->get(R600::INSERT_SUBREG), in RebuildVector() 231 BuildMI(MBB, Pos, DL, TII->get(R600::COPY), Reg).addReg(SrcVec); in RebuildVector() 267 if (TII->get(MI.getOpcode()).TSFlags & R600_InstFlag::TEX_INST) in SwizzleInput() 352 if (TII->get(MI.getOpcode()).TSFlags & R600_InstFlag::TEX_INST) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExplicitLocals.cpp | 13 /// registers into locals, inserting explicit local.get and local.set 99 /// Get the appropriate local.get opcode for the given register class. 204 // Handle ARGUMENTS first to ensure that they get the designated numbers. in runOnMachineFunction() 250 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc), NewReg) in runOnMachineFunction() 260 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(Opc), in runOnMachineFunction() 289 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc)) in runOnMachineFunction() 299 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc)) in runOnMachineFunction() 351 // Insert a local.get. in runOnMachineFunction() 357 BuildMI(MBB, InsertPt, MI.getDebugLoc(), TII->get(Opc), NewReg) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CallFrameOptimization.cpp | 321 // frame index, since these will get adjusted properly in PEI) in classifyInstruction() 533 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence() 544 BuildMI(MBB, Context.Call, DL, TII->get(X86::IMPLICIT_DEF), UndefReg); in adjustCallSequence() 545 BuildMI(MBB, Context.Call, DL, TII->get(X86::INSERT_SUBREG), Reg) in adjustCallSequence() 560 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)); in adjustCallSequence() 569 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)) in adjustCallSequence()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader.cc | 254 unzReadCurrentFile(zip_file_, buf.get(), internal::kZipBufSize); in ExtractCurrentEntry() 265 if (!delegate->WriteBytes(buf.get(), num_bytes_to_write)) in ExtractCurrentEntry() 270 (unzReadCurrentFile(zip_file_, buf.get(), 1) == 0); in ExtractCurrentEntry() 293 DCHECK(current_entry_info_.get()); in ExtractCurrentEntryToFilePathAsync() 450 : file_(file.get()), owned_file_(std::move(file)) {} in FileWriterDelegate()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzread.c | 28 unsigned get, max = ((unsigned)-1 >> 2) + 1; local 32 get = len - *have; 33 if (get > max) 34 get = max; 35 ret = read(state->fd, buf + *have, get); 124 /* get at least the magic bytes in the input buffer */ 185 /* get more input for inflate() */ 283 /* get more output, looking for header if required */ 313 /* get len bytes to buf, or less than len if at the end */ 339 /* get mor [all...] |
/third_party/python/Lib/test/ |
H A D | test_sys_setprofile.py | 342 dict.get({}, 42, **kwargs) 350 dict.get() 358 dict.get(print, 42) 367 dict.get(**kwargs) 376 dict.get(print, 42, **kwargs)
|
/third_party/skia/gm/ |
H A D | fontmgr.cpp | 62 // it expects to get the same glyph when following this pattern. in drawCharacter() 91 SkFontMgr* fm = fFM.get(); 112 // check to see that we get different glyphs in japanese and chinese 188 if (nullptr == fset.get()) { 194 this->exploreFamily(canvas, font, fset.get()); 196 this->iterateFamily(canvas, font, fset.get()); 338 SkFontMgr* fm = fFM.get();
|
/third_party/rust/crates/nom/src/ |
H A D | error.rs | 728 if let Some(&s) = names.get(code) { 771 if let Some(&color) = colors.get(&code) { 777 if let Some(&color) = colors.get(&code) { 805 if let Some(&color) = colors.get(&code) { 811 if let Some(&color) = colors.get(&code) {
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 494 let value = usize::try_from(value.map_or(0, NonZeroU64::get)).map_err(|_r| io::Errno::RANGE)?; in set_current_timer_slack() 917 pid.as_raw_nonzero().get() as usize as *mut _, in core_scheduling_cookie() 939 pid.as_raw_nonzero().get() as usize as *mut _, in create_core_scheduling_cookie() 961 pid.as_raw_nonzero().get() as usize as *mut _, in push_core_scheduling_cookie() 983 pid.as_raw_nonzero().get() as usize as *mut _, in pull_core_scheduling_cookie()
|
/third_party/spirv-tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 233 get_def_use_mgr()->AnalyzeInstDefUse(clone.get()); in CloneInstsToBlock() 234 context()->set_instr_block(clone.get(), block); in CloneInstsToBlock() 344 UseConstIndexForAccessChain(access_clone.get(), const_element_idx); in AddConstElementAccessToCaseBlock() 349 get_def_use_mgr()->AnalyzeInstDefUse(access_clone.get()); in AddConstElementAccessToCaseBlock() 351 context()->set_instr_block(access_clone.get(), case_block); in AddConstElementAccessToCaseBlock()
|
/third_party/spirv-tools/test/opt/ |
H A D | pass_merge_return_test.cpp | 1363 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F() 1404 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F() 1445 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F() 2271 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F() 2598 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBaseResolve.cpp | 279 const Unique<VkShaderModule> vsModule(createShaderModule(deviceInterface, device, m_context.getBinaryCollection().get("vertex_shader"), (VkShaderModuleCreateFlags)0)); in iterate() 280 const Unique<VkShaderModule> fsModule(createShaderModule(deviceInterface, device, m_context.getBinaryCollection().get("fragment_shader"), (VkShaderModuleCreateFlags)0)); in iterate() 346 deviceInterface.cmdBindVertexBuffers(*commandBuffer, 0u, 1u, &vertexBuffer->get(), &vertexStartOffset); in iterate() 392 deviceInterface.cmdCopyImageToBuffer(*commandBuffer, sourceImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, bufferRS->get(), 1u, &bufferImageCopy); in iterate() 400 bufferRS->get(), in iterate()
|
H A D | vktPipelineStencilExportTests.cpp | 502 Move<VkShaderModule> vertexModule = createShaderModule (vk, device, context.getBinaryCollection().get("vert"), 0); in testStencilExportReplace() 503 Move<VkShaderModule> fragmentColorModule = createShaderModule (vk, device, context.getBinaryCollection().get("frag-color"), 0); in testStencilExportReplace() 530 Move<VkShaderModule> fragmentStencilModule = createShaderModule(vk, device, context.getBinaryCollection().get(shaderName.str()), 0); in testStencilExportReplace() 631 addFunctionCaseWithPrograms(formatGroup.get(), "op_replace", "", checkSupport, initPrograms, testStencilExportReplace, params); in createStencilExportTests() 634 addFunctionCaseWithPrograms(formatGroup.get(), "op_replace_early_and_late", "", checkSupport, initPrograms, testStencilExportReplace, params); in createStencilExportTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryProceduralGeometryTests.cpp | 120 Move<VkShaderModule> shaderModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"), 0u); in iterate() 121 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate() 183 vkd.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0, 1, &referenceDescriptorSet.get(), 0, DE_NULL); in iterate() 187 vkd.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0, 1, &resultDescriptorSet.get(), 0, DE_NULL); in iterate() 195 submitCommandsAndWait(vkd, device, queue, m_cmdBuffer.get()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIndexingTests.cpp | 499 noPushConstants, resources, noInterfaces, extensions, vulkanFeatures, structGroup.get()); in addGraphicsIndexingStructTests() 744 addComputeIndexingStructTests(inputGroup.get()); in createIndexingComputeGroup() 745 addComputeIndexingNon16BaseAlignmentTests(inputGroup.get()); in createIndexingComputeGroup() 758 addGraphicsIndexingStructTests(inputGroup.get()); in createIndexingGraphicsGroup() 759 addGraphicsOutputComponentIndexingTests(outputGroup.get()); in createIndexingGraphicsGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsArithmeticTests.cpp | 502 addFunctionCaseWithPrograms(computeGroup.get(), testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsArithmeticTests() 522 addFunctionCaseWithPrograms(meshGroup.get(), testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsArithmeticTests() 538 addFunctionCaseWithPrograms(graphicGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsArithmeticTests() 554 addFunctionCaseWithPrograms(framebufferGroup.get(), testName, "", supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsArithmeticTests() 598 addFunctionCaseWithPrograms(raytracingGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsArithmeticTests()
|
H A D | vktSubgroupsBallotMasksTests.cpp | 418 addFunctionCaseWithPrograms(computeGroup.get(), testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotMasksTests() 436 addFunctionCaseWithPrograms(meshGroup.get(), testName + "_" + getShaderStageName(stage), "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotMasksTests() 450 addFunctionCaseWithPrograms(graphicGroup.get(), mask, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotMasksTests() 463 addFunctionCaseWithPrograms(raytracingGroup.get(), mask, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotMasksTests() 478 addFunctionCaseWithPrograms(framebufferGroup.get(), testName, "", supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsBallotMasksTests()
|
H A D | vktSubgroupsBallotOtherTests.cpp | 493 addFunctionCaseWithPrograms(computeGroup.get(), testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests() 511 addFunctionCaseWithPrograms(meshGroup.get(), testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests() 525 addFunctionCaseWithPrograms(graphicGroup.get(), op, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests() 538 addFunctionCaseWithPrograms(raytracingGroup.get(), op, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotOtherTests() 553 addFunctionCaseWithPrograms(framebufferGroup.get(), testName, "", supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsBallotOtherTests()
|
H A D | vktSubgroupsBuiltinMaskVarTests.cpp | 1407 addFunctionCaseWithPrograms(graphicGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests() 1420 addFunctionCaseWithPrograms(raytracingGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests() 1436 addFunctionCaseWithPrograms(computeGroup.get(), testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests() 1454 addFunctionCaseWithPrograms(meshGroup.get(), testName, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBuiltinMaskVarTests() 1470 addFunctionCaseWithPrograms(framebufferGroup.get(), testName, "", supportedCheck, initFrameBufferPrograms, noSSBOtest, caseDef); in createSubgroupsBuiltinMaskVarTests()
|