Searched refs:DataType (Results 26 - 50 of 216) sorted by relevance

123456789

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.h47 virtual bool isOpSupported(operation, DataType) const;
48 virtual bool isAccessSupported(DataFile, DataType) const;
/external/chromium_org/ui/events/test/
H A Devents_test_utils_x11.h20 Valuator(DeviceDataManagerX11::DataType type, double v)
23 DeviceDataManagerX11::DataType data_type;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.h49 virtual bool isOpSupported(operation, DataType) const;
50 virtual bool isAccessSupported(DataFile, DataType) const;
H A Dnv50_ir_build_util.cpp66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
107 BuildUtil::mkLoad(DataType ty, Symbol *mem, Value *ptr)
122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
137 BuildUtil::mkFetch(Value *dst, DataType ty, DataFile file, int32_t offset,
155 DataType ty = TYPE_F32;
171 BuildUtil::mkMov(Value *dst, Value *src, DataType ty)
210 DataType dstTy, Value *dst, DataType srcT
[all...]
H A Dnv50_ir_inlines.h49 static inline unsigned int typeSizeof(DataType ty)
76 static inline DataType typeOfSize(unsigned int size,
92 static inline bool isFloatType(DataType ty)
97 static inline bool isSignedIntType(DataType ty)
102 static inline bool isSignedType(DataType ty)
117 static inline DataType intTypeToSigned(DataType ty)
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.h47 virtual bool isOpSupported(operation, DataType) const;
48 virtual bool isAccessSupported(DataFile, DataType) const;
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dblock_splitter.cc85 template<typename HistogramType, typename DataType>
86 void InitialEntropyCodes(const DataType* data, size_t length,
111 template<typename HistogramType, typename DataType>
113 const DataType* data,
127 template<typename HistogramType, typename DataType>
128 void RefineEntropyCodes(const DataType* data, size_t length,
147 template<typename DataType, int kSize>
148 void FindBlocks(const DataType* data, const size_t length,
234 template<typename HistogramType, typename DataType>
235 void BuildBlockHistograms(const DataType* dat
[all...]
H A Dhistogram.h50 template<typename DataType>
51 void Add(const DataType *p, size_t n) {
/external/chromium_org/ui/gl/
H A Dgl_image_memory.cc46 GLenum DataType(unsigned internalformat) { function in namespace:gfx::__anon16928
159 DataType(internalformat_),
224 DataType(internalformat_),
249 DataType(internalformat_),
267 DataType(internalformat_),
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathByteStreamBuilder.cpp44 template<typename DataType>
45 void writeType(DataType value)
47 ByteType<DataType> data;
49 size_t typeSize = sizeof(ByteType<DataType>);
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSkNetPipeController.cpp21 int SkNetPipeController::writeToSocket(SkSocket* sockfd, SkSocket::DataType type) {
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp321 const glu::DataType basicType = varValue.type.getBasicType();
322 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
445 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
453 AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
477 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
489 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
535 SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
559 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
582 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
641 RoundEvenCase (Context& context, glu::DataType baseTyp
[all...]
H A Des31fShaderIntegerFunctionTests.cpp81 const glu::DataType basicType = varValue.type.getBasicType();
82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
137 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues)
350 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
358 UaddCarryCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
371 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
425 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
454 UsubBorrowCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
467 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
519 const glu::DataType typ
[all...]
H A Des31fProgramUniformTests.cpp69 typedef bool (* dataTypePredicate)(glu::DataType);
78 static const glu::DataType s_testDataTypes[] =
142 static inline int getSamplerNumLookupDimensions (const glu::DataType type)
173 static inline glu::DataType getSamplerLookupReturnType (const glu::DataType type)
206 template<glu::DataType T>
207 static bool dataTypeEquals (const glu::DataType t)
213 static bool dataTypeIsMatrixWithNRows (const glu::DataType t)
235 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type)
239 const glu::DataType basicTyp
[all...]
/external/skia/experimental/DrawingBoard/
H A DSkNetPipeController.cpp21 int SkNetPipeController::writeToSocket(SkSocket* sockfd, SkSocket::DataType type) {
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_data_provider.h33 enum DataType { enum in class:picasa::PicasaDataProvider
43 void RefreshData(DataType needed_data, const ReadyCallback& ready_callback);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
107 BuildUtil::mkLoad(DataType ty, Symbol *mem, Value *ptr)
122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
137 BuildUtil::mkFetch(Value *dst, DataType ty, DataFile file, int32_t offset,
155 DataType ty = TYPE_F32;
171 BuildUtil::mkMov(Value *dst, Value *src, DataType ty)
210 DataType dstTy, Value *dst, DataType srcT
[all...]
H A Dnv50_ir_inlines.h49 static inline unsigned int typeSizeof(DataType ty)
76 static inline DataType typeOfSize(unsigned int size,
92 static inline bool isFloatType(DataType ty)
97 static inline bool isSignedIntType(DataType ty)
102 static inline bool isSignedType(DataType ty)
117 static inline DataType intTypeToSigned(DataType ty)
/external/deqp/modules/gles2/functional/
H A Des2fShaderIndexingTests.cpp113 static ShaderEvalFunc getArrayCoordsEvalFunc (DataType dataType)
129 static ShaderEvalFunc getArrayUniformEvalFunc (DataType dataType)
145 ShaderIndexingCase (Context& context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEvalFunc evalFunc, deUint32 requirements, const char* vertShaderSource, const char* fragShaderSource);
157 DataType m_varType;
161 ShaderIndexingCase::ShaderIndexingCase (Context& context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEvalFunc evalFunc, deUint32 requirements, const char* vertShaderSource, const char* fragShaderSource)
251 static ShaderIndexingCase* createVaryingArrayCase (Context& context, const char* caseName, const char* description, DataType varType, IndexAccessType vertAccess, IndexAccessType fragAccess)
374 static ShaderIndexingCase* createUniformArrayCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType readAccess)
484 static ShaderIndexingCase* createTmpArrayCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType readAccess)
638 static ShaderEvalFunc getVectorSubscriptEvalFunc (DataType dataType)
648 static ShaderIndexingCase* createVectorSubscriptCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varTyp
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderIndexingTests.cpp106 static ShaderEvalFunc getArrayCoordsEvalFunc (DataType dataType)
122 static ShaderEvalFunc getArrayUniformEvalFunc (DataType dataType)
138 ShaderIndexingCase (Context& context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEvalFunc evalFunc, const char* vertShaderSource, const char* fragShaderSource);
148 DataType m_varType;
151 ShaderIndexingCase::ShaderIndexingCase (Context& context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEvalFunc evalFunc, const char* vertShaderSource, const char* fragShaderSource)
221 static ShaderIndexingCase* createVaryingArrayCase (Context& context, const char* caseName, const char* description, DataType varType, IndexAccessType vertAccess, IndexAccessType fragAccess)
336 static ShaderIndexingCase* createUniformArrayCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType readAccess)
442 static ShaderIndexingCase* createTmpArrayCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType readAccess)
592 static ShaderEvalFunc getVectorSubscriptEvalFunc (DataType dataType)
602 static ShaderIndexingCase* createVectorSubscriptCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varTyp
[all...]
H A Des3fShaderCommonFunctionTests.cpp294 const glu::DataType basicType = varValue.type.getBasicType();
295 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
414 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
422 AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
446 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
458 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
504 SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType)
528 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
551 const glu::DataType type = m_spec.inputs[0].varType.getBasicType();
610 RoundEvenCase (Context& context, glu::DataType baseTyp
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsort.cc186 template <typename DataType>
188 DataType* data_type = static_cast<DataType*>(data);
192 template <typename DataType, typename IntegerType>
194 DataType* data_type = static_cast<DataType*>(data);
199 template <typename DataType>
201 DataType* data_type = static_cast<DataType*>(data);
/external/webrtc/src/system_wrappers/source/
H A Dsort.cc222 template <typename DataType>
225 DataType* dataT = static_cast<DataType*>(data);
229 template <typename DataType, typename IntegerType>
232 DataType* dataT = static_cast<DataType*>(data);
237 template <typename DataType>
240 DataType* dataT = static_cast<DataType*>(data);
/external/proguard/src/proguard/ant/
H A DClassPathElement.java67 Object referencedObject = getCheckedRef(DataType.class,
68 DataType.class.getName());
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.h69 typedef std::map<base::StringPiece, Record*, Comparator> DataType; typedef in class:content::LevelDBTransaction
87 DataType* data_;
88 DataType::iterator iterator_;
141 DataType data_;

Completed in 596 milliseconds

123456789