/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryBasicClass.cpp | 104 .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 D | ExternalImageSiblingImpl11.cpp | 43 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 D | CallDAG.cpp | 104 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 D | ExpandPostRAPseudos.cpp | 99 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 D | PassTimingInfo.cpp | 143 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 D | xsClient.cpp | 217 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 D | executor.cc | 47 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 D | replayer_test.cpp | 181 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 D | GrBackendTextureImageGenerator.cpp | 52 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 D | GrRecordingContext.cpp | 103 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 D | GrD3DRenderTarget.cpp | 94 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 D | SkRescaleAndReadPixels.cpp | 83 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 D | SkPathEffect.cpp | 62 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 D | GrGradientBitmapCache.cpp | 184 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 D | LocaTable.java | 65 * @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 D | spirv_cross_parsed_ir.hpp | 186 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 D | replayer_test.cpp | 181 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 D | tstdtmod.cpp | 83 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 D | PreparedDictionaryGenerator.java | 73 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 D | hb-atomic.hh | 152 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 D | test_dbm_ndbm.py | 30 # 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 D | TargetMachine.h | 189 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 D | AArch64Subtarget.cpp | 194 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 D | HexagonGenExtract.cpp | 121 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 D | Mips16ISelDAGToDAG.cpp | 83 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()
|