Home
last modified time | relevance | path

Searched defs:begin (Results 376 - 400 of 955) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.hpp341 bool isExtensionStructSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required) in isExtensionStructSupported() argument
352 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.hpp79 inline iterator begin (void) { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
80 inline const_iterator begin (void) const { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.hpp79 inline iterator begin (void) { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
80 inline const_iterator begin (void) const { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.cpp244 static Layout CommonGlslStructLayoutOf(TField const *const *begin, in CommonGlslStructLayoutOf() argument
378 ANGLE_NO_DISCARD Layout sh::GlslStructLayoutOf(TField const *const *begin, in GlslStructLayoutOf() argument
H A DProgramPrelude.cpp3027 const char *begin = name.rawName().data(); in MaskTemplateArgs() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h205 iterator begin() { return ordering_.begin(); } in begin() function in angle::base::MRUCacheBase
206 const_iterator begin() const { return ordering_.begin(); } in begin() function in angle::base::MRUCacheBase
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo.cpp170 const size_t begin = content.find_first_of("0123456789"); in ParseAMDBrahmaDriverVersion() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DQueryGL.cpp87 angle::Result StandardQueryGL::begin(const gl::Context *context) in begin() function in rx::StandardQueryGL
336 angle::Result SyncQueryGL::begin(const gl::Context *context) in begin() function in rx::SyncQueryGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback.cpp133 angle::Result TransformFeedback::begin(const Context *context, in begin() function in gl::TransformFeedback
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h178 constexpr T *begin() const { return mData; } in begin() function in sh::TSpan
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp51 void ContinuationRecordBuilder::begin(ContinuationRecordKind RecordKind) { in begin() function in ContinuationRecordBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributeImpl.h221 iterator begin() const { return getTrailingObjects<Attribute>(); } in begin() function in llvm::final
275 iterator begin() const { return getTrailingObjects<AttributeSet>(); } in begin() function in llvm::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRecordStreamer.cpp78 RecordStreamer::const_iterator RecordStreamer::begin() { in begin() function in RecordStreamer
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h214 iterator begin() { in begin() function in spvtools::utils::SmallVector
222 const_iterator begin() const { in begin() function in spvtools::utils::SmallVector
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinstruction_test.cpp214 auto begin = inst.begin(); in TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_resources.h407 gl::TexLevelArray<TextureRef>::iterator begin() { return mTexLevels.begin(); } in begin() function in rx::mtl::NativeTexLevelArray
408 gl::TexLevelArray<TextureRef>::const_iterator begin() const { return mTexLevels.begin(); } in begin() function in rx::mtl::NativeTexLevelArray
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DQueryVk.cpp301 angle::Result QueryVk::begin(const gl::Context *context) in begin() function in rx::QueryVk
H A DTransformFeedbackVk.cpp101 angle::Result TransformFeedbackVk::begin(const gl::Context *context, in begin() function in rx::TransformFeedbackVk
/third_party/skia/src/gpu/
H A DGrOpsRenderPass.cpp22 void GrOpsRenderPass::begin() { in begin() function in GrOpsRenderPass
/third_party/skia/src/core/
H A DSkZip.h79 constexpr Iterator begin() const { return Iterator{this, 0}; } in begin() function in SkZip
H A DSkTBlockList.h435 Item begin() const { return Item(fBlockIter.begin()); } in begin() function in BlockIndexIterator
H A DSkTInternalLList.h247 Iter begin() const { in begin() function in SkTInternalLList
/third_party/skia/src/gpu/tessellate/
H A DMiddleOutPolygonTriangulator.h108 Iter begin() const { return {fMiddleOut ? fMiddleOut->fTop : fEnd, fLastPoint}; } in begin() function in skgpu::MiddleOutPolygonTriangulator::PoppedTriangleStack
/third_party/skia/src/gpu/text/
H A DGrTextBlob.h155 Iterator begin() { return Iterator{ fHead.get()}; } in begin() function
157 Iterator begin() const { return Iterator{ fHead.get()}; } in begin() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbasic_block.h94 iterator begin() { return insts_.begin(); } in begin() function in spvtools::opt::BasicBlock
96 const_iterator begin() const { return insts_.cbegin(); } in begin() function in spvtools::opt::BasicBlock

Completed in 21 milliseconds

1...<<11121314151617181920>>...39