Home
last modified time | relevance | path

Searched refs:get (Results 6026 - 6050 of 10952) sorted by relevance

1...<<241242243244245246247248249250>>...439

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageExtendedUsageBitTests.cpp303 addFunctionCase(getPhysicalDeviceImageFormatPropertiesTests.get(), name.str().c_str(), "Checks usage bit format compatibility among compatible image view formats", checkSupport, testExtendedUsageBitCompatiblity<PhysicalDeviceImageFormatProperties>, params); in createImageExtendedUsageBitTests()
304 addFunctionCase(getPhysicalDeviceImageFormatProperties2Tests.get(), name.str().c_str(), "Checks usage bit format compatibility among compatible image view formats", checkSupport, testExtendedUsageBitCompatiblity<PhysicalDeviceImageFormatProperties2>, params); in createImageExtendedUsageBitTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLPlatform.cpp104 platforms[entry++] = (*platformIt++).get(); in GetPlatformIDs()
194 devices[found] = device.get(); in getDeviceIDs()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbol.cpp77 int uniqueId = mUniqueId.get(); in name()
80 symbolNameOut.appendHex(mUniqueId.get()); in name()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp214 stateManager->setRenderTarget(textureRTV.get(), nullptr); in copyBufferToTexture()
218 d3d11::SetBufferData(deviceContext, mParamsConstantBuffer.get(), shaderParams); in copyBufferToTexture()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DGCRootLowering.cpp164 ConstantPointerNull::get(cast<PointerType>(Root->getAllocatedType())), in InsertRootInitializers()
261 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label); in InsertLabel()
H A DMachineInstrBundle.cpp114 if (MII->getDebugLoc().get()) in getDebugLoc()
136 BuildMI(MF, getDebugLoc(FirstMI, LastMI), TII->get(TargetOpcode::BUNDLE)); in finalizeBundle()
H A DMachineModuleInfo.cpp76 /// we get notified if a block is deleted or RAUWd.
106 "Shouldn't get label for block without address taken"); in getAddrLabelSymbolToEmit()
168 // parent may already be removed, we have to get the function from 'Entry'. in UpdateForDeletedBlock()
279 return I != MachineFunctions.end() ? I->second.get() : nullptr; in getMachineFunction()
299 MF = I.first->second.get(); in getOrCreateMachineFunction()
H A DTargetSchedule.cpp251 // desc like flags. Truly implicit defs should get 1 cycle latency. in computeOperandLatency()
262 unsigned SCIdx = TII->get(Opcode).getSchedClass(); in computeInstrLatency()
340 unsigned SchedClass = TII->get(Opcode).getSchedClass(); in computeReciprocalThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp222 assert(CSEOpt.get() && "CSEConfig not set"); in shouldCSE()
369 GISelCSEAnalysisWrapper::get(std::unique_ptr<CSEConfigBase> CSEOpt, in get() function in GISelCSEAnalysisWrapper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp34 ArgV.push_back(ArgVStorage.back().get()); in runAsMain()
41 ArgV.push_back(ArgVStorage.back().get()); in runAsMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributeImpl.h195 static AttributeSetNode *get(LLVMContext &C, const AttrBuilder &B);
197 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs);
H A DLLVMContext.cpp146 return pImpl->RemarkDiagStreamer.get(); in getRemarkStreamer()
326 return pImpl->DiagHandler.get(); in getDiagHandlerPtr()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Ddatum_type_parser_test.cc70 Format fmt(type.get()); in TEST_P()
164 Format fmt(type.get()); in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_remove_duplicates_test.cpp68 if (!context_.get()) return std::string(); in RunPass()
74 Pass::Status pass_res = manager.Run(context_.get()); in RunPass()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.control_flow_test.cpp83 const auto ctrl = std::get<1>(GetParam()); in TEST_P()
87 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLMultiContextTest.cpp260 drawQuad(graphicsProgram.get(), essl1_shaders::PositionAttrib(), 0.5f); in TEST_P()
268 drawQuad(graphicsProgram.get(), essl1_shaders::PositionAttrib(), 0.5f); in TEST_P()
/third_party/skia/src/core/
H A DSkStrikeCache.cpp134 SkStrike* strikePtr = strikeHandle->get();
283 SkStrike* strikePtr = strike.get(); in internalAttachToHead()
/third_party/skia/src/gpu/
H A DGrOpFlushState.cpp126 if (!GrConvertPixels( GrPixmap(tmpInfo, tmpPixels.get(), tightRB ), in doUpload()
131 buffer = tmpPixels.get(); in doUpload()
/third_party/skia/samplecode/
H A DSampleFitCubicToCircle.cpp131 double errX = std::get<0>(eval_cubic(fCubicX.data(), fMaxErrorT)) - kCenterX; in fitCubic()
132 double errY = std::get<0>(eval_cubic(fCubicY.data(), fMaxErrorT)) - kCenterY; in fitCubic()
H A DSampleAtlas.cpp193 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, sampling, &paint);
231 canvas->drawDrawable(fDrawable.get());
/third_party/skia/src/effects/
H A DSkOpPathEffect.cpp82 buffer.writeFlattenable(fOne.get()); in flatten()
83 buffer.writeFlattenable(fTwo.get()); in flatten()
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp140 // get the actual glyph image itself when we get the glyph metrics.
165 void* dataPtr = storage.get();
179 storage.get(),
/third_party/skia/src/gpu/vk/
H A DGrVkImage.h104 const GrVkImageView* framebufferView() const { return fFramebufferView.get(); } in framebufferView()
105 const GrVkImageView* textureView() const { return fTextureView.get(); } in textureView()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueue.cpp232 executionState.renderer = renderer.get(); in submitQueue()
233 executionState.events = task.events.get(); in submitQueue()
329 // to get rid of it. b/132458423 in present()
351 // not override failure codes, but should not get replaced by a VK_SUCCESS result itself. in present()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DOffsetRecordTable.java43 NumRecord record = recordList.get(index); in subTableAt()
145 return builders.get(tag); in builderForTag()

Completed in 21 milliseconds

1...<<241242243244245246247248249250>>...439