/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
D | functional.hpp | 79 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a, in operator ()() 80 typename TypeTraits<T>::parameter_type b) const in operator ()() 88 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a, in operator ()() 89 typename TypeTraits<T>::parameter_type b) const in operator ()() 97 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a, in operator ()() 98 typename TypeTraits<T>::parameter_type b) const in operator ()() 106 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a, in operator ()() 107 typename TypeTraits<T>::parameter_type b) const in operator ()() 115 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a, in operator ()() 116 typename TypeTraits<T>::parameter_type b) const in operator ()() [all …]
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | functional.hpp | 67 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()() 68 typename TypeTraits<T>::ParameterType b) const in operator ()() 78 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()() 79 typename TypeTraits<T>::ParameterType b) const in operator ()() 89 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()() 90 typename TypeTraits<T>::ParameterType b) const in operator ()() 100 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()() 101 typename TypeTraits<T>::ParameterType b) const in operator ()() 111 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()() 112 typename TypeTraits<T>::ParameterType b) const in operator ()() [all …]
|
D | type_traits.hpp | 62 template <typename T> struct TypeTraits struct
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkWsiPlatform.hpp | 68 struct TypeTraits; 78 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType; 94 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType; 109 struct TypeTraits<TYPE_XLIB> struct 121 struct TypeTraits<TYPE_XCB> struct 133 struct TypeTraits<TYPE_WAYLAND> struct 145 struct TypeTraits<TYPE_MIR> struct 157 struct TypeTraits<TYPE_ANDROID> struct 167 struct TypeTraits<TYPE_WIN32> struct
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 256 struct TypeTraits; 260 struct TypeTraits<DATATYPE> { \ 494 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx); 894 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 896 …typename TypeTraits<In1DataType>::Type in1 = (in1Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 907 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 909 …typename TypeTraits<In1DataType>::Type in1 = (in1Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 920 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 922 …typename TypeTraits<In1DataType>::Type in1 = (in1Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 933 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 251 struct TypeTraits; 255 struct TypeTraits<DATATYPE> { \ 489 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx); 889 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 891 …typename TypeTraits<In1DataType>::Type in1 = (in1Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 902 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 904 …typename TypeTraits<In1DataType>::Type in1 = (in1Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 915 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 917 …typename TypeTraits<In1DataType>::Type in1 = (in1Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() 928 …typename TypeTraits<In0DataType>::Type in0 = (in0Type == INPUTTYPE_DYNAMIC) ? getInputValue<INPUTT… in evaluate() [all …]
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | normalize.cu | 71 __device__ R operator ()(typename TypeTraits<T>::parameter_type src) const in operator ()() 127 __device__ R operator ()(typename TypeTraits<T>::parameter_type src) const in operator ()()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | reduce.hpp | 271 … __device__ __forceinline__ void reduceVal(typename TypeTraits<src_type>::parameter_type srcVal) in reduceVal() 329 … __device__ __forceinline__ void reduceVal(typename TypeTraits<src_type>::parameter_type srcVal) in reduceVal() 361 … __device__ __forceinline__ void reduceVal(typename TypeTraits<src_type>::parameter_type srcVal) in reduceVal()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | type_traits.hpp | 128 template <typename T> struct TypeTraits struct
|
/external/protobuf/src/google/protobuf/ |
D | extension_set.h | 1048 typedef TypeTraitsType TypeTraits; typedef 1051 ExtensionIdentifier(int number, typename TypeTraits::ConstType default_value) in ExtensionIdentifier() 1054 typename TypeTraits::ConstType default_value() const { in default_value() 1060 typename TypeTraits::ConstType default_value_;
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_test_bad_identifiers.proto | 51 message TypeTraits {} message
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 148 struct TypeTraits; 152 struct TypeTraits<DATATYPE> { \ 336 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx);
|
/external/opencv3/modules/core/src/cuda/ |
D | gpu_mat.cu | 448 __device__ __forceinline__ D operator ()(typename TypeTraits<T>::parameter_type src) const in operator ()()
|