Searched defs:DataType (Results 1 - 25 of 37) sorted by relevance

12

/external/brotli/enc/
H A Dhistogram.h27 #define DataType uint8_t macro
29 #undef DataType macro
34 #define DataType uint16_t macro
43 #undef DataType macro
H A Dblock_splitter.c93 #define DataType uint8_t macro
96 #undef DataType macro
100 #define DataType uint16_t macro
108 #undef DataType macro
/external/ImageMagick/MagickCore/
H A Dmime-private.h32 } DataType; typedef in typeref:enum:__anon66
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.h64 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */ member in struct:gl_program_parameter
/external/libchrome/dbus/
H A Dmessage.h68 enum DataType { enum in class:dbus::Message
474 Message::DataType GetDataType();
/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::__anon11067::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/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/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCStreamer.h80 enum DataType { enum in class:llvm::MCStreamer
87 DataType RegionIndicator;
/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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h451 template <class DataType> struct OptionValue;
455 template <class DataType, bool isClass>
458 typedef OptionValue<DataType> WrapperType;
462 const DataType &getValue() const { llvm_unreachable("no default value"); }
467 bool compare(const DataType & /*V*/) const { return false; }
478 template <class DataType> class OptionValueCopy : public GenericOptionValue {
479 DataType Value;
492 const DataType &getValue() const {
497 void setValue(const DataType &V) {
502 bool compare(const DataType
[all...]
/external/clang/include/clang/AST/
H A DAPValue.h114 UnionData, AddrLabelDiffData> DataType; typedef in class:clang::APValue
115 static const size_t DataSize = sizeof(DataType);
117 DataType Data;
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp305 enum DataType enum in namespace:deqp::gls::StateQueryUtil
348 DataType getType (void) const;
364 DataType m_type;
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c83 GLenum DataType; member in struct:osmesa_context
451 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
457 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
465 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
471 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
481 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
487 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
497 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
500 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
510 if (osmesa->DataType
[all...]
/external/mesa3d/src/mesa/main/
H A Dformats.c57 GLenum DataType; member in struct:gl_format_info
220 return info->DataType;
521 return (info->DataType == GL_INT || info->DataType == GL_UNSIGNED_INT) &&
535 return _mesa_is_type_unsigned(info->DataType);
552 return (info->DataType == GL_SIGNED_NORMALIZED ||
553 info->DataType == GL_INT ||
554 info->DataType == GL_FLOAT);
565 return (info->DataType == GL_INT || info->DataType
[all...]
/external/ImageMagick/coders/
H A Dmat.c103 unsigned long DataType;
899 MATLAB_HDR.DataType = ReadBlobXXXLong(image);
907 if(MATLAB_HDR.DataType == miCOMPRESSED)
911 MATLAB_HDR.DataType = ReadBlobXXXLong(image2); /* replace compressed object type. */
915 if(MATLAB_HDR.DataType!=miMATRIX) continue; /* skip another objects. */
101 unsigned long DataType; member in struct:__anon141
/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...]
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h212 bool isLegalMaskedStore(Type *DataType) { return false; } argument
214 bool isLegalMaskedLoad(Type *DataType) { return false; } argument
216 bool isLegalMaskedScatter(Type *DataType) { return false; } argument
218 bool isLegalMaskedGather(Type *DataType) { return false; } argument
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1579 bool X86TTIImpl::isLegalMaskedStore(Type *DataType) { argument
1580 return isLegalMaskedLoad(DataType);
1604 bool X86TTIImpl::isLegalMaskedScatter(Type *DataType) { argument
1605 return isLegalMaskedGather(DataType);
/external/pdfium/core/fxcrt/
H A Dfx_basic.h320 template <class DataType, int FixedSize>
325 m_pGrowData.reset(FX_Alloc(DataType, data_size));
328 FXSYS_memset(m_FixedData, 0, sizeof(DataType) * FixedSize);
330 operator DataType*() { return m_pGrowData ? m_pGrowData.get() : m_FixedData; }
333 DataType m_FixedData[FixedSize];
334 std::unique_ptr<DataType, FxFreeDeleter> m_pGrowData;
/external/swiftshader/src/OpenGL/common/
H A DImage.cpp34 enum DataType enum in namespace:__anon19489
65 template<DataType dataType>
403 template<DataType 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/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp79 enum DataType enum in namespace:deqp::gles31::Functional::__anon4784
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.h241 // Yes, we could represent those with DataType.
254 enum DataType enum in namespace:nv50_ir
493 DataType type; // mainly for pretty printing
641 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
690 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
712 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
715 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
741 ImmediateValue(const ImmediateValue *, DataType ty);
765 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
772 Instruction(Function *, operation, DataType);
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h259 unsigned DataType : 4; /**< one of TGSI_IMM_x */ member in struct:tgsi_immediate
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1453 /// for the given \p DataType and kind of access to \p Ptr.
1454 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { argument
1455 return isConsecutivePtr(Ptr) && TTI->isLegalMaskedStore(DataType);
1458 /// for the given \p DataType and kind of access to \p Ptr.
1459 bool isLegalMaskedLoad(Type *DataType, Value *Ptr) { argument
1460 return isConsecutivePtr(Ptr) && TTI->isLegalMaskedLoad(DataType);
1463 /// for the given \p DataType.
1464 bool isLegalMaskedScatter(Type *DataType) { argument
1465 return TTI->isLegalMaskedScatter(DataType);
1468 /// for the given \p DataType
1469 isLegalMaskedGather(Type *DataType) argument
[all...]

Completed in 3053 milliseconds

12