Home
last modified time | relevance | path

Searched defs:dataType (Results 1 – 25 of 103) sorted by relevance

12345

/external/deqp/framework/opengl/
DgluShaderUtil.cpp180 const char* getDataTypeName (DataType dataType) in getDataTypeName()
314 int getDataTypeScalarSize (DataType dataType) in getDataTypeScalarSize()
448 DataType getDataTypeScalarType (DataType dataType) in getDataTypeScalarType()
582 DataType getDataTypeFloat16Scalars (DataType dataType) in getDataTypeFloat16Scalars()
716 DataType getDataTypeFloatScalars (DataType dataType) in getDataTypeFloatScalars()
850 DataType getDataTypeDoubleScalars (DataType dataType) in getDataTypeDoubleScalars()
1031 int getDataTypeMatrixNumRows (DataType dataType) in getDataTypeMatrixNumRows()
1068 int getDataTypeMatrixNumColumns (DataType dataType) in getDataTypeMatrixNumColumns()
1105 int getDataTypeNumLocations (DataType dataType) in getDataTypeNumLocations()
1116 int getDataTypeNumComponents (DataType dataType) in getDataTypeNumComponents()
DgluShaderUtil.hpp263 inline bool isDataTypeFloat16OrVec (DataType dataType) { return (dataType >= TYPE_FLOAT16) &… in isDataTypeFloat16OrVec()
264 inline bool isDataTypeFloatOrVec (DataType dataType) { return (dataType >= TYPE_FLOAT) && … in isDataTypeFloatOrVec()
265 inline bool isDataTypeFloatType (DataType dataType) { return (dataType >= TYPE_FLOAT) && … in isDataTypeFloatType()
266 inline bool isDataTypeDoubleOrDVec (DataType dataType) { return (dataType >= TYPE_DOUBLE) &… in isDataTypeDoubleOrDVec()
267 inline bool isDataTypeMatrix (DataType dataType) { in isDataTypeMatrix()
273 inline bool isDataTypeIntOrIVec (DataType dataType) { return (dataType >= TYPE_INT) && … in isDataTypeIntOrIVec()
274 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && … in isDataTypeUintOrUVec()
275 inline bool isDataTypeBoolOrBVec (DataType dataType) { return (dataType >= TYPE_BOOL) && … in isDataTypeBoolOrBVec()
276 inline bool isDataTypeScalar (DataType dataType) { in isDataTypeScalar()
289 inline bool isDataTypeVector (DataType dataType) { in isDataTypeVector()
[all …]
DgluTextureUtil.hpp45 deUint32 dataType; //!< Data type. member
DgluTexture.cpp52 Texture1D::Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width) in Texture1D()
105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture2D()
350 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int siz… in TextureCube()
475 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, i… in Texture1DArray()
529 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, i… in Texture2DArray()
645 Texture3D::Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture3D()
770 …y::TextureCubeArray (const RenderContext& context, deUint32 format, deUint32 dataType, int size, i… in TextureCubeArray()
/external/deqp/modules/gles2/performance/
Des2pTextureFormatTests.cpp54 deUint32 dataType; in init() member
70 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
Des2pTextureCountTests.cpp56 deUint32 dataType; in init() member
71 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
Des2pTextureFilteringTests.cpp54 deUint32 dataType; in init() member
85 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/
DTensor.swift25 public let dataType: TensorDataType variable
DInterpreter.swift109 guard let dataType = TensorDataType(type: TFL_TensorType(cTensor)) else { in input() variable
157 guard let dataType = TensorDataType(type: TFL_TensorType(cTensor)) else { in output() variable
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp620 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexImage2DCase()
665 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexImageCubeCase()
717 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in RandomOrderTexImage2DCase()
769 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in RandomOrderTexImageCubeCase()
833 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexImage2DAlignCase()
881 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexImageCubeAlignCase()
932 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexSubImage2DCase()
999 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexSubImageCubeCase()
1075 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexSubImage2DEmptyTexCase()
1130 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexSubImageCubeEmptyTexCase()
[all …]
Des2fDefaultVertexAttributeTests.cpp198 …const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase()
213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create()
490 glu::DataType dataType; in init() member
Des2fTextureFormatTests.cpp93 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DFormatCase()
237 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeFormatCase()
634 deUint32 dataType; in init() member
650 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
Des2fTextureSizeTests.cpp77 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DSizeCase()
202 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeSizeCase()
375 deUint32 dataType; in init() member
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DOutput.java53 public DataType dataType() { in dataType() method in Output
DTensor.java303 private static <T> Tensor<T> allocateForBuffer(DataType dataType, long[] shape, int nBuffered) { in allocateForBuffer()
337 public DataType dataType() { in dataType() method in Tensor
576 private static IllegalArgumentException incompatibleBuffer(Buffer buf, DataType dataType) { in incompatibleBuffer()
597 private static int elemByteSize(DataType dataType) { in elemByteSize()
/external/tensorflow/tensorflow/lite/experimental/swift/Tests/
DTensorTests.swift24 let dataType: TensorDataType = .uInt8 in testTensor_Init() variable
/external/deqp/modules/gles3/functional/
Des3fTextureSwizzleTests.cpp103 … const char* description, deUint32 internalFormat, deUint32 format, deUint32 dataType, deUint32 sw… in Texture2DSwizzleCase()
241 deUint32 dataType; in init() member
336 deUint32 dataType = formats[fmtNdx].dataType; in init() local
Des3fDefaultVertexAttributeTests.cpp274 …const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase()
289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create()
567 glu::DataType dataType; in init() member
Des3fTextureSizeTests.cpp78 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DSizeCase()
203 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeSizeCase()
376 deUint32 dataType; in init() member
/external/deqp/modules/gles3/scripts/
Dgen-large-constant-arrays.py76 def genArray(dataType, size): argument
/external/tensorflow/tensorflow/lite/tools/accuracy/
Dutils_test.cc49 DataType dataType = model_info.input_types[i]; in TEST() local
/external/tensorflow/tensorflow/lite/experimental/objc/sources/
DTFLTensor.m35 @property(nonatomic) TFLTensorDataType dataType; property
/external/deqp/framework/opengl/simplereference/
DsglrContext.cpp45 deUint32 dataType = GL_NONE; in texImage2D() local
/external/protobuf/objectivec/
DGPBDescriptor_PackagePrivate.h100 GPBDataType dataType; member
128 GPBDataType dataType; member
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp124 …txInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, i… in TextureCubeArrayFormatCase()
436 deUint32 dataType; in init() member
452 deUint32 dataType = texFormats[formatNdx].dataType; in init() local

12345