Home
last modified time | relevance | path

Searched refs:DataType (Results 1 – 25 of 210) sorted by relevance

123456789

/external/deqp/framework/opengl/
DgluShaderUtil.hpp97 enum DataType enum
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 dataType);
219 DataType getDataTypeVector (DataType scalarType, int size);
220 DataType getDataTypeFloatVec (int vecSize);
221 DataType getDataTypeIntVec (int vecSize);
222 DataType getDataTypeUintVec (int vecSize);
[all …]
DgluShaderUtil.cpp177 const char* getDataTypeName (DataType dataType) in getDataTypeName()
282 int getDataTypeScalarSize (DataType dataType) in getDataTypeScalarSize()
387 DataType getDataTypeScalarType (DataType dataType) in getDataTypeScalarType()
389 static const DataType s_scalarTypes[] = in getDataTypeScalarType()
492 DataType getDataTypeFloatScalars (DataType dataType) in getDataTypeFloatScalars()
494 static const DataType s_floatTypes[] = in getDataTypeFloatScalars()
597 DataType getDataTypeDoubleScalars (DataType dataType) in getDataTypeDoubleScalars()
599 static const DataType s_doubleTypes[] = in getDataTypeDoubleScalars()
702 DataType getDataTypeVector (DataType scalarType, int size) in getDataTypeVector()
712 return (DataType)((int)scalarType + size - 1); in getDataTypeVector()
[all …]
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);
/external/vixl/src/aarch32/
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 dt, SRegister rd, SRegister rm);
[all …]
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 dt, QRegister rd, QRegister rn, DRegister rm);
[all …]
Dmacro-assembler-aarch32.h247 EmitLiteralCondDtDL(DataType dt, DRegister rt) : dt_(dt), rt_(rt) {} in EmitLiteralCondDtDL()
255 DataType dt_;
262 EmitLiteralCondDtSL(DataType dt, SRegister rt) : dt_(dt), rt_(rt) {} in EmitLiteralCondDtSL()
270 DataType dt_;
817 void Vldr(Condition cond, DataType dt, DRegister rd, RawLiteral* literal) { in Vldr()
824 void Vldr(DataType dt, DRegister rd, RawLiteral* literal) { in Vldr()
834 void Vldr(Condition cond, DataType dt, SRegister rd, RawLiteral* literal) { in Vldr()
841 void Vldr(DataType dt, SRegister rd, RawLiteral* literal) { in Vldr()
1005 DataType dt,
1012 DataType dt,
[all …]
Ddisasm-aarch32.cc826 DecodeNeon Index_1_Decode(uint32_t value, DataType dt) { in Index_1_Decode()
852 DecodeNeonAndAlign Align_index_align_1_Decode(uint32_t value, DataType dt) { in Align_index_align_1_Decode()
897 DecodeNeonAndAlign Align_index_align_2_Decode(uint32_t value, DataType dt) { in Align_index_align_2_Decode()
944 DecodeNeonAndAlign Align_index_align_3_Decode(uint32_t value, DataType dt) { in Align_index_align_3_Decode()
993 Alignment Align_a_1_Decode(uint32_t value, DataType dt) { in Align_a_1_Decode()
1007 Alignment Align_a_2_Decode(uint32_t value, DataType dt) { in Align_a_2_Decode()
1022 Alignment Align_a_3_Decode(uint32_t value, DataType dt, uint32_t size) { in Align_a_3_Decode()
3721 Condition cond, DataType dt, DRegister rd, DRegister rn, DRegister rm) { in vaba()
3728 Condition cond, DataType dt, QRegister rd, QRegister rn, QRegister rm) { in vaba()
3735 Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister rm) { in vabal()
[all …]
/external/llvm/include/llvm/Support/
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"); } in getValue()
448 bool compare(const DataType & /*V*/) const { return false; } in compare()
459 template <class DataType> class OptionValueCopy : public GenericOptionValue {
460 DataType Value;
473 const DataType &getValue() const { in getValue()
478 void setValue(const DataType &V) { in setValue()
483 bool compare(const DataType &V) const { return Valid && (Value != V); } in compare()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
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"); } in getValue()
467 bool compare(const DataType & /*V*/) const { return false; } in compare()
478 template <class DataType> class OptionValueCopy : public GenericOptionValue {
479 DataType Value;
492 const DataType &getValue() const { in getValue()
497 void setValue(const DataType &V) { in setValue()
502 bool compare(const DataType &V) const { return Valid && (Value != V); } in compare()
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/
DGenericRequestBuilder.java49 public class GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> implements Clo…
56 private ChildLoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider;
80 … GenericRequestBuilder(LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider, in GenericRequestBuilder() argument
92 LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider, in GenericRequestBuilder() argument
101 … ? new ChildLoadProvider<ModelType, DataType, ResourceType, TranscodeType>(loadProvider) : null; in GenericRequestBuilder()
126 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> thumbnail( in thumbnail()
158 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> thumbnail( in thumbnail()
176 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> sizeMultiplier( in sizeMultiplier()
196 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> decoder( in decoder()
197 ResourceDecoder<DataType, ResourceType> decoder) { in decoder() argument
[all …]
DGenericTranscodeRequest.java32 public class GenericTranscodeRequest<ModelType, DataType, ResourceType>
33 …extends GenericRequestBuilder<ModelType, DataType, ResourceType, ResourceType> implements Download…
34 private final ModelLoader<ModelType, DataType> modelLoader;
35 private final Class<DataType> dataClass;
47 …ModelLoader<ModelType, DataType> modelLoader, Class<DataType> dataClass, Class<ResourceType> resou… in GenericTranscodeRequest()
58 …ModelLoader<ModelType, DataType> modelLoader, Class<DataType> dataClass, Class<ResourceType> resou… in GenericTranscodeRequest()
76 …public <TranscodeType> GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> tra… in transcode()
78 …LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider = build(glide, modelLo… in transcode()
81 …return optionsApplier.apply(new GenericRequestBuilder<ModelType, DataType, ResourceType, Transcode… in transcode()
99 private GenericRequestBuilder<ModelType, DataType, File, File> getDownloadOnlyRequest() { in getDownloadOnlyRequest()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.hpp49 std::vector<glu::DataType> vec;
50 DataTypes& operator<< (glu::DataType type) { vec.push_back(type); return *this; } in operator <<()
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& outSc…
112 const glu::DataType m_outputType;
118 TextureCubeShader (glu::DataType samplerType, glu::DataType outputType);
134 const glu::DataType m_outputType;
[all …]
Des3fShaderCommonFunctionTests.cpp294 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<()
295 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<()
414 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName()
422 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase()
446 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in getInputValues()
458 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in compare()
504 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase()
528 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in getInputValues()
551 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in compare()
610 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
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"); } in getValue()
348 bool compare(const DataType &/*V*/) const { return false; } in compare()
354 template<class DataType>
356 DataType Value;
363 const DataType &getValue() const { in getValue()
368 void setValue(const DataType &V) { Valid = true; Value = V; } in setValue()
370 bool compare(const DataType &V) const { in compare()
[all …]
/external/webrtc/webrtc/system_wrappers/test/TestSort/
DTestSort.cc31 template<typename DataType>
34 DataType dataX = (DataType)*(const DataType*)dataX; in Compare()
35 DataType dataY = (DataType)*(const DataType*)dataY; in Compare()
48 template<typename DataType, typename KeyType>
51 KeyType keyX = ((const DataType*)dataX)->key; in CompareKey()
52 KeyType keyY = ((const DataType*)dataY)->key; in CompareKey()
65 template<typename DataType>
68 bool operator()(const DataType &dataX, const DataType &dataY) const in operator ()()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dvalidation_test_input_parser.cc35 struct DataType;
40 const DataType& type,
43 struct DataType { struct in mojo::test::__anon47eca8070111::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& type, const std::string& value_string);
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
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 Instruction *mkLoad(DataType, Value *dst, Symbol *, Value *ptr);
62 Instruction *mkStore(operation, DataType, Symbol *, Value *ptr, Value *val);
64 LValue *mkLoadv(DataType, Symbol *, Value *ptr);
[all …]
/external/deqp/modules/gles31/functional/
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* varNa… in ShaderBuiltinConstantCase()
153 template<typename DataType>
154 ShaderBuiltinConstantCase<DataType>::~ShaderBuiltinConstantCase (void) in ~ShaderBuiltinConstantCase()
158 template<typename DataType>
159 void ShaderBuiltinConstantCase<DataType>::init (void) in init()
188 glu::DataType dataType, in createGetConstantExecutor()
[all …]
Des31fFboTestUtil.hpp49 std::vector<glu::DataType> vec;
50 DataTypes& operator<< (glu::DataType type) { vec.push_back(type); return *this; } in operator <<()
58 …Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outSc…
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);
Des31fShaderIntegerFunctionTests.cpp81 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<()
82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<()
137 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dat… in generateRandomInputData()
350 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::S… in getIntegerFuncCaseName()
358 …UaddCarryCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in UaddCarryCase()
371 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in getInputValues()
425 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in compare()
454 …UsubBorrowCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderTyp… in UsubBorrowCase()
467 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in getInputValues()
519 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in compare()
[all …]
/external/clang/test/Modules/Inputs/PR27890/
Da.h1 template <class DataType> DataType values(DataType) { __builtin_va_list ValueArgs; return DataType(… in values() argument
3 template <class DataType>
/external/libmojo/mojo/public/cpp/bindings/lib/
Dserialization_forward.h63 typename DataType,
68 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize()
70 std::forward<DataType>(input), output, std::forward<Args>(args)...); in Deserialize()
87 typename DataType,
93 DataType** output, in Serialize()
103 typename DataType,
108 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { in Deserialize()
115 return Deserialize<MojomType>(std::forward<DataType>(input), &output->value(), in Deserialize()
/external/libbrillo/brillo/
Dany_internal_impl.h270 using DataType = TypedData<Type>; in Assign() local
276 DataType* typed_ptr = static_cast<DataType*>(ptr); in Assign()
286 sizeof(DataType) > sizeof(contained_buffer_)) { in Assign()
289 external_ptr_ = new DataType(std::forward<T>(value)); in Assign()
293 DataType* address = reinterpret_cast<DataType*>(contained_buffer_); in Assign()
297 new (address) DataType(std::forward<T>(value)); in Assign()
308 using DataType = internal_details::TypedData<typename std::decay<T>::type>; in GetData() local
309 return static_cast<const DataType*>(GetDataPtr())->value_; in GetData()
313 using DataType = internal_details::TypedData<typename std::decay<T>::type>; in GetData() local
314 return static_cast<DataType*>(GetDataPtr())->value_; in GetData()
/external/gemmlowp/internal/
Doutput.h220 typedef RegisterType DataType;
239 inverse_amplitude_normalized = FixedPoint<DataType, 0>::FromDouble(
249 FixedPoint<DataType, 0>::FromDouble(amplitude_normalized_double);
255 typedef FixedPoint<DataType, 3> F3;
256 typedef FixedPoint<DataType, 0> F0;
262 DataType input_centered =
263 Sub(input.reg[i], Dup<DataType>(real_zero_as_int32));
272 DataType int32_output =
273 Add(Dup<DataType>(real_zero_as_int32),
276 DataType mask_if_below_cutoff_min =
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMap.h18 template <typename KeyType, typename DataType>
88 const DataType* GetDataAtIndex(const PVRTuint32 uiIndex) const in GetDataAtIndex()
103 DataType& operator[] (const KeyType key)
120 DataType sNewData;
192 CPVRTArray<DataType> m_Data; /*!< Array of pointers to all the allocated data. */

123456789