Searched refs:is_supported (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height)
74 if (!(is_supported && max_width && max_height))
88 *is_supported = true;
106 VdpBool *is_supported)
111 if (!is_supported)
127 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_420;
132 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_422;
137 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_444;
141 *is_supported = false;
145 *is_supported
67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
104 vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, VdpYCbCrFormat bits_ycbcr_format, VdpBool *is_supported) argument
161 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, uint32_t *max_width, uint32_t *max_height) argument
212 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
264 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported) argument
302 vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpIndexedFormat bits_indexed_format, VdpColorTableFormat color_table_format, VdpBool *is_supported) argument
363 vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpYCbCrFormat bits_ycbcr_format, VdpBool *is_supported) argument
412 vlVdpBitmapSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) argument
463 vlVdpVideoMixerQueryFeatureSupport(VdpDevice device, VdpVideoMixerFeature feature, VdpBool *is_supported) argument
488 vlVdpVideoMixerQueryParameterSupport(VdpDevice device, VdpVideoMixerParameter parameter, VdpBool *is_supported) argument
557 vlVdpVideoMixerQueryAttributeSupport(VdpDevice device, VdpVideoMixerAttribute attribute, VdpBool *is_supported) argument
[all...]
/external/autotest/server/site_tests/platform_HWwatchdog/
H A Dplatform_HWwatchdog.py35 if not tester.is_supported():
/external/libopus/celt/arm/
H A Dcelt_ne10_fft.c84 st->arch_fft->is_supported = 0;
88 st->arch_fft->is_supported = 1;
121 if (!st->arch_fft->is_supported) {
153 if (!st->arch_fft->is_supported) {
/external/ltp/lib/
H A Dtst_supported_fs_types.c103 static int is_supported(const char *fs_type) function
113 if (is_supported(fs_type_whitelist[i]))
/external/autotest/server/cros/
H A Dwatchdog_tester.py39 def is_supported(self): member in class:WatchdogTester
/external/libopus/celt/
H A Dkiss_fft.h82 int is_supported; member in struct:arch_fft_state
/external/autotest/server/site_tests/firmware_EventLog/
H A Dfirmware_EventLog.py146 if not watchdog.is_supported():
/external/v8/src/base/platform/
H A Dtime.cc690 static bool is_supported = base::CPU().has_non_stop_time_stamp_counter() && local
692 return is_supported;
/external/python/cpython3/Lib/
H A Dpathlib.py116 is_supported = (os.name == 'nt') variable in class:_WindowsFlavour
281 is_supported = (os.name != 'nt') variable in class:_PosixFlavour
983 if not self._flavour.is_supported:
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp2918 bool is_supported = true; local
2924 is_supported = m_is_ms_supported;
2931 return is_supported;
3001 bool is_supported = true; local
3016 is_supported = false;
3028 is_supported = false;
3039 return is_supported;
H A Dgl4cBufferStorageTests.cpp398 bool is_supported = context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); local
400 if (true == is_supported)
/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp10098 bool is_supported = std::any_of(support.begin(), support.end(), support_predicate); local
10100 if (!is_supported) {

Completed in 854 milliseconds