/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | query.c | 70 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() argument 76 if (!(is_supported && max_width && max_height)) in vlVdpVideoSurfaceQueryCapabilities() 90 *is_supported = true; in vlVdpVideoSurfaceQueryCapabilities() 107 VdpBool *is_supported) in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() argument 112 if (!is_supported) in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 127 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_420; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 131 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_420; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 134 if (*is_supported && in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 146 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_422; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 151 *is_supported = surface_chroma_type == VDP_CHROMA_TYPE_444; in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() [all …]
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | safe_math_clang_gcc_impl.h | 34 static const bool is_supported = false; member 46 static const bool is_supported = false; member 58 static const bool is_supported = false; member 70 static const bool is_supported = false; member 84 static const bool is_supported = true; member 95 static const bool is_supported = true; member 111 static const bool is_supported = (IsTypeInRangeForNumericType<intptr_t, T>::value && member 116 static const bool is_supported = true; 121 return CheckedMulFastAsmOp<T, U>::is_supported ? CheckedMulFastAsmOp<T, U>::Do(x, y, result) in Do() 129 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported; member [all …]
|
D | safe_conversions.h | 38 static constexpr bool is_supported = false; member 53 static constexpr bool is_supported = false; member 70 static constexpr bool is_supported = true; 89 static constexpr bool is_supported = true; 105 return internal::IsValueInRangeFastOp<Dst, SrcType>::is_supported 167 static constexpr bool is_supported = false; 180 SaturateFastAsmOp<Dst, Src>::is_supported>::type> 182 static constexpr bool is_supported = true; 191 !SaturateFastAsmOp<Dst, Src>::is_supported>::type> 193 static constexpr bool is_supported = true; [all …]
|
D | safe_math_shared_impl.h | 47 static const bool is_supported = false; member 59 static const bool is_supported = false; member 71 static const bool is_supported = false; member 83 static const bool is_supported = false; member 95 static const bool is_supported = false; member 107 static const bool is_supported = false; member 119 static const bool is_supported = false; member
|
D | safe_math_arm_impl.h | 23 static const bool is_supported = FastIntegerArithmeticPromotion<T, U>::is_contained; member 53 static const bool is_supported = member 79 static const bool is_supported = member 105 static const bool is_supported = CheckedMulFastAsmOp<T, U>::is_supported; member
|
D | clamped_math_impl.h | 33 return MustTreatAsConstexpr(value) || !ClampedNegFastOp<T>::is_supported in SaturatedNegWrapper() 88 if (ClampedAddFastOp<T, U>::is_supported) 116 if (ClampedSubFastOp<T, U>::is_supported) 144 if (ClampedMulFastOp<T, U>::is_supported)
|
D | safe_conversions_arm_impl.h | 25 static constexpr bool is_supported = member
|
D | checked_math_impl.h | 62 if (CheckedAddFastOp<T, U>::is_supported) 131 if (CheckedSubFastOp<T, U>::is_supported) 203 if (CheckedMulFastOp<T, U>::is_supported) 217 if (CheckedMulFastOp<Promotion, Promotion>::is_supported)
|
/third_party/gn/src/base/numerics/ |
D | safe_math_clang_gcc_impl.h | 24 static const bool is_supported = false; member 34 static const bool is_supported = false; member 44 static const bool is_supported = false; member 54 static const bool is_supported = false; member 66 static const bool is_supported = true; member 75 static const bool is_supported = true; member 89 static const bool is_supported = member 95 static const bool is_supported = true; 99 return CheckedMulFastAsmOp<T, U>::is_supported in Do() 107 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported; member [all …]
|
D | safe_conversions.h | 24 static const bool is_supported = false; member 37 static const bool is_supported = false; member 53 static const bool is_supported = true; 71 static const bool is_supported = true; 85 return internal::IsValueInRangeFastOp<Dst, SrcType>::is_supported 150 static const bool is_supported = false; 163 static const bool is_supported = true; 165 if (SaturateFastAsmOp<Dst, Src>::is_supported) 190 SaturateFastOp<Dst, SrcType>::is_supported &&
|
D | safe_math_shared_impl.h | 39 static const bool is_supported = false; member 49 static const bool is_supported = false; member 59 static const bool is_supported = false; member 69 static const bool is_supported = false; member 79 static const bool is_supported = false; member 89 static const bool is_supported = false; member 99 static const bool is_supported = false; member
|
D | clamped_math_impl.h | 28 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)
|
D | checked_math_impl.h | 53 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) {
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | known.tsv | 2 #filename funcname name kind is_supported declaration
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11converter.cpp | 1809 gboolean is_supported = FALSE; in gst_d3d11_converter_new() local 1849 is_supported = in gst_d3d11_converter_new() 1852 is_supported = in gst_d3d11_converter_new() 1855 is_supported = in gst_d3d11_converter_new() 1860 is_supported = in gst_d3d11_converter_new() 1863 is_supported = in gst_d3d11_converter_new() 1866 is_supported = in gst_d3d11_converter_new() 1871 is_supported = in gst_d3d11_converter_new() 1874 is_supported = in gst_d3d11_converter_new() 1877 is_supported = in gst_d3d11_converter_new() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | dxva2.c | 164 BOOL is_supported = FALSE; in d3d11va_validate_output() local 168 &is_supported); in d3d11va_validate_output() 169 return SUCCEEDED(hr) && is_supported; in d3d11va_validate_output()
|
/third_party/ffmpeg/libavformat/ |
D | rtpenc.c | 49 static int is_supported(enum AVCodecID id) in is_supported() function 104 if (!is_supported(st->codecpar->codec_id)) { in rtp_write_header()
|
/third_party/python/Lib/ |
D | pathlib.py | 121 is_supported = (os.name == 'nt') variable in _WindowsFlavour 237 is_supported = (os.name != 'nt') variable in _PosixFlavour 959 if not self._flavour.is_supported:
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 2912 bool is_supported = true; in isTargetSupported() local 2918 is_supported = m_is_ms_supported; in isTargetSupported() 2925 return is_supported; in isTargetSupported() 2995 bool is_supported = true; in isTargetSuppByFormat() local 3010 is_supported = false; in isTargetSuppByFormat() 3022 is_supported = false; in isTargetSuppByFormat() 3033 return is_supported; in isTargetSuppByFormat()
|
D | gl4cBufferStorageTests.cpp | 398 bool is_supported = context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in getDirectStateAccessSupport() local 400 if (true == is_supported) in getDirectStateAccessSupport()
|
/third_party/mindspore/patches/ |
D | 0010-nnrt-delegate-supports-heterogeneous-predition.patch | 959 + const bool *is_supported = nullptr; // Note: this memory is owned by nn_model, don't free alone. 968 …H_NNModel_GetAvailableOperations(nn_model, nnrt_device_info_.device_id_, &is_supported, &op_count); 978 + std::vector<bool> op_supports(is_supported, is_supported + op_count);
|