/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageExtendedUsageBitTests.cpp | 303 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 D | CLPlatform.cpp | 104 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 D | Symbol.cpp | 77 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 D | PixelTransfer11.cpp | 214 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 D | GCRootLowering.cpp | 164 ConstantPointerNull::get(cast<PointerType>(Root->getAllocatedType())), in InsertRootInitializers() 261 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label); in InsertLabel()
|
H A D | MachineInstrBundle.cpp | 114 if (MII->getDebugLoc().get()) in getDebugLoc() 136 BuildMI(MF, getDebugLoc(FirstMI, LastMI), TII->get(TargetOpcode::BUNDLE)); in finalizeBundle()
|
H A D | MachineModuleInfo.cpp | 76 /// 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 D | TargetSchedule.cpp | 251 // 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 D | CSEInfo.cpp | 222 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 D | ExecutionUtils.cpp | 34 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 D | AttributeImpl.h | 195 static AttributeSetNode *get(LLVMContext &C, const AttrBuilder &B); 197 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs);
|
H A D | LLVMContext.cpp | 146 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 D | datum_type_parser_test.cc | 70 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 D | pass_remove_duplicates_test.cpp | 68 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 D | text_to_binary.control_flow_test.cpp | 83 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 D | EGLMultiContextTest.cpp | 260 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 D | SkStrikeCache.cpp | 134 SkStrike* strikePtr = strikeHandle->get(); 283 SkStrike* strikePtr = strike.get(); in internalAttachToHead()
|
/third_party/skia/src/gpu/ |
H A D | GrOpFlushState.cpp | 126 if (!GrConvertPixels( GrPixmap(tmpInfo, tmpPixels.get(), tightRB ), in doUpload() 131 buffer = tmpPixels.get(); in doUpload()
|
/third_party/skia/samplecode/ |
H A D | SampleFitCubicToCircle.cpp | 131 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 D | SampleAtlas.cpp | 193 fProc(canvas, fAtlas.get(), xform, fTex, colorsPtr, N, &cull, sampling, &paint); 231 canvas->drawDrawable(fDrawable.get());
|
/third_party/skia/src/effects/ |
H A D | SkOpPathEffect.cpp | 82 buffer.writeFlattenable(fOne.get()); in flatten() 83 buffer.writeFlattenable(fTwo.get()); in flatten()
|
/third_party/skia/src/gpu/text/ |
H A D | GrAtlasManager.cpp | 140 // 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 D | GrVkImage.h | 104 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 D | VkQueue.cpp | 232 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 D | OffsetRecordTable.java | 43 NumRecord record = recordList.get(index); in subTableAt() 145 return builders.get(tag); in builderForTag()
|