/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 97 enum DataType enum 196 const char* getDataTypeName (DataType dataType); 197 int getDataTypeScalarSize (DataType dataType); 198 DataType getDataTypeScalarType (DataType dataType); 199 DataType getDataTypeFloatScalars (DataType dataType); 200 DataType getDataTypeVector (DataType scalarType, int size); 201 DataType getDataTypeFloatVec (int vecSize); 202 DataType getDataTypeIntVec (int vecSize); 203 DataType getDataTypeUintVec (int vecSize); 204 DataType getDataTypeBoolVec (int vecSize); [all …]
|
D | gluShaderUtil.cpp | 177 const char* getDataTypeName (DataType dataType) in getDataTypeName() 265 int getDataTypeScalarSize (DataType dataType) in getDataTypeScalarSize() 353 DataType getDataTypeScalarType (DataType dataType) in getDataTypeScalarType() 355 const DataType s_scalarTypes[] = in getDataTypeScalarType() 441 DataType getDataTypeFloatScalars (DataType dataType) in getDataTypeFloatScalars() 443 const DataType s_floatTypes[] = in getDataTypeFloatScalars() 529 DataType getDataTypeVector (DataType scalarType, int size) in getDataTypeVector() 538 return (DataType)((int)scalarType + size - 1); in getDataTypeVector() 544 DataType getDataTypeFloatVec (int vecSize) in getDataTypeFloatVec() 549 DataType getDataTypeIntVec (int vecSize) in getDataTypeIntVec() [all …]
|
D | gluTextureUtil.hpp | 80 DataType getSampler1DType (tcu::TextureFormat format); 81 DataType getSampler2DType (tcu::TextureFormat format); 82 DataType getSamplerCubeType (tcu::TextureFormat format); 83 DataType getSampler2DArrayType (tcu::TextureFormat format); 84 DataType getSampler3DType (tcu::TextureFormat format); 85 DataType getSamplerCubeArrayType (tcu::TextureFormat format);
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 369 template <class DataType> struct OptionValue; 373 template <class DataType, bool isClass> 376 typedef OptionValue<DataType> WrapperType; 380 const DataType &getValue() const { llvm_unreachable("no default value"); } in getValue() 385 bool compare(const DataType & /*V*/) const { return false; } in compare() 396 template <class DataType> class OptionValueCopy : public GenericOptionValue { 397 DataType Value; 410 const DataType &getValue() const { in getValue() 415 void setValue(const DataType &V) { in setValue() 420 bool compare(const DataType &V) const { return Valid && (Value != V); } in compare() [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | GenericRequestBuilder.java | 49 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 …]
|
D | GenericTranscodeRequest.java | 32 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/ |
D | es3fFboTestUtil.hpp | 49 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 …]
|
D | es3fShaderCommonFunctionTests.cpp | 294 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 …]
|
D | es3fShaderIndexingTests.cpp | 106 static ShaderEvalFunc getArrayCoordsEvalFunc (DataType dataType) in getArrayCoordsEvalFunc() 122 static ShaderEvalFunc getArrayUniformEvalFunc (DataType dataType) in getArrayUniformEvalFunc() 138 … context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEv… 148 DataType m_varType; 151 … context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEv… in ShaderIndexingCase() 221 …yCase (Context& context, const char* caseName, const char* description, DataType varType, IndexAcc… in createVaryingArrayCase() 336 …text, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAcc… in createUniformArrayCase() 442 …text, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAcc… in createTmpArrayCase() 592 static ShaderEvalFunc getVectorSubscriptEvalFunc (DataType dataType) in getVectorSubscriptEvalFunc() 602 …text, const char* caseName, const char* description, bool isVertexCase, DataType varType, VectorAc… in createVectorSubscriptCase() [all …]
|
/external/gemmlowp/internal/ |
D | output.h | 58 typedef tDataType DataType; typedef 64 Fragment(const DataType& d) : data(d) {} in Fragment() 65 operator DataType() const { return data; } in DataType() function 67 DataType data; 232 typedef typename InputType::DataType DataType; 252 ToFixedPoint<DataType, 0>(inverse_amplitude_normalized_double); 261 ToFixedPoint<DataType, 0>(amplitude_normalized_double); 267 typedef FixedPoint<DataType, 3> F3; 268 typedef FixedPoint<DataType, 0> F0; 271 DataType input_centered = [all …]
|
/external/webrtc/webrtc/system_wrappers/test/TestSort/ |
D | TestSort.cc | 31 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/deqp/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 123 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 …]
|
D | es31fFboTestUtil.hpp | 49 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);
|
D | es31fShaderIntegerFunctionTests.cpp | 81 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 …]
|
D | es31fShaderCommonFunctionTests.cpp | 368 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() 369 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() 492 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() 500 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase() 524 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in getInputValues() 536 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in compare() 582 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase() 606 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in getInputValues() 629 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in compare() 688 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase() [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_build_util.h | 52 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 = TYPE_U32); [all …]
|
D | nv50_ir_build_util.cpp | 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src) in mkOp1() 78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst, in mkOp2() 92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst, in mkOp3() 107 BuildUtil::mkLoad(DataType ty, Symbol *mem, Value *ptr) in mkLoad() 122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr, in mkStore() 137 BuildUtil::mkFetch(Value *dst, DataType ty, DataFile file, int32_t offset, in mkFetch() 155 DataType ty = TYPE_F32; in mkInterp() 171 BuildUtil::mkMov(Value *dst, Value *src, DataType ty) in mkMov() 210 DataType dstTy, Value *dst, DataType srcTy, Value *src) in mkCvt() 223 BuildUtil::mkCmp(operation op, CondCode cc, DataType ty, Value *dst, in mkCmp() [all …]
|
/external/libbrillo/brillo/ |
D | any_internal_impl.h | 269 using DataType = TypedData<Type>; in Assign() local 275 DataType* typed_ptr = static_cast<DataType*>(ptr); in Assign() 285 sizeof(DataType) > sizeof(contained_buffer_)) { in Assign() 288 external_ptr_ = new DataType(std::forward<T>(value)); in Assign() 292 DataType* address = reinterpret_cast<DataType*>(contained_buffer_); in Assign() 296 new (address) DataType(std::forward<T>(value)); in Assign() 307 using DataType = internal_details::TypedData<typename std::decay<T>::type>; in GetData() local 308 return static_cast<const DataType*>(GetDataPtr())->value_; in GetData() 312 using DataType = internal_details::TypedData<typename std::decay<T>::type>; in GetData() local 313 return static_cast<DataType*>(GetDataPtr())->value_; in GetData()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 83 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() 84 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() 139 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dat… in generateRandomInputData() 224 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::S… in getIntegerFuncCaseName() 282 const glu::DataType scalarTypes[] = in addFunctionCases() 290 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() 305 …group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), g… in addFunctionCases() 474 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in getInputValues() 528 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in compare() 557 …UaddCarryCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::S… in UaddCarryCase() [all …]
|
D | vktShaderCommonFunctionTests.cpp | 311 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() 312 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<() 369 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName() 411 const glu::DataType scalarTypes[] = in addFunctionCases() 420 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases() 434 …group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), g… in addFunctionCases() 610 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in getInputValues() 622 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in compare() 668 …AbsCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in AbsCase() 707 const glu::DataType type = m_spec.inputs[0].varType.getBasicType(); in getInputValues() [all …]
|
/external/skia/experimental/Networking/ |
D | SkSockets.h | 36 enum DataType { enum 58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type); 74 DataType type, void*), void* context); 97 DataType type;
|
/external/google-breakpad/src/common/ |
D | memory_range.h | 96 template <typename DataType> 97 const DataType* GetData(size_t sub_offset) const { in GetData() 98 return reinterpret_cast<const DataType*>( in GetData() 99 GetData(sub_offset, sizeof(DataType))); in GetData()
|
/external/deqp/modules/glshared/ |
D | glsShaderConstExprTests.hpp | 48 using glu::DataType; 55 DataType inType; 59 DataType outType;
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 318 bool isLegalMaskedStore(Type *DataType) const; 319 bool isLegalMaskedLoad(Type *DataType) const; 324 bool isLegalMaskedScatter(Type *DataType) const; 325 bool isLegalMaskedGather(Type *DataType) const; 573 virtual bool isLegalMaskedStore(Type *DataType) = 0; 574 virtual bool isLegalMaskedLoad(Type *DataType) = 0; 575 virtual bool isLegalMaskedScatter(Type *DataType) = 0; 576 virtual bool isLegalMaskedGather(Type *DataType) = 0; 699 bool isLegalMaskedStore(Type *DataType) override { in isLegalMaskedStore() argument 700 return Impl.isLegalMaskedStore(DataType); in isLegalMaskedStore() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 113 static ShaderEvalFunc getArrayCoordsEvalFunc (DataType dataType) in getArrayCoordsEvalFunc() 129 static ShaderEvalFunc getArrayUniformEvalFunc (DataType dataType) in getArrayUniformEvalFunc() 145 … context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEv… 157 DataType m_varType; 161 … context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEv… in ShaderIndexingCase() 251 …yCase (Context& context, const char* caseName, const char* description, DataType varType, IndexAcc… in createVaryingArrayCase() 374 …text, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAcc… in createUniformArrayCase() 484 …text, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAcc… in createTmpArrayCase() 638 static ShaderEvalFunc getVectorSubscriptEvalFunc (DataType dataType) in getVectorSubscriptEvalFunc() 648 …text, const char* caseName, const char* description, bool isVertexCase, DataType varType, VectorAc… in createVectorSubscriptCase() [all …]
|