Searched refs:is_supported (Results 1 – 12 of 12) sorted by relevance
68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument74 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities()88 *is_supported = true; in vlVdpVideoSurfaceQueryCapabilities()106 VdpBool *is_supported) in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() argument111 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 …]
84 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()
103 static int is_supported(const char *fs_type) in is_supported() function113 if (is_supported(fs_type_whitelist[i])) in tst_get_supported_fs_types()
35 if not tester.is_supported():
39 def is_supported(self): member in WatchdogTester
82 int is_supported; member
146 if not watchdog.is_supported():
690 static bool is_supported = base::CPU().has_non_stop_time_stamp_counter() && in IsSupportedWin() local692 return is_supported; in IsSupportedWin()
2918 bool is_supported = true; in isTargetSupported() local2924 is_supported = m_is_ms_supported; in isTargetSupported()2931 return is_supported; in isTargetSupported()3001 bool is_supported = true; in isTargetSuppByFormat() local3016 is_supported = false; in isTargetSuppByFormat()3028 is_supported = false; in isTargetSuppByFormat()3039 return is_supported; in isTargetSuppByFormat()
398 bool is_supported = context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in getDirectStateAccessSupport() local400 if (true == is_supported) in getDirectStateAccessSupport()
116 is_supported = (os.name == 'nt') variable in _WindowsFlavour281 is_supported = (os.name != 'nt') variable in _PosixFlavour983 if not self._flavour.is_supported:
10098 bool is_supported = std::any_of(support.begin(), support.end(), support_predicate); in PreCallValidateCreateSwapchainKHR() local10100 if (!is_supported) { in PreCallValidateCreateSwapchainKHR()