Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument
74 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities()
88 *is_supported = true; in vlVdpVideoSurfaceQueryCapabilities()
106 VdpBool *is_supported) in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() argument
111 if (!is_supported) in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
127 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_420; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
132 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_422; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
137 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_444; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
141 *is_supported = false; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
145 *is_supported &= pscreen->is_video_format_supported in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
[all …]
/external/libopus/celt/arm/
Dcelt_ne10_fft.c84 st->arch_fft->is_supported = 0; in opus_fft_alloc_arm_neon()
88 st->arch_fft->is_supported = 1; in opus_fft_alloc_arm_neon()
121 if (!st->arch_fft->is_supported) { in opus_fft_neon()
153 if (!st->arch_fft->is_supported) { in opus_ifft_neon()
/external/ltp/lib/
Dtst_supported_fs_types.c103 static int is_supported(const char *fs_type) in is_supported() function
113 if (is_supported(fs_type_whitelist[i])) in tst_get_supported_fs_types()
/external/autotest/server/site_tests/platform_HWwatchdog/
Dplatform_HWwatchdog.py35 if not tester.is_supported():
/external/autotest/server/cros/
Dwatchdog_tester.py39 def is_supported(self): member in WatchdogTester
/external/libopus/celt/
Dkiss_fft.h82 int is_supported; member
/external/autotest/server/site_tests/firmware_EventLog/
Dfirmware_EventLog.py146 if not watchdog.is_supported():
/external/v8/src/base/platform/
Dtime.cc690 static bool is_supported = base::CPU().has_non_stop_time_stamp_counter() && in IsSupportedWin() local
692 return is_supported; in IsSupportedWin()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp2918 bool is_supported = true; in isTargetSupported() local
2924 is_supported = m_is_ms_supported; in isTargetSupported()
2931 return is_supported; in isTargetSupported()
3001 bool is_supported = true; in isTargetSuppByFormat() local
3016 is_supported = false; in isTargetSuppByFormat()
3028 is_supported = false; in isTargetSuppByFormat()
3039 return is_supported; in isTargetSuppByFormat()
Dgl4cBufferStorageTests.cpp398 bool is_supported = context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in getDirectStateAccessSupport() local
400 if (true == is_supported) in getDirectStateAccessSupport()
/external/python/cpython3/Lib/
Dpathlib.py116 is_supported = (os.name == 'nt') variable in _WindowsFlavour
281 is_supported = (os.name != 'nt') variable in _PosixFlavour
983 if not self._flavour.is_supported:
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp10098 bool is_supported = std::any_of(support.begin(), support.end(), support_predicate); in PreCallValidateCreateSwapchainKHR() local
10100 if (!is_supported) { in PreCallValidateCreateSwapchainKHR()