Home
last modified time | relevance | path

Searched refs:get (Results 2601 - 2625 of 13154) sorted by relevance

1...<<101102103104105106107108109110>>...527

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DVariable.hpp69 // get() looks up and returns the variable with the given name.
70 virtual std::shared_ptr<Value> get(const std::string &name);
99 inline std::shared_ptr<Value> get(const std::string &name) override;
155 std::shared_ptr<Value> VariableContainer::get(const std::string &name) in get() function in vk::dbg::VariableContainer
167 if(auto val = base->get(name)) in get()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DCMapTableBuilder.java62 int firstId = glyphIds.get(0); in isContiguous()
64 if (glyphIds.get(index) != firstId + index) { in isContiguous()
72 return isContiguous() ? getGlyphIds().get(0) - getStartCode() : 0; in idDelta()
132 CMap4Segment segment = segments.get(i); in buildCMapFormat4()
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
H A Dtjbench-gtest-wrapper.cpp98 test_image_path = test_image_path.AppendASCII(std::get<0>(GetParam())); in TEST_P()
104 EXPECT_EQ(std::get<1>(GetParam()), md5); in TEST_P()
169 test_image_path = test_image_path.AppendASCII(std::get<0>(GetParam())); in TEST_P()
175 EXPECT_EQ(std::get<1>(GetParam()), md5); in TEST_P()
/third_party/skia/tests/
H A DSkSLCross.cpp28 run_test(reporter, dContext, sdc.get(), {3,4}, {5,6}, -2); // Negative. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
29 run_test(reporter, dContext, sdc.get(), {3,4}, {-5,-6}, 2); // Positive. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
30 run_test(reporter, dContext, sdc.get(), {0, 2.287f}, {0, -7.741f}, 0); // Zero. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
31 run_test(reporter, dContext, sdc.get(), {62.17f, 0}, {-43.49f, 0}, 0); // Zero. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/ports/
H A DSkImageEncoder_WIC.cpp83 uint8_t* dstRow = SkTAddOffset<uint8_t>(pixelStorage.get(), y * rowBytes); in SkEncodeImageWithWIC()
93 pixels = pixelStorage.get(); in SkEncodeImageWithWIC()
129 hr = piEncoder->Initialize(piStream.get(), WICBitmapEncoderNoCache); in SkEncodeImageWithWIC()
158 hr = piBitmapFrameEncode->Initialize(piPropertybag.get()); in SkEncodeImageWithWIC()
H A DSkTypeface_win_dw.h78 SkASSERT_RELEASE(nullptr == fDWriteFontFace1.get()); in DWriteFontTypeface()
81 SkASSERT_RELEASE(nullptr == fDWriteFontFace2.get()); in DWriteFontTypeface()
84 SkASSERT_RELEASE(nullptr == fDWriteFontFace4.get()); in DWriteFontTypeface()
87 SkASSERT_RELEASE(nullptr == fFactory2.get()); in DWriteFontTypeface()
/third_party/skia/src/shaders/
H A DSkColorShader.cpp64 buffer.writeDataAsByteArray(colorSpaceData.get()); in flatten()
88 SkColorSpaceXformSteps(fColorSpace.get(), kUnpremul_SkAlphaType, in onAppendStages()
110 SkColorSpaceXformSteps(fColorSpace.get(), kUnpremul_SkAlphaType, in onProgram()
129 SkColorSpaceXformSteps steps{ fColorSpace.get(), kUnpremul_SkAlphaType, in asFragmentProcessor()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClient.cpp51 mMemoryTransferService = mOwnedMemoryTransferService.get(); in Client()
91 result.texture = ToAPI(allocation->object.get()); in ReserveTexture()
103 result.swapchain = ToAPI(allocation->object.get()); in ReserveSwapChain()
115 result.device = ToAPI(allocation->object.get()); in ReserveDevice()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DValueList.cpp40 Op<0>() = UndefValue::get(Type::getInt32Ty(Context)); in ConstantPlaceHolder()
148 /// references. The idea behind this is that we sometimes get constants (such
206 NewC = ConstantArray::get(UserCA->getType(), NewOps); in resolveConstantForwardRefs()
208 NewC = ConstantStruct::get(UserCS->getType(), NewOps); in resolveConstantForwardRefs()
210 NewC = ConstantVector::get(NewOps); in resolveConstantForwardRefs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp44 Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false)); in insertCall()
48 ArrayRef<Value *>(ConstantInt::get(Type::getInt32Ty(C), 0)), "", in insertCall()
85 DL = DebugLoc::get(SP->getScopeLine(), 0, SP); in runOnFunction()
111 DL = DebugLoc::get(0, 0, SP); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIAddIMGInit.cpp144 BuildMI(MBB, MI, DL, TII->get(AMDGPU::V_MOV_B32_e32), PrevDst) in runOnMachineFunction()
148 BuildMI(MBB, MI, DL, TII->get(AMDGPU::IMPLICIT_DEF), PrevDst); in runOnMachineFunction()
155 BuildMI(MBB, MI, DL, TII->get(AMDGPU::V_MOV_B32_e32), SubReg) in runOnMachineFunction()
158 BuildMI(MBB, I, DL, TII->get(TargetOpcode::INSERT_SUBREG), NewDst) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp67 BuildMI(MBB, MBBI, dl, TII.get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue()
82 BuildMI(MBB, MBBI, dl, TII.get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue()
87 BuildMI(MBB, MBBI, dl, TII.get(Mips::MoveR3216), Mips::S0) in emitPrologue()
104 BuildMI(MBB, MBBI, dl, TII.get(Mips::Move32R16), Mips::SP) in emitEpilogue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp99 extractNumericTypeId(cast<MDNode>(Func->getOperand(I).get()))) in buildCFICheck()
144 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
150 BitsetTestFn, {&Addr, MetadataAsValue::get( in buildCFICheck()
151 Ctx, ConstantAsMetadata::get(CaseTypeId))}); in buildCFICheck()
/third_party/typescript/tests/baselines/reference/
H A DtypeOfThisInStaticMembers10(target=es5).js20 static get fa () {
42 static get fa () {
92 get: function () {
129 get: function () {
H A DuniqueSymbolsErrors.js30 get invalidGetter(): unique symbol { return; }
41 static get invalidStaticGetter(): unique symbol { return; }
101 get invalidGetter() { return; }
110 static get invalidStaticGetter() { return; }
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_shared_code_generator.cc73 new io::Printer(output.get(), '$', in Generate()
88 PrintGeneratedAnnotation(printer.get(), '$', in Generate()
99 GenerateDescriptors(printer.get()); in Generate()
109 annotations.SerializeToZeroCopyStream(info_output.get()); in Generate()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DNestedBuildersTest.java93 assertSame(wheels.get(i), vehicleBuilder.getWheel(i)); in testMessagesAreCached()
96 // Now get builders and check they didn't change. in testMessagesAreCached()
101 assertSame(wheels.get(i), vehicleBuilder.getWheel(i)); in testMessagesAreCached()
107 // Now get wheels and check that only that one changed in testMessagesAreCached()
110 assertSame(wheels.get(i), vehicleBuilder.getWheel(i)); in testMessagesAreCached()
112 assertNotSame(wheels.get(i), vehicleBuilder.getWheel(i)); in testMessagesAreCached()
H A DTextFormatParseInfoTreeTest.java82 assertEquals(LOC0, root.getLocations(OPTIONAL_BOOLEAN).get(0)); in testGetLocationsReturnsNoParseLocationsForUnknownField()
160 TextFormatParseInfoTree subtree = root.getNestedTrees(OPTIONAL_NESTED_MESSAGE).get(0); in testGetNestedTreesReturnsSingleTree()
175 2, root.getNestedTrees(REPEATED_NESTED_MESSAGE).get(0).getNestedTrees(FIELD_BB).size()); in testGetNestedTreesReturnsMultipleTrees()
177 1, root.getNestedTrees(REPEATED_NESTED_MESSAGE).get(1).getNestedTrees(FIELD_BB).size()); in testGetNestedTreesReturnsMultipleTrees()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_map_lookup_test.h74 using std::get; in TYPED_TEST_P()
87 EXPECT_EQ(p.second, get<1>(*it)) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
92 using std::get; in TYPED_TEST_P()
106 EXPECT_EQ(p.second, get<1>(*r.first)) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
/third_party/skia/modules/skottie/src/effects/
H A DSkSLEffect.cpp96 this->bind(abuilder, (*jprop)["v"], std::get<1>(fUniforms.back()).get()); in SkSLEffectAdapter()
112 const auto& name = std::get<0>(uniform); in buildEffectShader()
113 const auto& data = std::get<1>(uniform); in buildEffectShader()
/third_party/skia/include/gpu/
H A DGrRecordingContext.h130 Arenas get();
152 Arenas arenas() { return fArenas.get(); } in arenas()
157 GrProxyProvider* proxyProvider() { return fProxyProvider.get(); } in proxyProvider()
158 const GrProxyProvider* proxyProvider() const { return fProxyProvider.get(); } in proxyProvider()
/third_party/rust/crates/rustix/src/backend/libc/
H A Dweak.rs13 //! really workable on Linux. Hence, use dlsym to get the symbol value at
61 pub(crate) fn get(&self) -> Option<F> {
99 // This synchronizes with the acquire fence in `get`. in initialize()
123 if let Some(fun) = $name.get() {
199 if let Some(fun) = $name.get() {
218 if let Some(fun) = $name.get() {
/third_party/skia/bench/
H A DSortBench.cpp130 gRec[fType].fProc(fUnsorted.get());
136 memcpy(sorted.get(), fUnsorted.get(), N*sizeof(int));
137 fSortProc(sorted.get());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp28 * fragment shader does an atomic add to a memory location to get a unique
930 // Combine rate 0 and 1, get a mask of possible clamped rates in Simulate()
1594 [](const Move<VkDescriptorSetLayout>& elem) { return elem.get(); }); in iterate()
1609 const Unique<VkShaderModule> cs (createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0)); in iterate()
1724 const auto mainDescriptorSet = descriptorSets.front().get(); in iterate()
1792 descriptorSets.front().get(), // dstSet in iterate()
1851 const auto extraBufferInfo = makeDescriptorBufferInfo(vertexBuffer->get(), 0ull, vertexBufferSize); in iterate()
1856 descriptorSets.back().get(), // dstSet in iterate()
2307 ShaderWrapper fragShader = ShaderWrapper(vk, device, binaries.get("frag"), 0); in iterate()
2314 meshShader = ShaderWrapper(vk, device, binaries.get("mes in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1022 de::MovePtr<Allocation> colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *((const VkImage*) colorImages.back().get())), MemoryRequirement::Any); in execute()
1023 VK_CHECK(vk.bindImageMemory(vkDevice, colorImages.back().get()->get(), colorImageAlloc->getMemory(), colorImageAlloc->getOffset())); in execute()
1045 colorImages.back().get()->get(), // VkImage image; in execute()
1077 colorImages.back().get()->get(), // image in execute()
1099 colorImages.back().get()->get(), // image in execute()
1150 views[i] = colorImageViews[i].get() in execute()
[all...]

Completed in 22 milliseconds

1...<<101102103104105106107108109110>>...527