Home
last modified time | relevance | path

Searched refs:IsStorage (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/ast/type/
H A Dtexture_type.cc74 bool TextureType::IsStorage() const { in IsStorage() function in tint::ast::type::TextureType
97 assert(IsStorage()); in AsStorage()
117 assert(IsStorage()); in AsStorage()
H A Dstorage_texture_type_test.cc53 EXPECT_TRUE(s.IsStorage()); in TEST_F()
90 ASSERT_TRUE(s->AsTexture()->IsStorage()); in TEST_F()
104 ASSERT_TRUE(s->AsTexture()->IsStorage()); in TEST_F()
118 ASSERT_TRUE(s->AsTexture()->IsStorage()); in TEST_F()
H A Dtexture_type.h74 virtual bool IsStorage() const;
H A Dstorage_texture_type.h84 bool IsStorage() const override;
H A Ddepth_texture_type_test.cc47 EXPECT_FALSE(d.IsStorage()); in TEST_F()
H A Dmultisampled_texture_type_test.cc51 EXPECT_FALSE(s.IsStorage()); in TEST_F()
H A Dsampled_texture_type_test.cc50 EXPECT_FALSE(s.IsStorage()); in TEST_F()
H A Dstorage_texture_type.cc172 bool StorageTextureType::IsStorage() const { in IsStorage() function in tint::ast::type::StorageTextureType
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sot/
H A Dstg.hxx105 virtual bool IsStorage( const OUString& rEleName ) const = 0;
192 virtual bool IsStorage( const OUString& rEleName ) const override;
300 virtual bool IsStorage( const OUString& rEleName ) const override;
H A Dstorinfo.hxx51 bool IsStorage() const { return bStorage; } in IsStorage() function in SvStorageInfo
H A Dstorage.hxx154 bool IsStorage( const OUString & rEleName ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sot/
H A Dstg.hxx105 virtual bool IsStorage( const OUString& rEleName ) const = 0;
192 virtual bool IsStorage( const OUString& rEleName ) const override;
300 virtual bool IsStorage( const OUString& rEleName ) const override;
H A Dstorinfo.hxx51 bool IsStorage() const { return bStorage; } in IsStorage() function in SvStorageInfo
H A Dstorage.hxx146 bool IsStorage( const OUString & rEleName ) const;
/dports/graphics/libfpx/libfpx-1.3.1-10/ole/
H A Dolestats.h48 virtual Boolean IsStorage( STATSTG *);
H A Dolestats.cpp96 Boolean OLEEnumStatstg::IsStorage( STATSTG * stsg) in IsStorage() function in OLEEnumStatstg
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/wgsl/
H A Dparser_impl_texture_sampler_types_test.cc291 ASSERT_TRUE(t->AsTexture()->IsStorage()); in TEST_F()
308 ASSERT_TRUE(t->AsTexture()->IsStorage()); in TEST_F()
361 ASSERT_TRUE(t->AsTexture()->IsStorage()); in TEST_F()
377 ASSERT_TRUE(t->AsTexture()->IsStorage()); in TEST_F()
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/fuse/
H A Dfuse_ll.cpp106 static bool IsStorage(FuseId id) in IsStorage() function in __anon09e1eb420111::FuseWrapper
111 if (!IsStorage(id)) in FuseIdToStorageId()
153 if (IsStorage(inode)) in GetObjectAttr()
251 if (IsStorage(inode)) in GetChildren()
325 if (IsStorage(parentInode)) in CreateObject()
380 if (IsStorage(inode)) in GetParentObject()
776 if (IsStorage(ino)) in StatFS()
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/fuse/
H A Dfuse_ll.cpp106 static bool IsStorage(FuseId id) in IsStorage() function in __anonfc565b890111::FuseWrapper
111 if (!IsStorage(id)) in FuseIdToStorageId()
153 if (IsStorage(inode)) in GetObjectAttr()
251 if (IsStorage(inode)) in GetChildren()
325 if (IsStorage(parentInode)) in CreateObject()
380 if (IsStorage(inode)) in GetParentObject()
776 if (IsStorage(ino)) in StatFS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Ddescriptor_sets.h370 virtual bool IsStorage() const { return false; }; in IsStorage() function
434 virtual bool IsStorage() const override { return storage_; } in IsStorage() function
453 virtual bool IsStorage() const override { return storage_; } in IsStorage() function
471 virtual bool IsStorage() const override { return storage_; } in IsStorage() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/source/sdstor/
H A Dstorage.cxx580 bool SotStorage::IsStorage( const OUString & rEleName ) const in IsStorage() function in SotStorage
584 return m_pOwnStg->IsStorage( rEleName ); in IsStorage()
776 else if (info.IsStorage()) in traverse()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/source/sdstor/
H A Dstorage.cxx628 bool SotStorage::IsStorage( const OUString & rEleName ) const in IsStorage() function in SotStorage
632 return m_pOwnStg->IsStorage( rEleName ); in IsStorage()
824 else if (info.IsStorage()) in traverse()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/qa/cppunit/
H A Dtest_sot.cxx110 if( rInfo.IsStorage() ) in checkStorage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/qa/cppunit/
H A Dtest_sot.cxx110 if( rInfo.IsStorage() ) in checkStorage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/wgsl/
H A Dgenerator_impl.cc483 } else if (texture->IsStorage()) { in EmitType()
543 } else if (texture->IsStorage()) { in EmitType()

1234