Home
last modified time | relevance | path

Searched refs:get (Results 3226 - 3250 of 13990) sorted by relevance

1...<<121122123124125126127128129130>>...560

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicClass.cpp104 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vertex"), DE_NULL) in iterate()
105 .setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(geometryShaderName), DE_NULL) in iterate()
106 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get("fragment"), DE_NULL) in iterate()
162 const VkBuffer buffers[] = { vertexBuffer.get()}; in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DExternalImageSiblingImpl11.cpp43 IDXGIResource *resource = d3d11::DynamicCastComObject<IDXGIResource>(mTexture.get()); in initialize()
107 *rtOut = mRenderTarget.get(); in getAttachmentRenderTarget()
160 ANGLE_TRY(mRenderer->allocateResource(context11, rtvDesc, mTexture.get(), &rtv)); in createRenderTarget()
200 ANGLE_TRY(mRenderer->allocateResource(context11, srvDesc, mTexture.get(), &srv)); in createRenderTarget()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCallDAG.cpp104 mCurrentFunction = &mFunctions[node->getFunction()->uniqueId().get()];
122 auto &record = mFunctions[node->getFunction()->uniqueId().get()];
132 auto it = mFunctions.find(node->getFunction()->uniqueId().get());
151 // call depth, we might get stack overflows (computation of the call depth uses the in assignIndicesInternal()
269 auto it = mFunctionIdToIndex.find(id.get()); in findIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp99 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerSubregToReg()
112 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerSubregToReg()
139 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerCopy()
156 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DPassTimingInfo.cpp143 return T.get(); in getPassTimer()
181 return *(Pair.first->second.get()); in getPassTimer()
201 const Timer *MyTimer = I.second.get(); in dump()
208 const Timer *MyTimer = I.second.get(); in dump()
/third_party/vk-gl-cts/execserver/tools/
H A DxsClient.cpp217 printf(" InfoMessage: '%s'\n", static_cast<InfoMessage*>(msg.get())->info.c_str()); in run()
225 printf(" ProcessFinished: exit code = %d\n", static_cast<ProcessFinishedMessage*>(msg.get())->exitCode); in run()
230 printf(" ProcessLaunchFailed: '%s'\n", static_cast<ProcessLaunchFailedMessage*>(msg.get())->reason.c_str()); in run()
236 ProcessLogDataMessage* logDataMsg = static_cast<ProcessLogDataMessage*>(msg.get()); in run()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dexecutor.cc47 std::tie(r, data) = sc.Compile(pipeline.get(), &shader_info, shader_map); in CompileShaders()
86 r = engine->CreatePipeline(pipeline.get()); in Execute()
101 Result r = ExecuteCommand(engine, cmd.get()); in Execute()
171 Result r = ExecuteCommand(engine, sub_cmd.get()); in ExecuteCommand()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dreplayer_test.cpp181 replayer_result.transformed_module.get())); in TEST()
259 replayer_result.transformed_module.get())); in TEST()
275 IsEqual(env, kTestShader, replayer_result.transformed_module.get())); in TEST()
395 IsEqual(env, kExpected, replayer_result.transformed_module.get())); in TEST()
/third_party/skia/src/gpu/
H A DGrBackendTextureImageGenerator.cpp52 dContext->priv().getResourceCache()->insertDelayedTextureUnref(texture.get()); in Make()
64 info, texture.get(), origin, dContext->directContextID(), in Make()
141 fRefHelper->fBorrowingContextReleaseProc = releaseProcHelper.get(); in onGenerateTexture()
175 resourceProvider->priv().gpu()->waitSemaphore(refHelper->fSemaphore.get()); in onGenerateTexture()
H A DGrRecordingContext.cpp103 return fDrawingManager.get(); in drawingManager()
130 GrRecordingContext::Arenas GrRecordingContext::OwnedArenas::get() { in get() function in GrRecordingContext::OwnedArenas
140 return {fRecordTimeAllocator.get(), fRecordTimeSubRunAllocator.get()}; in get()
/third_party/skia/src/gpu/d3d/
H A DGrD3DRenderTarget.cpp94 SkASSERT(info.fResource.get()); in MakeWrappedRenderTarget()
104 gpu->resourceProvider().createRenderTargetView(info.fResource.get()); in MakeWrappedRenderTarget()
117 gpu->resourceProvider().createRenderTargetView(msInfo.fResource.get()); in MakeWrappedRenderTarget()
141 return fMSAATextureResource.get(); in msaaTextureResource()
/third_party/skia/src/image/
H A DSkRescaleAndReadPixels.cpp83 linearSurf->getCanvas()->drawImage(bmp.asImage().get(), -srcX, -srcY, sampling, &paint); in SkRescaleAndReadPixels()
125 srcImage.get(), SkRect::Make(SkIRect::MakeXYWH(srcX, srcY, srcW, srcH)), in SkRescaleAndReadPixels()
137 SkPixmap pm(resultInfo, data.get(), rowBytes); in SkRescaleAndReadPixels()
144 const void* data(int i) const override { return fData.get(); } in SkRescaleAndReadPixels()
/third_party/skia/src/core/
H A DSkPathEffect.cpp62 SkASSERT(fPE0.get()); in SkPairPathEffect()
63 SkASSERT(fPE1.get()); in SkPairPathEffect()
67 buffer.writeFlattenable(fPE0.get());
68 buffer.writeFlattenable(fPE1.get());
/third_party/skia/src/gpu/gradients/
H A DGrGradientBitmapCache.cpp184 int32_t* buffer = storage.get(); in getGradient()
196 SkASSERT(buffer - storage.get() == keyCount); in getGradient()
203 if (!this->find(storage.get(), size, bitmap)) { in getGradient()
208 this->add(storage.get(), size, *bitmap); in getGradient()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
H A DLocaTable.java65 * @param glyphId the glyph id to get the offset for; must be less than or
78 * @param glyphId the glyph id to get the offset for; must be greater than or
236 * Internal method to get the loca list if already generated and if not to
313 * @param glyphId the glyph id to get the offset for; must be less than or
319 return this.getLocaList().get(glyphId); in glyphOffset()
326 * @param glyphId the glyph id to get the offset for; must be less than or
333 return this.getLocaList().get(glyphId + 1) - this.getLocaList().get(glyphId); in glyphLength()
392 return this.getLocaList().get(index); in loca()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_parsed_ir.hpp186 op(id, get<T>(id)); in for_each_typed_id()
197 op(id, get<T>(id)); in for_each_typed_id()
229 T &get(uint32_t id) in get() function in SPIRV_CROSS_NAMESPACE::ParsedIR
235 const T &get(uint32_t id) const in get() function in SPIRV_CROSS_NAMESPACE::ParsedIR
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dreplayer_test.cpp181 replayer_result.transformed_module.get())); in TEST()
259 replayer_result.transformed_module.get())); in TEST()
275 IsEqual(env, kTestShader, replayer_result.transformed_module.get())); in TEST()
395 IsEqual(env, kExpected, replayer_result.transformed_module.get())); in TEST()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dtstdtmod.cpp83 if(get() != expectedError) { in expectErrorAndReset()
92 if(get() != expectedError) { in expectErrorAndReset()
130 if (dataErr || get() == U_MISSING_RESOURCE_ERROR || get() == U_FILE_ACCESS_ERROR) { in errlog()
223 // Both of these resources get adopted by a TestData object. in createTestData()
251 // Both of these resources get adopted by a TestData object. in createTestData()
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
H A DPreparedDictionaryGenerator.java73 accumulator |= (src.get(i) & 0xFFL) << (8 * i); in generate()
78 accumulator = (accumulator >>> 8) | ((src.get(i + 7) & 0xFFL) << 56); in generate()
170 cursor += slotOffsets.get(slot); in generate()
178 items.put(cursor, items.get(cursor) | 0x80000000); in generate()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-atomic.hh152 int get () const { return hb_atomic_int_impl_get (&v); } in get() function
170 T *get () const { return (T *) hb_atomic_ptr_impl_get ((void **) &v); } in get() function
173 T * operator -> () const { return get (); } in operator ->()
174 template <typename C> operator C * () const { return get (); } in operator C *()
/third_party/python/Lib/test/
H A Dtest_dbm_ndbm.py30 # get() and setdefault() work as in the dict interface
31 self.assertEqual(self.d.get(b'a'), b'b')
32 self.assertIsNone(self.d.get(b'xxx'))
33 self.assertEqual(self.d.get(b'xxx', b'foo'), b'foo')
50 self.assertEqual(self.d.get(b'empty'), b'')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetMachine.h189 const MCAsmInfo *getMCAsmInfo() const { return AsmInfo.get(); } in getMCAsmInfo()
191 const MCRegisterInfo *getMCRegisterInfo() const { return MRI.get(); } in getMCRegisterInfo()
192 const MCInstrInfo *getMCInstrInfo() const { return MII.get(); } in getMCInstrInfo()
193 const MCSubtargetInfo *getMCSubtargetInfo() const { return STI.get(); } in getMCSubtargetInfo()
274 /// Add passes to the specified pass manager to get the specified file
288 /// Add passes to the specified pass manager to get machine code emitted with
334 /// Add passes to the specified pass manager to get the specified file
344 /// Add passes to the specified pass manager to get machine code emitted with
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp194 return CallLoweringInfo.get(); in getCallLowering()
198 return InstSelector.get(); in getInstructionSelector()
202 return Legalizer.get(); in getLegalizerInfo()
206 return RegBankInfo.get(); in getRegBankInfo()
214 // MachO large model always goes via a GOT, simply to get a single 8-byte in ClassifyGlobalReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp121 CSR = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in convert()
130 CSL = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in convert()
137 CSL = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in convert()
175 CM = ConstantInt::get(Ctx, A); in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp83 BuildMI(MBB, I, DL, TII.get(Mips::LiRxImmX16), V0) in initGlobalBaseReg()
85 BuildMI(MBB, I, DL, TII.get(Mips::AddiuRxPcImmX16), V1) in initGlobalBaseReg()
88 BuildMI(MBB, I, DL, TII.get(Mips::SllX16), V2).addReg(V0).addImm(16); in initGlobalBaseReg()
89 BuildMI(MBB, I, DL, TII.get(Mips::AdduRxRyRz16), GlobalBaseReg) in initGlobalBaseReg()
103 // if Address is FI, get the TargetFrameIndex. in selectAddr()
126 // If the first operand is a FI, get the TargetFI Node in selectAddr()

Completed in 30 milliseconds

1...<<121122123124125126127128129130>>...560