Home
last modified time | relevance | path

Searched refs:get (Results 9951 - 9975 of 10688) sorted by relevance

1...<<391392393394395396397398399400>>...428

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp647 : binary(env.programBinaries.get(params.binaryName))
1580 addFunctionCase(group.get(), cur->name, "", checkSupport<Object>, cases.function, cur->parameters); in addCases()
1589 addFunctionCaseWithPrograms(group.get(), cur->name, "", checkSupport<Object>, Object::initPrograms, cases.function, cur->parameters); in addCasesWithProgs()
H A DvktMemoryRequirementsTests.cpp345 addFunctionTestCase(bufferGroup.get(), bufferCases[ndx].name, "", bufferCases[ndx].flags); in populateTestGroup()
920 addFunctionTestCase(imageGroup.get(), caseName.str(), "", params); in populateTestGroup()
2186 populateMultiplaneTestGroup(multiplaneGroup.get(), true); in populateCreateInfoTestGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInlineSpiller.cpp474 MI.setDesc(TII.get(TargetOpcode::KILL)); in eliminateRedundantSpills()
692 // So to get rid of unused reg, we need to check whether it has non-dbg in reMaterializeAll()
943 BuildMI(MBB, std::next(MI), MI->getDebugLoc(), TII.get(TargetOpcode::KILL)) in insertSpill()
1450 /// inside its subtree to that node. In this way, we can get benefit locally
1517 RMEnt->setDesc(TII.get(TargetOpcode::KILL)); in hoistAllSpills()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_capability_test.cpp77 return std::get<0>(p); in Capability()
80 return std::get<1>(p).first; in Remainder()
83 return std::get<1>(p).second; in MustSucceed()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp926 auto result = new_instruction.get(); in AddGlobalVariable()
963 auto result = new_instruction.get(); in AddLocalVariable()
1652 // From the function definition, get the function type. in IdUseCanBeReplaced()
1657 // start from input operand 1, we can use |use_in_operand_index| to get the in IdUseCanBeReplaced()
1904 ir_context->cfg()->ForEachBlockInPostOrder(function->entry().get(), in GetReachableReturnBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp926 auto result = new_instruction.get(); in AddGlobalVariable()
963 auto result = new_instruction.get(); in AddLocalVariable()
1652 // From the function definition, get the function type. in IdUseCanBeReplaced()
1657 // start from input operand 1, we can use |use_in_operand_index| to get the in IdUseCanBeReplaced()
1904 ir_context->cfg()->ForEachBlockInPostOrder(function->entry().get(), in GetReachableReturnBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_capability_test.cpp77 return std::get<0>(p); in Capability()
80 return std::get<1>(p).first; in Remainder()
83 return std::get<1>(p).second; in MustSucceed()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtz2icu.cpp295 // Check for TZ_ICU_MAGIC signature at file start. If we get a in readzoneinfo()
472 // Keep track of which abbreviations get used. in readzoneinfo()
567 char ch = file.get(); in handleFile()
570 while (file.get(ch)) { in handleFile()
714 c = in.get(); in consumeLine()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp726 /* TODO: Currently this call retrieves the path at units_per_em size. If we want to get in colrv1_draw_paint()
782 /* TODO: Currently this call retrieves the path at units_per_em size. If we want to get in colrv1_draw_glyph_with_path()
1027 err = FT_Activate_Size(unscaledFtSize.get()); in GetClipBoxPath()
1278 SK_TRACEFTR(err, "Could not get palette data from %s fontFace.", face->family_name); in generateGlyphImage()
1284 SK_TRACEFTR(err, "Could not get palette from %s fontFace.", face->family_name); in generateGlyphImage()
1331 SK_TRACEFTR(err, "Could not get layers (neither v0, nor v1) from %s fontFace.", in generateGlyphImage()
1514 canvas.drawImage(unscaledBitmap.asImage().get(), 0, 0, sampling, nullptr); in generateGlyphImage()
1648 flags |= FT_LOAD_NO_BITMAP; // ignore embedded bitmaps so we're sure to get the outline in generateFacePathStatic()
1667 flags |= FT_LOAD_NO_BITMAP; // ignore embedded bitmaps so we're sure to get the outline in generateFacePathCOLRv1()
1693 err = FT_Activate_Size(unscaledFtSize.get()); in generateFacePathCOLRv1()
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp748 // Ensure that we get exact .5 values for x and y. in writeFragCoord()
934 Literal boolTrue(/*line=*/-1, /*value=*/1, fContext.fTypes.fBool.get()); in writeShortCircuitWorkaroundExpression()
939 Literal boolFalse(/*line=*/-1, /*value=*/0, fContext.fTypes.fBool.get()); in writeShortCircuitWorkaroundExpression()
1315 fContext.fTypes.fBool.get())); in writeForStatement()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.cpp1248 return mTintProgram.get();
1294 return mCompilationMessages.get();
1301 DAWN_TRY_ASSIGN(mEntryPoints, ReflectShaderUsingTint(GetDevice(), mTintProgram.get()));
/third_party/python/Lib/logging/
H A D__init__.py128 INFO, DEBUG) then you get the corresponding string. If you have
142 result = _levelToName.get(level)
145 result = _nameToLevel.get(level)
180 # have __file__ set, for some reason (see Issue #21736). Thus, we get the
305 # Note that without the test for args[0], we get a problem because
349 mp = sys.modules.get('multiprocessing')
583 the optional datefmt argument. If datefmt is omitted, you get an
1007 #get the module data lock, as we're updating a shared structure.
1022 exceptions get silently ignored. This is what is mostly wanted
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp219 // get the upper and lower bounds of the interval by using min/max in insert()
330 // grouping with those pointers. This is because we can easily get in groupChecks()
369 // Go through all equivalence classes, get the "pointer check groups" in groupChecks()
530 /// we will attempt to use additional run-time checks in order to get
1941 MemoryLocation Loc = MemoryLocation::get(ST); in analyzeLoop()
1985 MemoryLocation Loc = MemoryLocation::get(LD); in analyzeLoop()
2411 return *LAI.get(); in getInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp277 const MCInstrDesc &Desc = MCII.get(Opcode); in isPCRel32Branch()
577 // MOD=0, BASE=5, to JUST get the index, scale, and displacement. in emitMemModRMByte()
1361 const MCInstrDesc &Desc = MCII.get(Opcode); in emitPrefix()
1364 // Pseudo instructions don't get encoded. in emitPrefix()
1381 const MCInstrDesc &Desc = MCII.get(Opcode); in encodeInstruction()
1384 // Pseudo instructions don't get encoded. in encodeInstruction()
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DJsonFormatTest.java725 assertEquals(2, message.getInt32ToInt32Map().get(1).intValue()); in testParserAcceptNonQuotedObjectKey()
726 assertEquals(3, message.getStringToInt32Map().get("hello").intValue()); in testParserAcceptNonQuotedObjectKey()
1290 assertEquals(NestedEnum.FOO, builder.getInt32ToEnumMapMap().get(2)); in testUnknownEnumMap()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc491 GOOGLE_LOG(FATAL) << "Can't get here."; in EstimateAlignmentSize()
553 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName()
585 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName()
633 GOOGLE_LOG(FATAL) << "Can't get here."; in DeclaredTypeMethodName()
728 // Can't actually get here; make compiler happy. (We could add a default in DefaultValue()
729 // case above but then we wouldn't get the nice compiler warning when a in DefaultValue()
731 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue()
981 GOOGLE_LOG(FATAL) << "Can't get here."; in IsStringOrMessage()
1310 io::Printer printer(output.get(), '$', nullptr); in MaybeBootstrap()
1335 io::Printer printer(output.get(), ' in MaybeBootstrap()
[all...]
/third_party/python/Modules/
H A D_collectionsmodule.c102 * in use do not get overwritten.
263 * grown past the limit. If it has, we get the size back down to the limit
2302 /* Only take the fast path when get() and __setitem__() in _collections__count_elements_impl()
2305 mapping_get = _PyType_Lookup(Py_TYPE(mapping), &_Py_ID(get)); in _collections__count_elements_impl()
2306 dict_get = _PyType_Lookup(&PyDict_Type, &_Py_ID(get)); in _collections__count_elements_impl()
2317 (by re-using the same hash for both the get and set) in _collections__count_elements_impl()
2357 bound_get = PyObject_GetAttr(mapping, &_Py_ID(get)); in _collections__count_elements_impl()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp931 auto result = new_instruction.get(); in AddGlobalVariable()
969 auto result = new_instruction.get(); in AddLocalVariable()
1659 // From the function definition, get the function type. in IdUseCanBeReplaced()
1664 // start from input operand 1, we can use |use_in_operand_index| to get the in IdUseCanBeReplaced()
1913 ir_context->cfg()->ForEachBlockInPostOrder(function->entry().get(), in GetReachableReturnBlocks()
/third_party/spirv-tools/test/val/
H A Dval_capability_test.cpp77 return std::get<0>(p); in Capability()
80 return std::get<1>(p).first; in Remainder()
83 return std::get<1>(p).second; in MustSucceed()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp964 const vk::Unique<vk::VkShaderModule> vertShaderModule (createShaderModule(vkd, device, binaryCollection.get("tri-vert"), 0)); in createPipeline()
965 const vk::Unique<vk::VkShaderModule> fragShaderModule (createShaderModule(vkd, device, binaryCollection.get("tri-frag"), 0)); in createPipeline()
1045 m_vkd.cmdBindVertexBuffers(cmdBuffer, 0u, 1u, &m_vertexBuffer->get(), &bindingOffset); in recordFrame()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp1018 const Unique<VkShaderModule> vs(createShaderModule(vk, device, context.getBinaryCollection().get(m_subpass == 0 ? "vert1" : "vert2"), 0)); in createPipeline()
1019 const Unique<VkShaderModule> fs(createShaderModule(vk, device, context.getBinaryCollection().get(m_subpass == 0 ? "frag" : "frag_resolve"), 0)); in createPipeline()
1600 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
H A DvktRasterizationProvokingVertexTests.cpp329 const Unique<VkShaderModule> vertexShader (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0)); in iterate()
330 const Unique<VkShaderModule> fragmentShader (createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0)); in iterate()
772 submitCommandsAndWait(vk, device, queue, commandBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp814 &extraResourcesLayout.get(), in iterate()
1278 &extraResourcesLayout.get(), in iterate()
1671 &extraResourcesLayout.get(), in iterate()
/third_party/skia/src/core/
H A DSkVM.cpp113 // Similarly, we can't get ASAN's checks unless we let it instrument our interpreter.
853 // This is a good approximation only for 0 <= x <= pi, so we use symmetries to get
893 // shift to 0...Pi, scale 1/Pi to get into 0...1, then fract, scale-up, shift-back in approx_tan()
2637 llvm::FunctionType* fn_type = llvm::FunctionType::get(llvm::Type::getVoidTy(*ctx),
2667 *I1 = scalar ? i1 : llvm::VectorType::get(i1 , K, false ),
2668 *I8 = scalar ? i8 : llvm::VectorType::get(i8 , K, false ),
2669 *I16 = scalar ? i16 : llvm::VectorType::get(i16, K, false ),
2670 *I32 = scalar ? i32 : llvm::VectorType::get(i32, K, false ),
2671 *F32 = scalar ? f32 : llvm::VectorType::get(f32, K, false );
2699 llvm::ConstantVector::get(iot
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp528 /// \return true if it was possible to get rid of the scale, false otherwise.
633 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(AR->getType()) + 1); in isAddRecSExtable()
641 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(A->getType()) + 1); in isAddSExtable()
649 IntegerType::get(SE.getContext(), in isMulSExtable()
877 AccessTy.MemTy = PointerType::get(IntegerType::get(PTy->getContext(), 1), in getAccessType()
2139 Constant *NewInit = ConstantFP::get(DestTy, IsSigned ? in OptimizeShadowIV()
2169 Constant *CFP = ConstantFP::get(DestTy, C->getZExtValue()); in OptimizeShadowIV()
2262 // Add one to the backedge-taken count to get the trip count. in OptimizeMax()
2492 // If we get t in OptimizeLoopTermCond()
[all...]

Completed in 74 milliseconds

1...<<391392393394395396397398399400>>...428