/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 388 m_vertexShaderModule = createShaderModule(m_vkd, m_device, m_context.getBinaryCollection().get("position_only.vert"), 0); in iterate() 389 m_fragmentShaderModule = createShaderModule(m_vkd, m_device, m_context.getBinaryCollection().get("only_color_out.frag"), 0); in iterate() 461 &m_imageView.get(), // const VkImageView* pAttachments in createFramebuffer() 555 &(m_descriptorSetLayout.get()) // const VkDescriptorSetLayout* pSetLayouts in createAndUpdateDescriptorSet() 576 &(m_descriptorSetLayout.get()), // const VkDescriptorSetLayout* pSetLayouts in createPipelineLayout() 881 &semaphore.get(), // const VkSemaphore* pWaitSemaphores; in iterate() 884 &m_cmdBufferCopy.get(), // const VkCommandBuffer* pCommandBuffers; in iterate() 891 VK_CHECK(m_vkd.waitForFences(m_device, 1u, &m_fence_1.get(), DE_TRUE, ~0ull)); in iterate() 907 semaphore.get(), // VkSemaphore semaphore; in iterate() 914 VK_CHECK(m_vkd.waitForFences(m_device, 1u, &m_fence_2.get(), DE_TRU in iterate() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.h | 130 return mTextureCaps.get(internalFormat); in getTextureCap() 312 return mSamplerTextures[type][sampler].get(); 329 Sampler *getSampler(GLuint textureUnit) const { return mSamplers[textureUnit].get(); } 338 Renderbuffer *getCurrentRenderbuffer() const { return mRenderbuffer.get(); } 385 ProgramPipeline *getProgramPipeline() const { return mProgramPipeline.get(); } 389 TransformFeedback *getCurrentTransformFeedback() const { return mTransformFeedback.get(); } 393 TransformFeedback *curTransformFeedback = mTransformFeedback.get(); 398 TransformFeedback *curTransformFeedback = mTransformFeedback.get(); in isTransformFeedbackActiveUnpaused() 430 return mBoundBuffers[target].get(); in getTargetBuffer() 785 return tf == mTransformFeedback.get(); in isCurrentTransformFeedback() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 269 TreeNode *TypeNode = TypeIt->second.get(); in cleanUpManifests() 275 TreeNode *NameNode = NameIt->second.get(); in cleanUpManifests() 297 TreeNode *FirstNode = FirstIt->second.get(); in cleanUpManifests() 300 TreeNode *LastNode = LastIt->second.get(); in cleanUpManifests() 347 ResourceEntryRef Entry = EntryOrErr.get(); in parse() 519 Result = ElementInserted.first->second.get(); in addDataChild() 906 DataEntriesTreeOrder.push_back(Child.second.get()); in writeDirectoryTree() 913 Queue.push(Child.second.get()); in writeDirectoryTree() 925 DataEntriesTreeOrder.push_back(Child.second.get()); in writeDirectoryTree() 932 Queue.push(Child.second.get()); in writeDirectoryTree() [all...] |
/third_party/python/Lib/ |
H A D | configparser.py | 68 converter gets its corresponding get*() method on the parser object and 103 get(section, option, raw=False, vars=None, fallback=_UNSET) 112 Like get(), but convert value to an integer. 115 Like get(), but convert value to a float. 118 Like get(), but convert value to a boolean (currently case 409 rawval = parser.get(section, option, raw=True, fallback=rest) 470 rawval = parser.get(section, option, raw=True, fallback=rest) 502 v = parser.get(sect, opt, raw=True) 781 def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET): member in RawConfigParser 819 return conv(self.get(sectio 1310 def get(self, option, fallback=None, *, raw=False, vars=None, global() member in SectionProxy [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 530 return ConstantInt::get(ResultType, Size); in lowerObjectSizeCall() 548 return Builder.CreateSelect(UseZero, ConstantInt::get(ResultType, 0), in lowerObjectSizeCall() 556 return ConstantInt::get(ResultType, MaxVal ? -1ULL : 0); in lowerObjectSizeCall() 839 Zero = ConstantInt::get(IntTy, 0); in compute() 856 I->replaceAllUsesWith(UndefValue::get(I->getType())); in compute() 870 return std::make_pair(ConstantInt::get(Context, Const.first), in compute_() 871 ConstantInt::get(Context, Const.second)); in compute_() 924 Value *Size = ConstantInt::get(ArraySize->getType(), in visitAllocaInst() 1004 OffsetPHI->replaceAllUsesWith(UndefValue::get(IntTy)); in visitPHINode() 1007 SizePHI->replaceAllUsesWith(UndefValue::get(IntT in visitPHINode() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 410 Dest = MaybeWord.get(); in ReadSignature() 526 uint32_t Size = MaybeSize.get(); in decodeMetadataStringsBlob() 569 if (MaybeCode.get() != bitc::ENTER_SUBBLOCK) in analyze() 575 if (MaybeBlockID.get() == bitc::BLOCKINFO_BLOCK_ID) { in analyze() 581 std::move(MaybeNewBlockInfo.get()); in analyze() 598 if (MaybeCode.get() != bitc::ENTER_SUBBLOCK) in analyze() 605 if (Error E = parseBlock(MaybeBlockID.get(), 0, O, CheckHash)) in analyze() 745 std::move(MaybeNewBlockInfo.get()); in parseBlock() 794 BitstreamEntry Entry = MaybeEntry.get(); in parseBlock() 844 unsigned Code = MaybeCode.get(); in parseBlock() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 325 // Hide the symbol so that we correctly get a copy for each executable. in createPGOFuncNameVar() 888 memcpy(VPD.get(), D, TotalSize); in getValueProfData() 943 ArrayRef<InstrProfValueData> VDs(VD.get(), NV); in annotateValueSite() 958 ConstantInt::get(Type::getInt32Ty(Ctx), ValueKind))); in annotateValueSite() 961 MDHelper.createConstant(ConstantInt::get(Type::getInt64Ty(Ctx), Sum))); in annotateValueSite() 967 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Value))); in annotateValueSite() 969 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Count))); in annotateValueSite() 973 Inst.setMetadata(LLVMContext::MD_prof, MDNode::get(Ctx, Vals)); in annotateValueSite() 1040 MDNode *N = MDNode::get(C, MDString::get( in createPGOFuncNameMetadata() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 355 !(MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOP3))) { in getInstruction() 373 if (Res && (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::MIMG)) { in getInstruction() 402 int Tied = MCII->get(MI.getOpcode()).getOperandConstraint(VDstIn_Idx, in getInstruction() 444 unsigned DescNumOps = MCII->get(Opc).getNumOperands(); in convertDPP8Inst() 486 bool IsGather4 = MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::Gather4; in convertMIMGInst() 541 auto DataRCID = MCII->get(NewOpcode).OpInfo[VDataIdx].RegClass; in convertMIMGInst() 564 auto AddrRCID = MCII->get(NewOpcode).OpInfo[VAddr0Idx].RegClass; in convertMIMGInst() 1218 return std::get<0>(Val) == static_cast<uint64_t>(Value) 1219 && std::get<2>(Val) == ELF::STT_NOTYPE; 1222 auto *Sym = Ctx.getOrCreateSymbol(std::get< [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 380 return ArrayType::get(Type::getInt8Ty(Context), Padding); in getPaddingType() 409 auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy, in buildFrameType() 464 Types.push_back(ArrayType::get(Ty, Count)); in buildFrameType() 620 ConstantInt::get(Type::getInt32Ty(C), 0), in insertSpills() 621 ConstantInt::get(Type::getInt32Ty(C), Index), in insertSpills() 628 Indices.push_back(ConstantInt::get(Type::getInt32Ty(C), 0)); in insertSpills() 1166 auto FnTy = FunctionType::get(ValueTy, {}, false); in emitGetSwiftErrorValue() 1167 auto Fn = ConstantPointerNull::get(FnTy->getPointerTo()); in emitGetSwiftErrorValue() 1181 auto FnTy = FunctionType::get(V->getType()->getPointerTo(), in emitSetSwiftErrorValue() 1183 auto Fn = ConstantPointerNull::get(FnT in emitSetSwiftErrorValue() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 160 I->replaceAllUsesWith(UndefValue::get(I->getType())); in doPromotion() 216 FunctionType *NFTy = FunctionType::get(RetTy, Params, FTy->isVarArg()); in doPromotion() 232 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 264 ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), nullptr}; in doPromotion() 266 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i); in doPromotion() 293 Ops.push_back(ConstantInt::get(IdxTy, II)); in doPromotion() 339 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion() 394 Value *Idxs[2] = {ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), in doPromotion() 398 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i); in doPromotion() 757 MemoryLocation Loc = MemoryLocation::get(Loa in isSafeToPromoteArgument() [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | python_message.py | 87 "setting" nonexistent fields in the protocol message, which then wouldn't get 221 clients can use to get and (in some cases) set the value 607 Clients can use this property to get and (in the case 640 can use this property to get the value of the field, which will be either a 656 field_value = self._fields.get(field) 684 Clients can use this property to get and directly set the value of the field. 702 return self._fields.get(field, default_value) 745 Clients can use this property to get the value of the field, but cannot 758 field_value = self._fields.get(field) 877 value = self._fields.get(fiel [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_containers.cc | 362 int cmp = PyObject_RichCompareBool(value1.get(), value2, Py_EQ); in DescriptorSequence_Equal() 406 PyObject* value2 = PyDict_GetItem(other, key.get()); in DescriptorMapping_Equal() 411 int cmp = PyObject_RichCompareBool(value1.get(), value2, Py_EQ); in DescriptorMapping_Equal() 460 if (!PyArg_UnpackTuple(args, "get", 1, 2, &key, &default_value)) { in Get() 486 PyList_SET_ITEM(list.get(), index, key); in Keys() 502 PyList_SET_ITEM(list.get(), index, value); in Values() 522 PyTuple_SET_ITEM(obj.get(), 0, key); in Items() 527 PyTuple_SET_ITEM(obj.get(), 1, value); in Items() 528 PyList_SET_ITEM(list.get(), index, obj.release()); in Items() 550 { "get", (PyCFunctio [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 741 copyBufferToImage(vkd, *cmdBuffer, inputBuffer->get(), bufferSize, in exportImportMemoryExplicitModifiersCase() 925 outputBuffer->get(), tcu::IVec2(imageSize.x(), imageSize.y()), in exportImportMemoryExplicitModifiersCase() 1098 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that listing supported modifiers is functional", checkModifiersSupported, listModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1099 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Check that listing supported modifiers is functional", checkModifiersList2Supported, listModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests() 1112 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with modifier list is functional", checkModifiersSupported, createImageListModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1113 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with modifier list is functional", checkModifiersList2Supported, createImageListModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests() 1126 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with an explicit modifier is functional", checkModifiersSupported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1127 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with an explicit modifier is functional", checkModifiersList2Supported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests() 1140 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Test exporting/importing images with modifiers", checkExportImportExtensions<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, exportImportMemoryExplicitModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests() 1141 addFunctionCase(group2.get(), getFormatCaseNam in createTests() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.cpp | 511 if (in.get() != '{') in parseCaseTrie() 518 const int curChr = in.get(); in parseCaseTrie() 557 in.get(); in parseCaseTrie() 559 in.get(); in parseCaseTrie() 581 const int curChr = in.get(); in parseSimpleCaseList() 610 in.get(); in parseSimpleCaseList() 735 const int curChr = in.get(); in parseCaseList() 1257 if (!result && m_caseFractionMandatoryTests.get() != DE_NULL) in checkTestGroupName() 1271 if (!result && m_caseFractionMandatoryTests.get() != DE_NULL) in checkTestCaseName() 1280 (m_caseFractionMandatoryTests.get()! in checkCaseFraction() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 418 m_cbImageView[cbIndex] = buildImageView(device, vk, m_cbFormat, m_cbImage[cbIndex]->get()); in buildColorBufferObjects() 421 if (m_params->useDepthStencil() && m_dsImage.get() == nullptr) in buildColorBufferObjects() 425 m_dsImageView = buildImageView(device, vk, dsFormat, m_dsImage->get()); in buildColorBufferObjects() 434 m_srImageView[srIndex] = buildImageView(device, vk, m_params->srFormat, m_srImage[srIndex]->get()); in buildShadingRateObjects() 1269 Move<VkShaderModule> compShader = createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0); in runComputeShaderMode() 1270 Move<VkShaderModule> vertShader = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0); in runComputeShaderMode() 1271 Move<VkShaderModule> fragShader = createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0); in runComputeShaderMode() 1400 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in runComputeShaderMode() 1424 Move<VkShaderModule> vertSetupShader = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert_setup"), 0); in runFragmentShaderMode() 1425 Move<VkShaderModule> fragSetupShader = createShaderModule(vk, device, m_context.getBinaryCollection().get("frag_setu in runFragmentShaderMode() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateTimePatternGenerator.java | 122 DateTimePatternGenerator result = DTPNG_CACHE.get(localeKey); in getFrozenInstance() 333 String[] list = LOCALE_TO_ALLOWED_HOUR.get(langCountry); in getAllowedHourFormatsLangCountry() 335 list = LOCALE_TO_ALLOWED_HOUR.get(country); in getAllowedHourFormatsLangCountry() 505 // to get mm:ss, we strip all but mm literal ss in hackTimes() 508 Object item = fp.items.get(i); in hackTimes() 530 // to get hh:mm, we strip (literal ss) and (literal S) in hackTimes() 535 Object item = fp.items.get(i); in hackTimes() 542 if (variables.get(j)) break; in hackTimes() 555 if (nuke.get(i)) continue; in getFilteredPattern() 556 Object item = fp.items.get( in getFilteredPattern() [all...] |
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 169 prop = _properties.get(pname) 174 prop = _properties.get(norm_name) 195 aliases = values.get(vname) 198 aliases = values.get(norm_name) 780 pending_h2 = "" # Drop a pending h2 when we get to an h1. 881 c_nv = c_props.get("nv") 1056 # Does the file get smaller by setting the block default? 1285 cc = props.get("ccc") 1301 dt = props.get("dt") 1308 dt = props.get("d [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateTimePatternGenerator.java | 118 DateTimePatternGenerator result = DTPNG_CACHE.get(localeKey); in getFrozenInstance() 206 // Typically get either UResourceBundle.TABLE = 2 or ICUResourceBundle.ALIAS = 3. in put() 321 String[] list = LOCALE_TO_ALLOWED_HOUR.get(langCountry); in getAllowedHourFormatsLangCountry() 323 list = LOCALE_TO_ALLOWED_HOUR.get(country); in getAllowedHourFormatsLangCountry() 485 // to get mm:ss, we strip all but mm literal ss in hackTimes() 488 Object item = fp.items.get(i); in hackTimes() 510 // to get hh:mm, we strip (literal ss) and (literal S) in hackTimes() 515 Object item = fp.items.get(i); in hackTimes() 522 if (variables.get(j)) break; in hackTimes() 535 if (nuke.get( in getFilteredPattern() [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 745 /// children list. This is to make sure that every allowlisted item get's 821 self.type_params.get(definition).cloned() in get_type_param() 936 // debug_assert!(self.items.get(&resolved).is_some(), "How?"); in resolve_typerefs() 1051 let replacement = self.replacements.get(&path[1..]); in process_replacements() 1276 .get(&id) in lookup_sizedness() 1300 .get(&id.into()) in lookup_has_vtable() 1381 .get(&item) in uses_template_parameter() 1400 .get(&item) in uses_any_template_parameters() 1404 // This deserves a comment. Builtin types don't get a valid declaration, so 1462 self.items.get(i in resolve_item_fallible() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 696 const Move<VkShaderModule> vertModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert" + shaderSuffix), 0u); in iterate() 697 const Move<VkShaderModule> fragModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag" + shaderSuffix), 0u); in iterate() 717 vkd.cmdBindVertexBuffers(*commandBuffer, 0u, 1u, &vertexBuffer->get(), &offsetZero); in iterate() 726 copyImageToBuffer(vkd, *commandBuffer, image->get(), resultBuffer->get(), tcu::IVec2(width, height)); in iterate() 736 if (verify(resultBuffer.get())) in iterate() 1103 const Move<VkShaderModule> vertModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() 1130 const BufferWithMemory* buffer = (ndx == 0) ? resultBuffer.get() : referenceBuffer.get(); in iterate() 1132 const Move<VkShaderModule> fragModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get(fragModuleNam in iterate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 114 processLocation(M, DbgLoc.get()); in processInstruction() 286 return isa<DILocation>(Op.get()); in stripDebugLocFromLoopID() 293 return !isa<DILocation>(Op.get()); in stripDebugLocFromLoopID() 300 Args.push_back(TempNode.get()); in stripDebugLocFromLoopID() 308 MDNode *LoopID = MDNode::get(N->getContext(), Args); in stripDebugLocFromLoopID() 406 : EmptySubroutineType(DISubroutineType::get(C, DINode::FlagZero, 0, in DebugTypeInfoRemoval() 407 MDNode::get(C, {}))) {} in DebugTypeInfoRemoval() 450 auto *NewMDS = DISubprogram::get( in getReplacementSubprogram() 501 return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(), in getReplacementMDLocation() 512 auto *Ret = MDNode::get( in getReplacementMDNode() [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | command_parser.cc | 520 // This could overflow, but I don't really expect us to get command files in ParseValues() 575 buffer = b.get(); in ProcessSSBO() 597 auto fmt = MakeUnique<Format>(type.get()); in ProcessSSBO() 600 buf->SetFormat(fmt.get()); in ProcessSSBO() 603 } else if (!buf->GetFormat()->Equal(fmt.get())) { in ProcessSSBO() 649 auto fmt = MakeUnique<Format>(type.get()); in ProcessSSBO() 650 buf->SetFormat(fmt.get()); in ProcessSSBO() 728 buffer = b.get(); in ProcessUniform() 742 // not want to try to lookup the buffer or we'll accidentally get whatever in ProcessUniform() 746 cmd->SetBuffer(b.get()); in ProcessUniform() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 524 /// get - Dereference as a NodeT reference. 526 NodeT &get() const { in get() function in llvm::IntervalMapImpl::NodeRef 763 // path to get there from the root. 1160 NR = NR.get<Branch>().safeLookup(x); 1161 return NR.get<Leaf>().safeLookup(x, NotFound); 1197 rootBranch().stop(n) = node[n].template get<Leaf>().stop(size[n]-1); 1200 rootBranchStart() = node[0].template get<Leaf>().start(0); 1236 rootBranch().stop(n) = Node[n].template get<Branch>().stop(Size[n]-1); 1276 deleteNode(&Node.get<Branch>()); 1278 deleteNode(&Node.get<Lea [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 606 graphicsPipeline.get()->setMonolithicPipelineLayout(pipelineLayout) in makeGraphicsPipeline() 880 images.push_back(wd.floatColor1.image.get()); in initializeAttachments() 881 attachments.push_back(wd.floatColor1.view.get()); in initializeAttachments() 886 images.push_back(wd.floatColor2.image.get()); in initializeAttachments() 887 attachments.push_back(wd.floatColor2.view.get()); in initializeAttachments() 892 images.push_back(wd.intColor.image.get()); in initializeAttachments() 893 attachments.push_back(wd.intColor.view.get()); in initializeAttachments() 898 images.push_back(wd.depthStencil.image.get()); in initializeAttachments() 899 attachments.push_back(wd.depthStencil.view.get()); in initializeAttachments() 906 images.push_back(wd.floatResolve1.image.get()); in initializeAttachments() [all...] |
/third_party/jerryscript/tests/jerry-test-suite/11/11.01/11.01.05/ |
H A D | 11.01.05-007.js | 17 get a() {
|