HomeSort by relevance Sort by last modified time
    Searched refs:DataType (Results 26 - 50 of 418) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/deqp/framework/opengl/
gluShaderUtil.cpp 175 // DataType
177 const char* getDataTypeName (DataType dataType)
261 DE_ASSERT(deInBounds32((int)dataType, 0, DE_LENGTH_OF_ARRAY(s_names)));
262 return s_names[(int)dataType];
265 int getDataTypeScalarSize (DataType dataType)
349 DE_ASSERT(deInBounds32((int)dataType, 0, DE_LENGTH_OF_ARRAY(s_sizes)));
350 return s_sizes[(int)dataType];
353 DataType getDataTypeScalarType (DataType dataType
    [all...]
gluTextureUtil.hpp 45 deUint32 dataType; //!< Data type.
49 , dataType (0)
55 , dataType (dataType_)
60 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
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)
    [all...]
  /external/google-breakpad/src/common/
memory_range.h 94 // Same as the two-argument version of GetData() but uses sizeof(DataType)
95 // as the subrange length and returns an |DataType| pointer for convenience.
96 template <typename DataType>
97 const DataType* GetData(size_t sub_offset) const {
98 return reinterpret_cast<const DataType*>(
99 GetData(sub_offset, sizeof(DataType)));
  /external/skia/experimental/Networking/
SkSockets.h 36 enum DataType {
58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
74 DataType type, void*), void* context);
97 DataType type;
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 31 template <typename DataType>
32 class NodeFactory : public GCFactory<Node<DataType>, 64> {
34 typedef GCFactory<Node<DataType>, 64> Alloc;
37 typedef Node<DataType> NodeType;
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/
gpumat.hpp 57 flags = (flags & ~CV_MAT_TYPE_MASK) | DataType<T>::type;
62 : GpuMat(arows, acols, DataType<T>::type, allocator)
68 : GpuMat(asize.height, asize.width, DataType<T>::type, allocator)
74 : GpuMat(arows, acols, DataType<T>::type, val, allocator)
80 : GpuMat(asize.height, asize.width, DataType<T>::type, val, allocator)
94 flags = (flags & ~CV_MAT_TYPE_MASK) | DataType<T>::type;
96 if (DataType<T>::type == m.type())
102 if (DataType<T>::depth == m.depth())
104 GpuMat::operator =(m.reshape(DataType<T>::channels, m.rows));
108 CV_Assert( DataType<T>::channels == m.channels() )
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 44 * @param <DataType> The data type that the resource {@link com.bumptech.glide.load.model.ModelLoader} will provide that
49 public class GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> implements Cloneable {
56 private ChildLoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider;
80 GenericRequestBuilder(LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider,
92 LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider,
101 ? new ChildLoadProvider<ModelType, DataType, ResourceType, TranscodeType>(loadProvider) : null;
126 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> thumbnail(
158 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> thumbnail(
176 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> sizeMultiplier(
196 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> decoder
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
eigen.hpp 67 Mat _src(src.cols(), src.rows(), DataType<_Tp>::type,
73 Mat _src(src.rows(), src.cols(), DataType<_Tp>::type,
101 const Mat _dst(src.cols, src.rows, DataType<_Tp>::type,
115 const Mat _dst(src.rows, src.cols, DataType<_Tp>::type,
128 const Mat _dst(_cols, _rows, DataType<_Tp>::type,
134 const Mat _dst(_rows, _cols, DataType<_Tp>::type,
147 const Mat _dst(src.cols, src.rows, DataType<_Tp>::type,
161 const Mat _dst(src.rows, src.cols, DataType<_Tp>::type,
175 const Mat _dst(_cols, _rows, DataType<_Tp>::type,
181 const Mat _dst(_rows, _cols, DataType<_Tp>::type
    [all...]
  /external/webrtc/webrtc/system_wrappers/test/TestSort/
TestSort.cc 31 template<typename DataType>
34 DataType dataX = (DataType)*(const DataType*)dataX;
35 DataType dataY = (DataType)*(const DataType*)dataY;
48 template<typename DataType, typename KeyType>
51 KeyType keyX = ((const DataType*)dataX)->key;
52 KeyType keyY = ((const DataType*)dataY)->key
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatterTest.java 24 import com.android.ide.eclipse.gltrace.GLProtoBuf.GLMessage.DataType;
25 import com.android.ide.eclipse.gltrace.GLProtoBuf.GLMessage.DataType.Type;
143 private DataType createStringDataType(String retValue) {
144 return DataType.newBuilder()
151 private DataType createIntegerDataType(int val) {
152 return DataType.newBuilder()
159 private DataType createIntegerPointerDataType(int val) {
160 return DataType.newBuilder()
167 private DataType createEnumDataType(int val) {
168 return DataType.newBuilder(
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 84 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) {
99 return Element.DataType.SIGNED_64;
107 return Element.DataType.SIGNED_32;
115 return Element.DataType.SIGNED_16;
123 return Element.DataType.SIGNED_8;
130 return Element.DataType.FLOAT_32;
137 return Element.DataType.FLOAT_64;
276 * the same {@link android.support.v8.renderscript.Element.DataType}, with the fourth vector
400 if ((mType.mElement.mType == Element.DataType.SIGNED_64) ||
401 (mType.mElement.mType == Element.DataType.UNSIGNED_64))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.hpp 46 // Helper class for constructing DataType vectors.
49 std::vector<glu::DataType> vec;
50 DataTypes& operator<< (glu::DataType type) { vec.push_back(type); return *this; }
58 Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f), const tcu::Vec4& outBias = tcu::Vec4(0.0f));
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);
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* varName, GetConstantValueFunc getValue, const char* requiredExt)
153 template<typename DataType>
154 ShaderBuiltinConstantCase<DataType>::~ShaderBuiltinConstantCase (void)
158 template<typename DataType>
159 void ShaderBuiltinConstantCase<DataType>::init (void)
188 glu::DataType dataType
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 49 virtual bool isOpSupported(operation, DataType) const;
50 virtual bool isAccessSupported(DataFile, DataType) const;
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...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 47 virtual bool isOpSupported(operation, DataType) const;
48 virtual bool isAccessSupported(DataFile, DataType) const;
  /external/proguard/src/proguard/ant/
FilterElement.java 23 import org.apache.tools.ant.types.DataType;
30 * This DataType represents a name filter in Ant.
34 public class FilterElement extends DataType
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_traits.hpp 187 // DataType
191 template <> class DataType<uint>
207 template <> class DataType< _depth_type ## _channel_num > \
215 depth = DataType<channel_type>::depth, \
217 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), \
259 template<> class DataType<char1>
268 depth = DataType<channel_type>::depth,
270 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
275 template<> class DataType<char2>
284 depth = DataType<channel_type>::depth
    [all...]
  /external/skia/experimental/DrawingBoard/
SkNetPipeController.h 21 int writeToSocket(SkSocket* sockfd, SkSocket::DataType type);
  /external/libbrillo/brillo/
any_internal_impl.h 269 using DataType = TypedData<Type>;
275 DataType* typed_ptr = static_cast<DataType*>(ptr);
285 sizeof(DataType) > sizeof(contained_buffer_)) {
288 external_ptr_ = new DataType(std::forward<T>(value));
292 DataType* address = reinterpret_cast<DataType*>(contained_buffer_);
296 new (address) DataType(std::forward<T>(value));
307 using DataType = internal_details::TypedData<typename std::decay<T>::type>;
308 return static_cast<const DataType*>(GetDataPtr())->value_
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 185 template <typename DataType, size_t ChunkSize>
186 class GCFactory : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> > {
188 GCFactory() : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >() {}
191 template <typename DataType>
192 class GCFactory<DataType, 0>
193 : public GCFactoryBase<LinearAllocator<DataType, 0> > {
196 : GCFactoryBase<LinearAllocator<DataType, 0> >(pNum) {}
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 91 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) {
106 return Element.DataType.SIGNED_64;
114 return Element.DataType.SIGNED_32;
122 return Element.DataType.SIGNED_16;
130 return Element.DataType.SIGNED_8;
137 return Element.DataType.FLOAT_32;
144 return Element.DataType.FLOAT_64;
308 * the same {@link android.renderscript.Element.DataType}, with the fourth vector
436 if ((mType.mElement.mType == Element.DataType.SIGNED_64) ||
437 (mType.mElement.mType == Element.DataType.UNSIGNED_64))
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestRemquo.java 48 Allocation inNumerator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xedd4ff2al, false);
49 Allocation inDenominator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x2eb19f93l, false);
51 Allocation outQuotient = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 Allocation outQuotient = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
62 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
131 Allocation inNumerator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x3a27171al, false);
132 Allocation inDenominator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x6ba08403l, false);
134 Allocation outQuotient = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE);
135 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE)
    [all...]
TestIlogb.java 46 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x5664967bl, false);
48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
107 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xb6f32a61l, false);
109 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE);
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE);
168 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x9b3a97l, false);
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE);
177 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE);
229 Allocation inV = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x4a434acdl, false)
    [all...]
  /external/opencv3/modules/cudev/test/
test_bitwize_op.cu 63 const int type = DataType<T>::type;
95 const int type = DataType<T>::type;
128 const int type = DataType<T>::type;

Completed in 3262 milliseconds

12 3 4 5 6 7 8 91011>>