/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Variable.hpp | 69 // 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 D | CMapTableBuilder.java | 62 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 D | tjbench-gtest-wrapper.cpp | 98 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 D | SkSLCross.cpp | 28 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 D | SkImageEncoder_WIC.cpp | 83 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 D | SkTypeface_win_dw.h | 78 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 D | SkColorShader.cpp | 64 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 D | Client.cpp | 51 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 D | ValueList.cpp | 40 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 D | EntryExitInstrumenter.cpp | 44 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 D | SIAddIMGInit.cpp | 144 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 D | Mips16FrameLowering.cpp | 67 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 D | CrossDSOCFI.cpp | 99 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 D | typeOfThisInStaticMembers10(target=es5).js | 20 static get fa () { 42 static get fa () { 92 get: function () {
129 get: function () {
|
H A D | uniqueSymbolsErrors.js | 30 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 D | java_shared_code_generator.cc | 73 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 D | NestedBuildersTest.java | 93 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 D | TextFormatParseInfoTreeTest.java | 82 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 D | unordered_map_lookup_test.h | 74 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 D | SkSLEffect.cpp | 96 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 D | GrRecordingContext.h | 130 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 D | weak.rs | 13 //! 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 D | SortBench.cpp | 130 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 D | vktFragmentShadingRateBasic.cpp | 28 * 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 D | vktShaderExecutor.cpp | 1022 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...] |