Home
last modified time | relevance | path

Searched refs:supports_images (Results 1 – 24 of 24) sorted by relevance

/dports/devel/texlab/texlab-3.3.0/src/features/completion/
H A Dutil.rs19 if supports_images(request) { in image_documentation()
32 fn supports_images(request: &FeatureRequest<CompletionParams>) -> bool { in supports_images() function
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
106 (supports_images && in get_highest_supported_version()
128 (supports_images && in get_highest_supported_version()
315 bool supports_images = get_compute_param<uint32_t>(pipe, ir_format(), in image_support() local
317 if (!supports_images) in image_support()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
80 (supports_images && in get_highest_supported_version()
112 (supports_images && in get_highest_supported_version()
134 (supports_images && in get_highest_supported_version()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
80 (supports_images && in get_highest_supported_version()
112 (supports_images && in get_highest_supported_version()
134 (supports_images && in get_highest_supported_version()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
80 (supports_images && in get_highest_supported_version()
112 (supports_images && in get_highest_supported_version()
134 (supports_images && in get_highest_supported_version()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
80 (supports_images && in get_highest_supported_version()
112 (supports_images && in get_highest_supported_version()
134 (supports_images && in get_highest_supported_version()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
80 (supports_images && in get_highest_supported_version()
112 (supports_images && in get_highest_supported_version()
134 (supports_images && in get_highest_supported_version()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
80 (supports_images && in get_highest_supported_version()
112 (supports_images && in get_highest_supported_version()
134 (supports_images && in get_highest_supported_version()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
80 (supports_images && in get_highest_supported_version()
112 (supports_images && in get_highest_supported_version()
134 (supports_images && in get_highest_supported_version()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
80 (supports_images && in get_highest_supported_version()
112 (supports_images && in get_highest_supported_version()
134 (supports_images && in get_highest_supported_version()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/clover/core/
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version() local
80 (supports_images && in get_highest_supported_version()
112 (supports_images && in get_highest_supported_version()
134 (supports_images && in get_highest_supported_version()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/
H A Dcovertag131 if metadata.supports_images():
H A DTODO1033 - [X] ApeTag.supports_images
1083 - [X] FlacMetaData.supports_images
1247 - [X] ID3CommentPair.supports_images
1254 - [X] ID3v1Comment.supports_images
1360 - [X] MetaData.supports_images
1507 - [X] M4AMetaData.supports_images
1622 - [X] VorbisComment.supports_images
4836 - [X] supports_images
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Did3v1.py222 def supports_images(cls): member in ID3v1Comment
H A Dvorbiscomment.py473 def supports_images(cls): member in VorbisComment
H A Dape.py514 def supports_images(cls): member in ApeTag
H A D__init__.py3518 def supports_images(cls):
3564 if self.supports_images():
3579 if self.supports_images():
H A Dm4a_atoms.py1438 def supports_images(self): member in M4A_META_Atom
H A Did3.py2471 def supports_images(cls): member in ID3CommentPair
H A Dflac.py186 def supports_images(cls):
/dports/devel/py-celery/celery-4.4.7/celery/utils/
H A Dterm.py171 def supports_images(): function
/dports/devel/py-celery/celery-4.4.7/celery/apps/
H A Dworker.py150 use_image = term.supports_images()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/test/
H A Dtest_metadata.py246 if self.metadata_class.supports_images():
263 self.assertEqual(self.metadata_class.supports_images(), True)
268 if self.metadata_class.supports_images():
754 if self.metadata_class.supports_images():
771 if self.metadata_class.supports_images():
2048 self.assertEqual(self.metadata_class.supports_images(), False)
6536 if self.metadata_class.supports_images():
7514 self.assertEqual(self.metadata_class.supports_images(), False)
8023 self.assertEqual(self.metadata_class.supports_images(), False)
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/programming/source/
H A Daudiotools.rst935 .. classmethod:: MetaData.supports_images()