Home
last modified time | relevance | path

Searched refs:get (Results 5551 - 5575 of 11876) sorted by relevance

1...<<221222223224225226227228229230>>...476

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp642 submitCommandsAndWait(vk, m_device, queue, m_cmdBuffer.get());
1015 throw tcu::ResourceError("Unable to get clock frequency with QueryPerformanceFrequency");
1306 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in runTest()
1746 auto vertexShaderModule = ShaderWrapper(vk, m_device, m_context.getBinaryCollection().get("color_vert"), 0); in buildPipeline()
1747 auto fragmentShaderModule = ShaderWrapper(vk, m_device, m_context.getBinaryCollection().get("color_frag"), 0); in buildPipeline()
1791 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0u, 1u, &m_vertexBuffer.get(), &offsets); in configCommandBuffer()
2011 ShaderWrapper vertShaderModule = ShaderWrapper(vk, m_device, m_context.getBinaryCollection().get("color_vert"), 0); in buildPipeline()
2012 ShaderWrapper fragShaderModule = ShaderWrapper(vk, m_device, m_context.getBinaryCollection().get("color_frag"), 0); in buildPipeline()
2019 tescShaderModule = ShaderWrapper(vk, m_device, m_context.getBinaryCollection().get("basic_tcs"), 0); in buildPipeline()
2020 teseShaderModule = ShaderWrapper(vk, m_device, m_context.getBinaryCollection().get("basic_te in buildPipeline()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp148 AttributeSet::get(Context, FnAttrs)); in ValidateEndOfModule()
156 AttributeSet::get(Context, FnAttrs)); in ValidateEndOfModule()
164 AttributeSet::get(Context, FnAttrs)); in ValidateEndOfModule()
172 AttributeSet::get(Context, FnAttrs)); in ValidateEndOfModule()
177 GV->setAttributes(AttributeSet::get(Context,Attrs)); in ValidateEndOfModule()
669 Result = MDString::get(Context, Str); in ParseMDString()
692 Result = FwdRef.first.get(); in ParseMDNodeID()
985 NumberedVals.push_back(GA.get()); in parseIndirectSymbol()
996 GVal->replaceAllUsesWith(GA.get()); in parseIndirectSymbol()
1002 M->getAliasList().push_back(cast<GlobalAlias>(GA.get())); in parseIndirectSymbol()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp311 return syncFuture.get(); in Dump()
435 return syncFuture.get(); in GetRealWindowAndElementId()
452 return syncFuture.get(); in GetSceneBoardInnerWinId()
592 HILOG_ERROR("get operation is nullptr"); in ExecuteActionOnAccessibilityFocused()
600 HILOG_ERROR("get operation is nullptr"); in ExecuteActionOnAccessibilityFocused()
678 return syncFuture.get(); in RegisterCaptionObserver()
723 return syncFuture.get(); in RegisterEnableAbilityListsObserver()
757 return syncFuture.get(); in GetAbilityList()
893 HILOG_INFO("get treeId element and treeid - treeId: %{public}d parameter.elementId[%{public}" PRId64 "]" in RegisterElementOperator()
1106 return syncFuture.get(); in GetEnabledState()
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js77 // A helper to get the global of a Function object. This is needed to determine
317 ? this.skipped.get(name).push(parsed)
357 const next = this.skipped.get(deferred);
780 partialTestCount += testedPartials.get(parsed_idl.name);
980 // that we get the right type
1467 assert_false("get" in desc, "self's property " + format_value(this.name) + " should not have a getter");
1557 assert_false("get" in desc, this.name + ".length should not have a getter");
1583 assert_false("get" in desc, this.name + ".name should not have a getter");
1633 assert_false('get' in desc, alias + " should not have a getter");
1672 assert_false("get" i
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.cc520 Logger::set_logger_impl(logger_.get()); in SetLogger()
618 // Add the ASCII digits so that they don't get deleted by NormalizeHelper(). in InitializeMapsAndSets()
796 regexp_cache_(new RegExpCache(*regexp_factory_.get(), 128)), in PhoneNumberRegExpsAndMappings()
866 Logger::set_logger_impl(logger_.get()); in PhoneNumberUtil()
989 // Public wrapper function to get a PhoneNumberUtil instance with the default
1004 return reg_exps_->plus_chars_pattern_->Consume(number_string_piece.get()); in StartsWithPlusCharsPattern()
1345 // local area. It is trickier to get that to work correctly than in FormatNumberForMobileDialing()
1730 number_copy.get())) { in ChooseFormattingPatternForNumber()
1786 if (reg_exps_->separator_pattern_->Consume(number.get())) { in FormatNsnUsingPatternWithCarrier()
1937 GetRegExp(metadata->leading_digits()).Consume(number.get())) { in GetRegionCodeForNumberFromRegionList()
[all...]
/third_party/python/Lib/
H A Dtarfile.py1105 has_device_fields = info.get("type") in (CHRTYPE, BLKTYPE)
1107 devmajor = itn(info.get("devmajor", 0), 8, format)
1108 devminor = itn(info.get("devminor", 0), 8, format)
1115 filetype = info.get("type", REGTYPE)
1120 stn(info.get("name", ""), 100, encoding, errors),
1121 itn(info.get("mode", 0) & 0o7777, 8, format),
1122 itn(info.get("uid", 0), 8, format),
1123 itn(info.get("gid", 0), 8, format),
1124 itn(info.get("size", 0), 12, format),
1125 itn(info.get("mtim
[all...]
H A Dpydoc.py23 local machine. Port number 0 can be used to get an arbitrary unused port.
95 cls = sys.modules.get(func.__module__)
320 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0])
353 lastupdate, result = cache.get(filename, (None, None))
467 PYTHONDOCS = os.environ.get("PYTHONDOCS",
503 docloc = os.environ.get("PYTHONDOCS", self.PYTHONDOCS)
650 name, module = object.__name__, sys.modules.get(object.__module__)
792 module = sys.modules.get(modname)
1568 use_pager = os.environ.get('MANPAGER') or os.environ.get('PAGE
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h149 BufferHelper *getCurrentBuffer() const { return mBuffer.get(); } in getCurrentBuffer()
424 // another is created. The query pools live permanently, but are recycled as indices get freed.
572 // but are recycled as semaphores get freed.
982 return mValues[index.get()]; in operator []()
996 ImageHelper *&operator[](PackedAttachmentIndex index) { return mImages[index.get()]; } in operator []()
2391 return mCurrentMaxLevel.get() < mPerLevelStencilReadImageViews.size() in hasStencilReadImageView()
2392 ? mPerLevelStencilReadImageViews[mCurrentMaxLevel.get()].valid() in hasStencilReadImageView()
2398 if ((mLinearColorspace && mCurrentMaxLevel.get() < mPerLevelLinearFetchImageViews.size()) || in hasFetchImageView()
2399 (!mLinearColorspace && mCurrentMaxLevel.get() < mPerLevelSRGBFetchImageViews.size())) in hasFetchImageView()
2411 if ((mLinearColorspace && mCurrentMaxLevel.get() < mPerLevelLinearCopyImageView in hasCopyImageView()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp383 Type *RetTy = (Type *)StructType::get(Ty, Ty); in LowerDivRem()
621 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); in LowerBR_CC()
639 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); in LowerSELECT_CC()
654 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); in LowerSETCC()
925 llvm_unreachable("don't know how to get the name for this callee"); in getFunctionName()
1326 // Reverse splitted return values to get the "big endian" format required in LowerCallResult()
1391 // Reverse splitted return values to get the "big endian" format required in LowerReturn()
1528 BuildMI(BB, dl, TII.get(AVR::CPIRdK)).addReg(ShiftAmtSrcReg).addImm(0); in insertShift()
1529 BuildMI(BB, dl, TII.get(AVR::BREQk)).addMBB(RemBB); in insertShift()
1536 BuildMI(LoopBB, dl, TII.get(AV in insertShift()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp874 const MCInstrDesc &D = HII->get(ExtOpc); in getRegOffOpcode()
1067 const MCInstrDesc &D = HII->get(Opc); in getOffsetRange()
1115 const MCInstrDesc &D = HII->get(IdxOpc); in getOffsetRange()
1543 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::PS_fi), DefR) in insertInitializer()
1550 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::A2_tfrsi), DefR) in insertInitializer()
1555 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::A2_subri), DefR) in insertInitializer()
1560 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::A2_addi), DefR) in insertInitializer()
1568 InitI = BuildMI(MBB, At, dl, HII->get(NewOpc), DefR) in insertInitializer()
1598 BuildMI(MBB, At, dl, HII->get(RegOpc)) in replaceInstrExact()
1605 BuildMI(MBB, At, dl, HII->get(RegOp in replaceInstrExact()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp709 Constant *OffsetIntPtr = ConstantInt::get(IntIdxTy, Offset); in stripAndComputeConstantOffsets()
745 return UndefValue::get(Op0->getType()); in SimplifySubInst()
944 return UndefValue::get(Ty); in simplifyDivRem()
954 return UndefValue::get(Ty); in simplifyDivRem()
971 return IsDiv ? ConstantInt::get(Ty, 1) : Constant::getNullValue(Ty); in simplifyDivRem()
1018 Constant *PosDividendC = ConstantInt::get(Ty, C->abs()); in isDivZero()
1019 Constant *NegDividendC = ConstantInt::get(Ty, -C->abs()); in isDivZero()
1034 Constant *PosDivisorC = ConstantInt::get(Ty, C->abs()); in isDivZero()
1035 Constant *NegDivisorC = ConstantInt::get(Ty, -C->abs()); in isDivZero()
1255 return UndefValue::get(Op in SimplifyShift()
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp175 CHECK_AND_RETURN_LOG(format.GetIntValue(formatKey, val), "Set parameter failed: get value fail"); in ConfigureSurface()
206 avCodecContext_ = std::shared_ptr<AVCodecContext>(avcodec_alloc_context3(avCodec_.get()), [](AVCodecContext *p) { in ConfigureContext()
310 CHECK_AND_RETURN_RET_LOG(avcodec_open2(avCodecContext_.get(), avCodec_.get(), nullptr) == 0, AVCS_ERR_UNKNOWN, in Start()
400 av_frame_unref(cachedFrame_.get()); in ResetBuffers()
401 av_packet_unref(avPacket_.get()); in ResetBuffers()
445 avcodec_close(avCodecContext_.get()); in Stop()
475 avcodec_flush_buffers(avCodecContext_.get()); in Flush()
499 avcodec_close(avCodecContext_.get()); in ReleaseResource()
531 CHECK_AND_RETURN_LOG(format.GetIntValue(formatKey, val), "Set parameter failed: get valu in SetSurfaceParameter()
[all...]
/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_player_napi.cpp199 // get args in CreateVideoPlayer()
214 MediaAsyncContext::CompleteCallback, static_cast<void *>(asyncContext.get()), &asyncContext->work)); in CreateVideoPlayer()
226 // get args and jsThis in SetUrl()
236 // get VideoPlayerNapi in SetUrl()
249 // get url from js in SetUrl()
283 // get jsThis in GetUrl()
292 // get VideoPlayerNapi in GetUrl()
310 // get args and jsThis in SetFdSrc()
320 // get VideoPlayerNapi in SetFdSrc()
328 // get ur in SetFdSrc()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java502 bytes.get(smallFCD); in load()
614 // 2-way mappings get CANON_NOT_SEGMENT_STARTER set because they are in ensureCanonIterData()
620 final int oldValue = mutableTrie.get(c); in ensureCanonIterData()
643 // c decomposes, get everything from the variable-length extra data in ensureCanonIterData()
665 int c2Value = mutableTrie.get(c2); in ensureCanonIterData()
692 return UTF16Plus.isLeadSurrogate(c) ? INERT : normTrie.get(c); in getNorm16()
694 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16()
774 // c decomposes, get everything from the variable-length extra data in getFCD16FromNormData()
814 // c decomposes, get everything from the variable-length extra data in getDecomposition()
838 // c decomposes, get everythin in getRawDecomposition()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java511 bytes.get(smallFCD); in load()
623 // 2-way mappings get CANON_NOT_SEGMENT_STARTER set because they are in ensureCanonIterData()
629 final int oldValue = mutableTrie.get(c); in ensureCanonIterData()
652 // c decomposes, get everything from the variable-length extra data in ensureCanonIterData()
674 int c2Value = mutableTrie.get(c2); in ensureCanonIterData()
701 return UTF16Plus.isLeadSurrogate(c) ? INERT : normTrie.get(c); in getNorm16()
703 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16()
783 // c decomposes, get everything from the variable-length extra data in getFCD16FromNormData()
823 // c decomposes, get everything from the variable-length extra data in getDecomposition()
847 // c decomposes, get everythin in getRawDecomposition()
[all...]
/third_party/nghttp2/src/
H A DHttpServer.cc350 if (need_validation_file_entry(ent.get(), now) && in get_cached_fd()
351 !validate_file_entry(ent.get(), now)) { in get_cached_fd()
353 fd_cache_lru_.remove(ent.get()); in get_cached_fd()
362 fd_cache_lru_.remove(ent.get()); in get_cached_fd()
363 fd_cache_lru_.append(ent.get()); in get_cached_fd()
366 return ent.get(); in get_cached_fd()
380 fd_cache_lru_.append(res.get()); in cache_fd()
392 return res.get(); in cache_fd()
415 fd_cache_lru_.remove(ent.get()); in release_unused_fd()
1074 return (*itr).second.get(); in get_stream()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc44 Object e = array->get(i); in ContainsOnlyValidKeys()
81 target_keys_length += AddKey(prototype_chain_keys->get(i), combined_keys, in CombineKeys()
169 Handle<Object> current(array->get(i), isolate_); in AddKeys()
194 Handle<Name> key(Name::cast(keys->get(i)), isolate); in FilterProxyKeys()
616 // Don't leak the enumeration cache without the receiver since it might get in GetKeysWithPrototypeInfoCache()
871 InternalIndex index(Smi::ToInt(raw_storage.get(i))); in CopyEnumKeysTo()
957 InternalIndex index(Smi::ToInt(array->get(i))); in CollectKeysFromDictionary()
968 InternalIndex index(Smi::ToInt(array->get(i))); in CollectKeysFromDictionary()
1017 Handle<String> key(String::cast(enum_keys->get(i)), isolate_); in CollectOwnPropertyNames()
1252 Handle<Name> key(Name::cast(trap_result->get( in CollectOwnJSProxyKeys()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_eth_conf.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
224 ::std::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u16) in header_split()
237 ::std::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u16) in hw_ip_checksum()
250 ::std::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u16) in hw_vlan_filter()
263 ::std::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u16) in hw_vlan_strip()
276 ::std::mem::transmute(self._bitfield_1.get(4usize, 1u8) as u16) in hw_vlan_extend()
289 ::std::mem::transmute(self._bitfield_1.get(5usize, 1u8) as u16) in jumbo_frame()
302 ::std::mem::transmute(self._bitfield_1.get(6usize, 1u8) as u16) in hw_strip_crc()
315 ::std::mem::transmute(self._bitfield_1.get(7usize, 1u8) as u16) in enable_scatter()
328 ::std::mem::transmute(self._bitfield_1.get( in enable_lro()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp116 bool get (size_t ndx) const in get() function in vkt::memory::__anon29285::BitVector
166 set(ndx, other.get(ndx) && get(ndx));
182 set(ndx, other.get(ndx) && get(ndx));
211 const bool isOk = !m_defined.get(pos)
222 const bool isOk = !m_defined.get(pos)
253 if (!m_flushed.get((offset / m_atomSize) + ndx))
1575 nonFullHeaps.push_back(heapIter->get());
1578 nonEmptyHeaps.push_back(heapIter->get());
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp291 Hasher.update(FileOrErr.get()->getBuffer()); in computeLTOCacheKey()
296 Hasher.update(FileOrErr.get()->getBuffer()); in computeLTOCacheKey()
326 if (isPrevailing(VI.getGUID(), S.get())) { in thinLTOResolvePrevailingGUID()
344 else if (!isa<AliasSummary>(S.get()) && in thinLTOResolvePrevailingGUID()
345 !GlobalInvolvedWithAlias.count(S.get())) in thinLTOResolvePrevailingGUID()
371 if (auto AS = dyn_cast<AliasSummary>(S.get())) in thinLTOResolvePrevailingInIndex()
401 isPrevailing(VI.getGUID(), S.get())) && in thinLTOInternalizeAndPromoteGUID()
411 !isWeakObjectWithRWAccess(S.get())) in thinLTOInternalizeAndPromoteGUID()
575 writeToResolutionFile(*Conf.ResolutionFile, Input.get(), Res); in add()
883 auto *FS = dyn_cast<FunctionSummary>(S.get()); in checkPartiallySplit()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp360 bool is_block = compiler.get_decoration_bitset(type.self).get(DecorationBlock) || in print_resources()
361 compiler.get_decoration_bitset(type.self).get(DecorationBufferBlock); in print_resources()
389 if (mask.get(DecorationLocation)) in print_resources()
391 if (mask.get(DecorationDescriptorSet)) in print_resources()
393 if (mask.get(DecorationBinding)) in print_resources()
397 if (mask.get(DecorationInputAttachmentIndex)) in print_resources()
399 if (mask.get(DecorationNonReadable)) in print_resources()
401 if (mask.get(DecorationNonWritable)) in print_resources()
1097 static_cast<CompilerCPP *>(compiler.get())->set_interface_name(args.cpp_interface_name); in compile_iteration()
1103 auto *msl_comp = static_cast<CompilerMSL *>(compiler.get()); in compile_iteration()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp285 I->replaceAllUsesWith(UndefValue::get(I->getType())); in deleteDeadInstruction()
407 ArrayType *AT = ArrayType::get(V->getType(), ArraySize); in getMemSetPatternValue()
408 return ConstantArray::get(AT, std::vector<Constant *>(ArraySize, C)); in getMemSetPatternValue()
1650 Builder.CreateAShr(InitX, ConstantInt::get(InitX->getType(), 1)); in transformLoopToCountable()
1653 Builder.CreateLShr(InitX, ConstantInt::get(InitX->getType(), 1)); in transformLoopToCountable()
1656 Builder.CreateShl(InitX, ConstantInt::get(InitX->getType(), 1)); in transformLoopToCountable()
1663 ConstantInt::get(FFS->getType(), in transformLoopToCountable()
1670 ConstantInt::get(CountPrev->getType(), 1)); in transformLoopToCountable()
1700 Builder.CreateSub(TcPhi, ConstantInt::get(Ty, 1), in transformLoopToCountable()
1710 LbCond->setOperand(1, ConstantInt::get(T in transformLoopToCountable()
[all...]
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs337 let actual_attr_kind = *attr.kind.get(); in infer_kind()
407 let actual_attr_kind = *attr.kind.get(); in push_attrs()
435 self.push_method(*attr.kind.get(), attr.name.clone(), quote!(#(#tokens),*)); in push_attrs()
444 *attr.kind.get(), in push_attrs()
453 self.push_method(*attr.kind.get(), attr.name.clone(), self.name.clone().translate(*self.casing)); in push_attrs()
484 *attr.kind.get(), in push_attrs()
844 self.push_method(*attr.kind.get(), attr.name.clone(), expr); in push_attrs()
850 self.push_method(*attr.kind.get(), attr.name.clone(), expr); in push_attrs()
919 match (self.kind.get(), kind.get()) { in set_kind()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp2402 // output color. If minLod is 0.1, minLodInteger should be 0 and gathering from the base level is defined, so we should get the
2558 m_vkd .reset(new DeviceDriver(vkp, instance, m_device.get(), context.getUsedApiVersion())); in RobustImageAccess2DeviceHelper()
2560 m_allocator .reset(new SimpleAllocator(*m_vkd, m_device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in RobustImageAccess2DeviceHelper()
2566 VkDevice getDevice (void) const override { return m_device.get(); }
2647 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
2687 texture.get(), // VkImage image; in iterate()
2709 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate()
2739 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
2743 const auto combinedSamplerInfo = makeDescriptorImageInfo(sampler.get(), texVie in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp2406 // output color. If minLod is 0.1, minLodInteger should be 0 and gathering from the base level is defined, so we should get the
2562 m_vkd .reset(new DeviceDriver(vkp, instance, m_device.get())); in RobustImageAccess2DeviceHelper()
2564 m_allocator .reset(new SimpleAllocator(*m_vkd, m_device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in RobustImageAccess2DeviceHelper()
2570 VkDevice getDevice (void) const override { return m_device.get(); }
2651 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
2691 texture.get(), // VkImage image; in iterate()
2713 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate()
2743 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
2747 const auto combinedSamplerInfo = makeDescriptorImageInfo(sampler.get(), texVie in iterate()
[all...]

Completed in 70 milliseconds

1...<<221222223224225226227228229230>>...476