Home
last modified time | relevance | path

Searched refs:is_supported (Results 1 – 24 of 24) 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()
126 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_420; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
130 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_420; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
133 if (*is_supported && in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
145 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_422; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
150 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_444; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
[all …]
/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h29 static const bool is_supported = false; member
39 static const bool is_supported = false; member
49 static const bool is_supported = false; member
59 static const bool is_supported = false; member
71 static const bool is_supported = true; member
80 static const bool is_supported = true; member
94 static const bool is_supported = member
100 static const bool is_supported = true;
104 return CheckedMulFastAsmOp<T, U>::is_supported in Do()
112 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported; member
[all …]
Dsafe_math_arm_impl.h19 static const bool is_supported = member
46 static const bool is_supported = member
72 static const bool is_supported = member
98 static const bool is_supported = CheckedMulFastAsmOp<T, U>::is_supported; member
Dsafe_conversions.h29 static const bool is_supported = false; member
42 static const bool is_supported = false; member
58 static const bool is_supported = true;
76 static const bool is_supported = true;
90 return internal::IsValueInRangeFastOp<Dst, SrcType>::is_supported
155 static const bool is_supported = false;
168 static const bool is_supported = true;
170 if (SaturateFastAsmOp<Dst, Src>::is_supported)
195 SaturateFastOp<Dst, SrcType>::is_supported &&
Dsafe_math_shared_impl.h40 static const bool is_supported = false; member
50 static const bool is_supported = false; member
60 static const bool is_supported = false; member
70 static const bool is_supported = false; member
80 static const bool is_supported = false; member
90 static const bool is_supported = false; member
100 static const bool is_supported = false; member
Dclamped_math_impl.h28 return MustTreatAsConstexpr(value) || !ClampedNegFastOp<T>::is_supported in SaturatedNegWrapper()
82 if (ClampedAddFastOp<T, U>::is_supported)
109 if (ClampedSubFastOp<T, U>::is_supported)
136 if (ClampedMulFastOp<T, U>::is_supported)
Dsafe_conversions_arm_impl.h20 static const bool is_supported = member
Dchecked_math_impl.h53 if (CheckedAddFastOp<T, U>::is_supported)
113 if (CheckedSubFastOp<T, U>::is_supported)
175 if (CheckedMulFastOp<T, U>::is_supported)
188 if (CheckedMulFastOp<Promotion, Promotion>::is_supported) {
/external/libopus/celt/arm/
Dcelt_fft_ne10.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/autotest/server/site_tests/platform_HWwatchdog/
Dplatform_HWwatchdog.py35 if not tester.is_supported():
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.h22 bool is_supported(const struct cros_gralloc_buffer_descriptor *descriptor);
Dcros_gralloc_driver.cc77 bool cros_gralloc_driver::is_supported(const struct cros_gralloc_buffer_descriptor *descriptor) in is_supported() function in cros_gralloc_driver
/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/u-boot/drivers/ddr/marvell/a38x/
Dddr3_training_ip.h150 u8 is_supported; member
Dmv_ddr_plat.c234 freq_config_info->is_supported = 1; in ddr3_tip_a38x_get_freq_config()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc109 supported = mod->driver->is_supported(&descriptor); in gralloc0_alloc()
112 supported = mod->driver->is_supported(&descriptor); in gralloc0_alloc()
/external/autotest/server/site_tests/firmware_EventLog/
Dfirmware_EventLog.py161 if not watchdog.is_supported():
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_dispatch.py244 if self.is_supported(args, kwargs):
249 def is_supported(self, args, kwargs): member in RaggedDispatcher
/external/v8/src/base/platform/
Dtime.cc821 static bool is_supported = base::CPU().has_non_stop_time_stamp_counter() && in IsSupportedWin() local
823 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.py127 is_supported = (os.name == 'nt') variable in _WindowsFlavour
288 is_supported = (os.name != 'nt') variable in _PosixFlavour
1004 if not self._flavour.is_supported:
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11538 bool is_supported = std::any_of(support.begin(), support.end(), support_predicate); in ValidateCreateSwapchain() local
11540 if (!is_supported) { in ValidateCreateSwapchain()