Home
last modified time | relevance | path

Searched refs:get (Results 4576 - 4600 of 15000) sorted by relevance

1...<<181182183184185186187188189190>>...600

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp126 const MCInstrDesc &II = TII->get(Def->getMachineOpcode()); in CheckForPhysRegDependency()
212 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode()); in ClusterNeighboringLoads()
315 const MCInstrDesc &MCID = TII->get(Opc);
333 // ensure that reallocation of the vector won't happen, so SUnit*'s won't get
373 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
391 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
449 const MCInstrDesc &MCID = TII->get(Opc);
463 TII->get(N->getMachineOpcode()).getImplicitDefs()) {
468 if (NumUsed > TII->get(N->getMachineOpcode()).getNumDefs())
567 unsigned NRegDefs = SchedDAG->TII->get(Nod
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp3635 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
3636 EXPECT_EQ(assembly, std::get<0>(result));
4742 const auto status = pass->Run(context.get());
5027 std::get<1>(SinglePassRunAndDisassemble<AggressiveDCEPass>(
7491 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
7492 EXPECT_EQ(assembly, std::get<0>(result));
7532 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
7533 EXPECT_EQ(text, std::get<0>(result));
7558 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
7559 EXPECT_EQ(text, std::get<
[all...]
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp660 *as_IB(image.get()), in draw_tiled_bitmap()
690 // the computed LOD is >= 0.5. At what scale factor does a texture get an LOD of in can_disable_mipmap()
735 draw_image(fContext.get(), in drawSpecial()
736 fSurfaceDrawContext.get(), in drawSpecial()
793 if (!image->isTextureBacked() && !as_IB(image)->isPinnedOnContext(fContext.get())) { in drawImageQuad()
805 if (should_tile_image_id(fContext.get(), in drawImageQuad()
820 draw_tiled_bitmap(fContext.get(), in drawImageQuad()
821 fSurfaceDrawContext.get(), in drawImageQuad()
839 draw_image(fContext.get(), in drawImageQuad()
840 fSurfaceDrawContext.get(), in drawImageQuad()
[all...]
/third_party/skia/src/core/
H A DSkTextBlob.cpp256 if (nullptr != fStorage.get()) { in ~SkTextBlobBuilder()
278 font.getBounds(run.glyphBuffer(), run.glyphCount(), glyphBounds.get(), nullptr); in TightRunBounds()
381 SkTextBlob::RunRecord* run = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + in updateDeferredBounds()
400 SkASSERT(nullptr == fStorage.get()); in reserve()
424 SkTextBlob::RunRecord* run = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + in mergeRun()
459 run = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun); in mergeRun()
471 run->validate(fStorage.get() + fStorageUsed); in mergeRun()
500 SkTextBlob::RunRecord* run = new (fStorage.get() + fStorageUsed) in allocInternal()
512 run->validate(fStorage.get() + fStorageUsed); in allocInternal()
608 SkASSERT(!fStorage.get()); in make()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp3635 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
3636 EXPECT_EQ(assembly, std::get<0>(result));
4742 const auto status = pass->Run(context.get());
5027 std::get<1>(SinglePassRunAndDisassemble<AggressiveDCEPass>(
7491 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
7492 EXPECT_EQ(assembly, std::get<0>(result));
7532 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
7533 EXPECT_EQ(text, std::get<0>(result));
7558 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
7559 EXPECT_EQ(text, std::get<
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1191 buffers.push_back(input1.buffer.get()); in iterate()
1192 buffers.push_back(input2.buffer.get()); in iterate()
1193 buffers.push_back(output1.buffer.get()); in iterate()
1231 &descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in iterate()
1352 &descriptorSetLayout.get(), // const VkDescriptorSetLayout* pSetLayouts; in iterate()
1361 auto compShaderModule = createShaderModule(vkdi, device, m_context.getBinaryCollection().get("comp")); in iterate()
1386 vkdi.cmdBindDescriptorSets(*cmdBuffer, vk::VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
1399 auto vertShaderModule = createShaderModule(vkdi, device, m_context.getBinaryCollection().get("vert")); in iterate()
1417 fragShaderModule = createShaderModule(vkdi, device, m_context.getBinaryCollection().get("frag")); in iterate()
1554 viewportState.get(), // cons in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp504 return MemoryLocation::get(SI); in getLocation()
506 return MemoryLocation::get(LI); in getLocation()
601 BlockScheduling *BS = Iter.second.get(); in deleteTree()
792 // are set to 1, we would still get a decent matching result.
1134 // It is therefore trivial to get the APO. We only need to check the in appendOperandsOfVL()
1293 // select a better matching value. We will get a non-null value in in reorder()
1421 /// Reorder commutative or alt operands to get better probability of
1644 TreeEntry *Last = VectorizableTree.back().get(); in newTreeEntry()
2014 // reordered duiring buildTree(). We therefore need to get its operands in schedule()
2027 if (auto *I = dyn_cast<Instruction>(U.get())) in schedule()
[all...]
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp138 // get args in JsCreateSoundPool()
145 // get create soundpool Parameter in JsCreateSoundPool()
160 }, MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncCtx.get()), &asyncCtx->work)); in JsCreateSoundPool()
177 CHECK_AND_RETURN_RET_LOG(asyncCtx != nullptr, result, "failed to get SoundPoolAsyncContext"); in JsLoad()
207 }, MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncCtx.get()), &asyncCtx->work)); in JsLoad()
211 }, MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncCtx.get()), &asyncCtx->work)); in JsLoad()
229 CHECK_AND_RETURN_RET_LOG(asyncCtx != nullptr, result, "failed to get SoundPoolAsyncContext"); in JsPlay()
254 }, MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncCtx.get()), &asyncCtx->work)); in JsPlay()
258 }, MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncCtx.get()), &asyncCtx->work)); in JsPlay()
276 CHECK_AND_RETURN_RET_LOG(asyncCtx != nullptr, result, "failed to get SoundPoolAsyncContex in JsStop()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Drtnetlink.sh3 # This test is for checking rtnetlink callpaths, and get as much coverage as possible.
237 ip route get 127.0.0.1 > /dev/null
239 ip route get 127.0.0.1 dev "$devdummy" > /dev/null
241 ip route get ::1 > /dev/null
243 ip route get fe80::1 dev "$devdummy" > /dev/null
245 ip route get 127.0.0.1 from 127.0.0.1 oif lo tos 0x10 mark 0x1 > /dev/null
247 ip route get ::1 from ::1 iif lo oif lo tos 0x10 mark 0x1 > /dev/null
251 ip route get 10.23.7.11 from 10.23.7.12 iif "$devdummy" > /dev/null
258 ip route get 10.23.8.11 > /dev/null
261 ip route get 10.2
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp442 if ( fromCalendar.get(UCAL_ERA,status) != toCalendar.get(UCAL_ERA,status)) { in formatImpl()
444 } else if ( fromCalendar.get(UCAL_YEAR, status) != in formatImpl()
445 toCalendar.get(UCAL_YEAR, status) ) { in formatImpl()
447 } else if ( fromCalendar.get(UCAL_MONTH, status) != in formatImpl()
448 toCalendar.get(UCAL_MONTH, status) ) { in formatImpl()
450 } else if ( fromCalendar.get(UCAL_DATE, status) != in formatImpl()
451 toCalendar.get(UCAL_DATE, status) ) { in formatImpl()
453 } else if ( fromCalendar.get(UCAL_AM_PM, status) != in formatImpl()
454 toCalendar.get(UCAL_AM_P in formatImpl()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddtitvfmt.cpp442 if ( fromCalendar.get(UCAL_ERA,status) != toCalendar.get(UCAL_ERA,status)) { in formatImpl()
444 } else if ( fromCalendar.get(UCAL_YEAR, status) != in formatImpl()
445 toCalendar.get(UCAL_YEAR, status) ) { in formatImpl()
447 } else if ( fromCalendar.get(UCAL_MONTH, status) != in formatImpl()
448 toCalendar.get(UCAL_MONTH, status) ) { in formatImpl()
450 } else if ( fromCalendar.get(UCAL_DATE, status) != in formatImpl()
451 toCalendar.get(UCAL_DATE, status) ) { in formatImpl()
453 } else if ( fromCalendar.get(UCAL_AM_PM, status) != in formatImpl()
454 toCalendar.get(UCAL_AM_P in formatImpl()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp367 return IntegerType::get(T->getContext(), BitWidth); in getCorrespondingIntegerType()
381 Type *PT = PointerType::get(NewTy, in convertAtomicLoadToIntegerType()
468 Type *PT = PointerType::get(NewTy, in convertAtomicStoreToIntegerType()
678 ConstantInt::get(Ret.WordType, (1 << (ValueSize * 8)) - 1), Ret.ShiftAmt, in createMaskInstrs()
928 Value *Res = UndefValue::get(CI->getType()); in expandPartwordCmpXchg()
993 Value *Res = UndefValue::get(CI->getType()); in expandAtomicCmpXchgToMaskedIntrinsic()
1042 StoreSuccess, ConstantInt::get(IntegerType::get(Ctx, 32), 0), "tryagain"); in insertRMWLLSCLoop()
1062 Type *PT = PointerType::get(NewTy, in convertCmpXchgToIntegerType()
1083 Value *Res = UndefValue::get(C in convertCmpXchgToIntegerType()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtitvfmt.cpp442 if ( fromCalendar.get(UCAL_ERA,status) != toCalendar.get(UCAL_ERA,status)) { in formatImpl()
444 } else if ( fromCalendar.get(UCAL_YEAR, status) != in formatImpl()
445 toCalendar.get(UCAL_YEAR, status) ) { in formatImpl()
447 } else if ( fromCalendar.get(UCAL_MONTH, status) != in formatImpl()
448 toCalendar.get(UCAL_MONTH, status) ) { in formatImpl()
450 } else if ( fromCalendar.get(UCAL_DATE, status) != in formatImpl()
451 toCalendar.get(UCAL_DATE, status) ) { in formatImpl()
453 } else if ( fromCalendar.get(UCAL_AM_PM, status) != in formatImpl()
454 toCalendar.get(UCAL_AM_P in formatImpl()
[all...]
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py239 self.assertEqual(v.get(), 1)
241 self.assertEqual(v.get(), 0)
1063 self.assertEqual(lb.get(0), 'el0')
1064 self.assertEqual(lb.get(3), 'el3')
1065 self.assertEqual(lb.get('end'), 'el7')
1066 self.assertEqual(lb.get(8), '')
1067 self.assertEqual(lb.get(-1), '')
1068 self.assertEqual(lb.get(3, 5), ('el3', 'el4', 'el5'))
1069 self.assertEqual(lb.get(5, 'end'), ('el5', 'el6', 'el7'))
1070 self.assertEqual(lb.get(
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp381 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), in simplifyCode()
411 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), in simplifyCode()
435 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), in simplifyCode()
489 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), in simplifyCode()
615 SrcMI->setDesc(TII->get(Opc)); in simplifyCode()
659 SrcMI->setDesc(TII->get(Opc)); in simplifyCode()
671 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::IMPLICIT_DEF), in simplifyCode()
673 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::INSERT_SUBREG), in simplifyCode()
720 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), in simplifyCode()
799 LiMI->setDesc(TII->get(LiM in simplifyCode()
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc112 input_.reset(new io::Tokenizer(raw_input_.get(), &error_collector_)); in SetupParser()
125 parser_->Parse(input_.get(), &actual); in ExpectParsesTo()
154 parser_->Parse(input_.get(), &file); in ExpectHasEarlyExitErrors()
168 parser_->Parse(input_.get(), &file); in ExpectHasValidationErrors()
196 EXPECT_TRUE(parser_->Parse(input_.get(), NULL)); in TEST_F()
206 EXPECT_TRUE(parser_->Parse(input_.get(), NULL)); in TEST_F()
216 EXPECT_FALSE(parser_->Parse(input_.get(), NULL)); in TEST_F()
224 EXPECT_TRUE(parser_->Parse(input_.get(), &file)); in TEST_F()
234 EXPECT_TRUE(parser_->Parse(input_.get(), &file)); in TEST_F()
247 EXPECT_TRUE(parser_->Parse(input_.get(), in TEST_F()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp538 const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, m_ssboSize); in iterate()
551 const Unique<VkShaderModule> shaderModule (createShaderModule (vk, device, m_context.getBinaryCollection().get("comp"), 0)); in iterate()
560 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
671 const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, m_ssboSize); in iterate()
685 const Unique<VkFramebuffer> framebuffer (makeFramebuffer (vk, device, *renderPass, colorImageView.get(), static_cast<deUint32>(renderSize.x()), static_cast<deUint32>(renderSize.y()))); in iterate()
695 Move<VkShaderModule> vertShaderModule = createShaderModule(vk, device, binaryCollection.get("vert"), 0u); in iterate()
699 Move<VkShaderModule> fragShaderModule = createShaderModule(vk, device, binaryCollection.get("frag"), 0u); in iterate()
703 tescShaderModule = createShaderModule(vk, device, binaryCollection.get("tesc"), 0u); in iterate()
704 teseShaderModule = createShaderModule(vk, device, binaryCollection.get("tese"), 0u); in iterate()
708 geomShaderModule = createShaderModule(vk, device, binaryCollection.get("geo in iterate()
[all...]
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp167 while (buf && jsonFileStream.get(ch)) { in GetJsonObjFromJson()
181 value = json.at(key).get<std::string>(); in GetStringFromJson()
554 dacOverrideSensitive = config[g_dacOverrideSensitive].get<std::string>(); in GetSandboxDacOverrideEnable()
574 sandboxRoot = config[g_sandboxRootPrefix].get<std::string>(); in GetSbxPathByConfig()
592 std::string switchStatus = config[g_sandBoxSwitchPrefix].get<std::string>(); in GetSbxSwitchStatusByConfig()
616 APPSPAWN_CHECK(info != nullptr, return false, "Filed to get domain info %{public}s", GetBundleName(appProperty)); in CheckMountConfig()
619 std::string app_apl_name = mntPoint[g_appAplName].get<std::string>(); in CheckMountConfig()
627 const std::string configSrcPath = mntPoint[g_srcPath].get<std::string>(); in CheckMountConfig()
718 mountFlags = GetMountFlagsFromConfig(config[g_sandBoxFlagsCustomized].get<std::vector<std::string>>()); in GetSandboxMountFlags()
720 mountFlags = GetMountFlagsFromConfig(config[g_sandBoxFlags].get<st in GetSandboxMountFlags()
[all...]
/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dcamera_hdi_uttest_v1_2.cpp43 common_metadata_header_t* data = ability->get(); in IsTagValueExistsU8()
140 // get DefferredImageTestInit in HWTEST_F()
206 // get DefferredImageTestInit in HWTEST_F()
232 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
264 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
494 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
554 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
629 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
650 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
685 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp142 if (realpath(path.c_str(), absPath.get()) == nullptr) { in GetRealPath()
145 path = absPath.get(); in GetRealPath()
380 CallBackError(env, asyncCallbackInfo->callback[COMMON_NUM::ONE], "get file failed", FILE_IO_ERROR); in GetComp()
853 if (read(fdg.GetFD(), buffer.get(), buf.st_size) != FAILED) { in ReadTextExec()
855 asyncCallbackInfo->contents = std::string(buffer.get()); in ReadTextExec()
905 if (read(fdg.GetFD(), buffer.get(), len) != FAILED) { in ReadArrayBufferExec()
908 asyncCallbackInfo->contents = std::string(buffer.get()); in ReadArrayBufferExec()
963 string path = (uri == nullptr) ? "" : uri.get(); in Mkdir()
1000 string path = (uri == nullptr) ? "" : uri.get(); in Rmdir()
1036 string path = (uri == nullptr) ? "" : uri.get(); in Get()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp385 // \todo [2015-10-08 elecro] for some reason we get better when using RGBA texture even in RGB case, this needs to be investigated
1079 if(m_externalCommandPool.get() != DE_NULL)
1080 copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, destImage, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT, &(m_externalCommandPool.get()->get()));
1106 if (m_externalCommandPool.get() == DE_NULL)
1115 activeCmdPool = m_externalCommandPool.get()->get();
1183 submitCommandsAndWait(vk, vkDevice, queue, cmdBuffer.get());
1696 ? mapSampler(refSampler, texFormat, minMaxLod.get().minLod, minMaxLod.get()
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp115 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) { in dcfontname_to_skstring()
117 if (0 == GetTextFace(deviceContext, fontNameLen, fontName.get())) { in dcfontname_to_skstring()
122 tchar_to_skstring(fontName.get(), familyName); in dcfontname_to_skstring()
255 // Used a logfont on a memory context, should never get a device font. in LogFontTypeface()
368 // We'll never get a cache hit, so no point in putting this in SkTypefaceCache. in SkCreateFontMemResourceTypefaceFromLOGFONT()
399 reinterpret_cast<LPGLYPHSET>(glyphSetBuffer.get()); in populate_glyph_to_unicode()
416 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(), in populate_glyph_to_unicode()
663 fGsA.eM11 = SkScalarToFIXED(GsA.get(SkMatrix::kMScaleX)); in SkScalerContext_GDI()
664 fGsA.eM12 = SkScalarToFIXED(-GsA.get(SkMatri in SkScalerContext_GDI()
[all...]
/third_party/skia/tests/
H A DResourceCacheTest.cpp130 REPORTER_ASSERT(reporter, get_SB(smallRT0.get()) == get_SB(smallRT1.get())); in DEF_GPUTEST_FOR_CONTEXTS()
138 REPORTER_ASSERT(reporter, get_SB(smallRT0.get()) == get_SB(smallRT2.get())); in DEF_GPUTEST_FOR_CONTEXTS()
146 REPORTER_ASSERT(reporter, get_SB(smallRT0.get()) != get_SB(bigRT.get())); in DEF_GPUTEST_FOR_CONTEXTS()
157 REPORTER_ASSERT(reporter, get_SB(smallRT0.get()) != get_SB(smallMSAART0.get())); in DEF_GPUTEST_FOR_CONTEXTS()
166 REPORTER_ASSERT(reporter, get_SB(smallMSAART0.get()) == get_SB(smallMSAART1.get())); in DEF_GPUTEST_FOR_CONTEXTS()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp132 llvm::sys::fs::make_absolute(WorkingDir.get(), Path); in makeAbsolute()
220 assert(FD != kInvalidFile && "cannot get buffer for closed file"); in getBuffer()
397 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
562 llvm::MemoryBuffer *getBuffer() const { return Buffer.get(); } in getBuffer()
639 return I->second.get(); in getChild()
645 .first->second.get(); in addChild()
713 detail::InMemoryDirectory *Dir = Root.get(); in addFile()
852 auto FromNode = lookupInMemoryNode(*this, Root.get(), FromPath); in addHardLink()
853 auto ToNode = lookupInMemoryNode(*this, Root.get(), ToPath); in addHardLink()
863 auto Node = lookupInMemoryNode(*this, Root.get(), Pat in status()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp385 // \todo [2015-10-08 elecro] for some reason we get better when using RGBA texture even in RGB case, this needs to be investigated
1081 if(m_externalCommandPool.get() != DE_NULL)
1082 copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, destImage, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, &(m_externalCommandPool.get()->get()));
1108 if (m_externalCommandPool.get() == DE_NULL)
1117 activeCmdPool = m_externalCommandPool.get()->get();
1185 submitCommandsAndWait(vk, vkDevice, queue, cmdBuffer.get());
1698 ? mapSampler(refSampler, texFormat, minMaxLod.get().minLod, minMaxLod.get()
[all...]

Completed in 56 milliseconds

1...<<181182183184185186187188189190>>...600