Home
last modified time | relevance | path

Searched defs:is_supported (Results 1 – 16 of 16) sorted by relevance

/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
112 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported; member
121 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported; member
130 static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported; member
[all …]
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
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
Dsafe_conversions_arm_impl.h20 static const bool is_supported = member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities()
106 VdpBool *is_supported) in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
175 VdpBool *is_supported, uint32_t *max_level, uint32_t *max_macroblocks, in vlVdpDecoderQueryCapabilities()
226VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities()
278 VdpBool *is_supported) in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities()
319 VdpBool *is_supported) in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
378 VdpBool *is_supported) in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities()
426VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpBitmapSurfaceQueryCapabilities()
477 VdpBool *is_supported) in vlVdpVideoMixerQueryFeatureSupport()
502 VdpBool *is_supported) in vlVdpVideoMixerQueryParameterSupport()
[all …]
/external/autotest/server/cros/
Dwatchdog_tester.py39 def is_supported(self): member in WatchdogTester
/external/minigbm/cros_gralloc/
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/tensorflow/tensorflow/python/ops/ragged/
Dragged_dispatch.py249 def is_supported(self, args, kwargs): member in RaggedDispatcher
/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
/external/v8/src/base/platform/
Dtime.cc821 static bool is_supported = base::CPU().has_non_stop_time_stamp_counter() && in IsSupportedWin() local
/external/python/cpython3/Lib/
Dpathlib.py127 is_supported = (os.name == 'nt') variable in _WindowsFlavour
288 is_supported = (os.name != 'nt') variable in _PosixFlavour
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp2918 bool is_supported = true; in isTargetSupported() local
3001 bool is_supported = true; in isTargetSuppByFormat() local
Dgl4cBufferStorageTests.cpp398 bool is_supported = context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in getDirectStateAccessSupport() local
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11538 bool is_supported = std::any_of(support.begin(), support.end(), support_predicate); in ValidateCreateSwapchain() local