Searched refs:DataType (Results 1 - 25 of 212) sorted by relevance

123456789

/external/clang/test/Modules/Inputs/PR27890/
H A Da.h1 template <class DataType> DataType values(DataType) { __builtin_va_list ValueArgs; return DataType(); }
3 template <class DataType>
/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp95 // DataType
97 enum DataType enum in namespace:glu
214 const char* getDataTypeName (DataType dataType);
215 int getDataTypeScalarSize (DataType dataType);
216 DataType getDataTypeScalarType (DataType dataType);
217 DataType getDataTypeFloatScalars (DataType dataType);
218 DataType getDataTypeDoubleScalars (DataType dataTyp
[all...]
H A DgluTextureUtil.hpp80 DataType getSampler1DType (tcu::TextureFormat format);
81 DataType getSampler2DType (tcu::TextureFormat format);
82 DataType getSamplerCubeType (tcu::TextureFormat format);
83 DataType getSampler1DArrayType (tcu::TextureFormat format);
84 DataType getSampler2DArrayType (tcu::TextureFormat format);
85 DataType getSampler3DType (tcu::TextureFormat format);
86 DataType getSamplerCubeArrayType (tcu::TextureFormat format);
H A DgluShaderUtil.cpp175 // DataType
177 const char* getDataTypeName (DataType dataType)
282 int getDataTypeScalarSize (DataType dataType)
387 DataType getDataTypeScalarType (DataType dataType)
389 static const DataType s_scalarTypes[] =
492 DataType getDataTypeFloatScalars (DataType dataType)
494 static const DataType s_floatTypes[] =
597 DataType getDataTypeDoubleScalar
[all...]
/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.hpp48 using glu::DataType;
55 DataType inType;
59 DataType outType;
/external/ImageMagick/MagickCore/
H A Dmime-private.h32 } DataType; typedef in typeref:enum:__anon66
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGenericTranscodeRequest.java29 * @param <DataType> The type of data retrieved.
32 public class GenericTranscodeRequest<ModelType, DataType, ResourceType>
33 extends GenericRequestBuilder<ModelType, DataType, ResourceType, ResourceType> implements DownloadOptions {
34 private final ModelLoader<ModelType, DataType> modelLoader;
35 private final Class<DataType> dataClass;
47 ModelLoader<ModelType, DataType> modelLoader, Class<DataType> dataClass, Class<ResourceType> resourceClass,
58 ModelLoader<ModelType, DataType> modelLoader, Class<DataType> dataClass, Class<ResourceType> resourceClass,
76 public <TranscodeType> GenericRequestBuilder<ModelType, DataType, ResourceTyp
[all...]
H A DGenericRequestBuilder.java44 * @param <DataType> The data type that the resource {@link com.bumptech.glide.load.model.ModelLoader} will provide that
49 public class GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> implements Cloneable {
56 private ChildLoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider;
80 GenericRequestBuilder(LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider,
92 LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider,
101 ? new ChildLoadProvider<ModelType, DataType, ResourceType, TranscodeType>(loadProvider) : null;
126 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> thumbnail(
158 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> thumbnail(
176 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> sizeMultiplier(
196 public GenericRequestBuilder<ModelType, DataType, ResourceTyp
[all...]
/external/vixl/src/aarch32/
H A Ddisasm-aarch32.h204 virtual DisassemblerStream& operator<<(const DataType& type) {
1326 Condition cond, DataType dt, DRegister rd, DRegister rn, DRegister rm);
1329 Condition cond, DataType dt, QRegister rd, QRegister rn, QRegister rm);
1332 Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister rm);
1335 Condition cond, DataType dt, DRegister rd, DRegister rn, DRegister rm);
1338 Condition cond, DataType dt, QRegister rd, QRegister rn, QRegister rm);
1341 Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister rm);
1343 void vabs(Condition cond, DataType dt, DRegister rd, DRegister rm);
1345 void vabs(Condition cond, DataType dt, QRegister rd, QRegister rm);
1347 void vabs(Condition cond, DataType d
[all...]
H A Dassembler-aarch32.h333 typedef void (Assembler::*InstructionDtQQQ)(DataType dt,
350 Condition cond, DataType dt, DRegister rd, DRegister rn, DRegister rm);
352 Condition cond, DataType dt, QRegister rd, QRegister rn, QRegister rm);
354 Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister rm);
356 DataType dt,
360 DataType dt,
364 DataType dt,
368 Condition cond, DataType dt, SRegister rd, SRegister rn, SRegister rm);
370 Condition cond, DataType dt, DRegister rd, QRegister rn, QRegister rm);
372 Condition cond, DataType d
[all...]
/external/webrtc/webrtc/system_wrappers/test/TestSort/
H A DTestSort.cc31 template<typename DataType>
34 DataType dataX = (DataType)*(const DataType*)dataX;
35 DataType dataY = (DataType)*(const DataType*)dataY;
48 template<typename DataType, typename KeyType>
51 KeyType keyX = ((const DataType*)dataX)->key;
52 KeyType keyY = ((const DataType*)data
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.hpp46 // Helper class for constructing DataType vectors.
49 std::vector<glu::DataType> vec;
50 DataTypes& operator<< (glu::DataType type) { vec.push_back(type); return *this; }
58 FlatColorShader (glu::DataType outputType);
67 const glu::DataType m_outputType;
73 GradientShader (glu::DataType outputType);
82 const glu::DataType m_outputType;
88 Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f), const tcu::Vec4& outBias = tcu::Vec4(0.0f));
112 const glu::DataType m_outputType;
118 TextureCubeShader (glu::DataType samplerTyp
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMap.h18 template <typename KeyType, typename DataType>
88 const DataType* GetDataAtIndex(const PVRTuint32 uiIndex) const
103 DataType& operator[] (const KeyType key)
119 //Create a new DataType.
120 DataType sNewData;
192 CPVRTArray<DataType> m_Data; /*!< Array of pointers to all the allocated data. */
/external/google-breakpad/src/common/
H A Dmemory_range.h94 // Same as the two-argument version of GetData() but uses sizeof(DataType)
95 // as the subrange length and returns an |DataType| pointer for convenience.
96 template <typename DataType>
97 const DataType* GetData(size_t sub_offset) const {
98 return reinterpret_cast<const DataType*>(
99 GetData(sub_offset, sizeof(DataType)));
/external/skia/experimental/Networking/
H A DSkSockets.h36 enum DataType { enum in class:SkSocket
58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
74 DataType type, void*), void* context);
97 DataType type;
/external/llvm/include/llvm/Support/
H A DCommandLine.h432 template <class DataType> struct OptionValue;
436 template <class DataType, bool isClass>
439 typedef OptionValue<DataType> WrapperType;
443 const DataType &getValue() const { llvm_unreachable("no default value"); }
448 bool compare(const DataType & /*V*/) const { return false; }
459 template <class DataType> class OptionValueCopy : public GenericOptionValue {
460 DataType Value;
473 const DataType &getValue() const {
478 void setValue(const DataType &V) {
483 bool compare(const DataType
[all...]
/external/gemmlowp/internal/
H A Doutput.h52 // with DataType=int32x4_t, Rows=4, Cols=1. MapOrder doesn't matter for
58 typedef tDataType DataType; typedef in struct:gemmlowp::Fragment
64 Fragment(const DataType& d) : data(d) {}
65 operator DataType() const { return data; }
67 DataType data;
232 typedef typename InputType::DataType DataType; typedef in struct:gemmlowp::OutputStageTanhEvalImpl
252 ToFixedPoint<DataType, 0>(inverse_amplitude_normalized_double);
261 ToFixedPoint<DataType, 0>(amplitude_normalized_double);
267 typedef FixedPoint<DataType,
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.hpp46 // Helper class for constructing DataType vectors.
49 std::vector<glu::DataType> vec;
50 DataTypes& operator<< (glu::DataType type) { vec.push_back(type); return *this; }
58 Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f), const tcu::Vec4& outBias = tcu::Vec4(0.0f));
82 const glu::DataType m_outputType;
88 TextureCubeArrayShader (glu::DataType samplerType, glu::DataType outputType);
106 const glu::DataType m_outputType;
124 glu::DataType getFragmentOutputType (const tcu::TextureFormat& format);
H A Des31fShaderBuiltinConstantTests.cpp123 template<typename DataType>
127 typedef DataType (*GetConstantValueFunc) (const glw::Functions& gl);
136 bool verifyInShaderType (glu::ShaderType shaderType, DataType reference);
143 template<typename DataType>
144 ShaderBuiltinConstantCase<DataType>::ShaderBuiltinConstantCase (Context& context, const char* varName, GetConstantValueFunc getValue, const char* requiredExt)
153 template<typename DataType>
154 ShaderBuiltinConstantCase<DataType>::~ShaderBuiltinConstantCase (void)
158 template<typename DataType>
159 void ShaderBuiltinConstantCase<DataType>::init (void)
188 glu::DataType dataTyp
[all...]
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dserialization_forward.h63 typename DataType,
68 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) {
70 std::forward<DataType>(input), output, std::forward<Args>(args)...);
87 typename DataType,
93 DataType** output,
103 typename DataType,
108 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) {
115 return Deserialize<MojomType>(std::forward<DataType>(input), &output->value(),
/external/proguard/src/proguard/ant/
H A DFilterElement.java23 import org.apache.tools.ant.types.DataType;
30 * This DataType represents a name filter in Ant.
34 public class FilterElement extends DataType
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.h22 template <typename KeyType, typename DataType>
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h331 template<class DataType> struct OptionValue;
335 template<class DataType, bool isClass>
338 typedef OptionValue<DataType> WrapperType;
342 const DataType &getValue() const { assert(false && "no default value"); }
348 bool compare(const DataType &/*V*/) const { return false; }
354 template<class DataType>
356 DataType Value;
363 const DataType &getValue() const {
368 void setValue(const DataType &V) { Valid = true; Value = V; }
370 bool compare(const DataType
[all...]
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dvalidation_test_input_parser.cc35 struct DataType;
40 const DataType& type,
43 struct DataType { struct in class:mojo::test::__anon10928::ValidationTestInputParser
62 bool ParseUnsignedInteger(const DataType& type,
64 bool ParseSignedInteger(const DataType& type,
66 bool ParseFloat(const DataType& type, const std::string& value_string);
67 bool ParseDouble(const DataType& type, const std::string& value_string);
68 bool ParseBinarySequence(const DataType& type,
70 bool ParseDistance(const DataType& type, const std::string& value_string);
71 bool ParseAnchor(const DataType
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.h52 inline Instruction *mkOp(operation, DataType, Value *);
53 Instruction *mkOp1(operation, DataType, Value *, Value *);
54 Instruction *mkOp2(operation, DataType, Value *, Value *, Value *);
55 Instruction *mkOp3(operation, DataType, Value *, Value *, Value *, Value *);
57 LValue *mkOp1v(operation, DataType, Value *, Value *);
58 LValue *mkOp2v(operation, DataType, Value *, Value *, Value *);
59 LValue *mkOp3v(operation, DataType, Value *, Value *, Value *, Value *);
61 LValue *mkLoad(DataType, Symbol *, Value *ptr);
62 Instruction *mkStore(operation, DataType, Symbol *, Value *ptr, Value *val);
64 Instruction *mkMov(Value *, Value *, DataType
[all...]

Completed in 1578 milliseconds

123456789