Searched defs:getTypeSize (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp75 static int getTypeSize (glu::DataType type) function in namespace:deqp::gles31::Functional::__anon20285
93 return glu::getDataTypeScalarSize(type.getBasicType()) * getTypeSize(glu::getDataTypeScalarType(type.getBasicType()));
481 const int elementSize = glu::getDataTypeScalarSize(component.getVariableType()->getBasicType()) * getTypeSize(glu::getDataTypeScalarType(component.getVariableType()->getBasicType()));
641 const int majorSize = numMajorElements * getTypeSize(glu::getDataTypeScalarType(component.getVariableType()->getBasicType()));
H A Des31fProgramInterfaceQueryTests.cpp61 static int getTypeSize (glu::DataType type) function in namespace:deqp::gles31::Functional::__anon20287
77 return glu::getDataTypeScalarSize(type.getBasicType()) * getTypeSize(glu::getDataTypeScalarType(type.getBasicType()));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp117 size_t getTypeSize(Type * const T, bool dereferencePtr = false);
118 size_t getTypeSize(StructType * const ST, bool dereferencePtr = false);
119 size_t getTypeSize(IntegerType * const IT, bool dereferencePtr = false);
120 size_t getTypeSize(FunctionType * const FT,bool dereferencePtr = false);
121 size_t getTypeSize(ArrayType * const AT, bool dereferencePtr = false);
122 size_t getTypeSize(VectorType * const VT, bool dereferencePtr = false);
123 size_t getTypeSize(PointerType * const PT, bool dereferencePtr = false);
124 size_t getTypeSize(OpaqueType * const OT, bool dereferencePtr = false);
958 unsigned size = getTypeSize(Ty);
1174 size_t AMDGPUPeepholeOpt::getTypeSize(Typ function in class:AMDGPUPeepholeOpt
1212 size_t AMDGPUPeepholeOpt::getTypeSize(StructType * const ST, function in class:AMDGPUPeepholeOpt
1228 size_t AMDGPUPeepholeOpt::getTypeSize(IntegerType * const IT, function in class:AMDGPUPeepholeOpt
1233 size_t AMDGPUPeepholeOpt::getTypeSize(FunctionType * const FT, function in class:AMDGPUPeepholeOpt
1239 size_t AMDGPUPeepholeOpt::getTypeSize(ArrayType * const AT, function in class:AMDGPUPeepholeOpt
1246 size_t AMDGPUPeepholeOpt::getTypeSize(VectorType * const VT, function in class:AMDGPUPeepholeOpt
1251 size_t AMDGPUPeepholeOpt::getTypeSize(PointerType * const PT, function in class:AMDGPUPeepholeOpt
1271 size_t AMDGPUPeepholeOpt::getTypeSize(OpaqueType * const OT, function in class:AMDGPUPeepholeOpt
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp117 size_t getTypeSize(Type * const T, bool dereferencePtr = false);
118 size_t getTypeSize(StructType * const ST, bool dereferencePtr = false);
119 size_t getTypeSize(IntegerType * const IT, bool dereferencePtr = false);
120 size_t getTypeSize(FunctionType * const FT,bool dereferencePtr = false);
121 size_t getTypeSize(ArrayType * const AT, bool dereferencePtr = false);
122 size_t getTypeSize(VectorType * const VT, bool dereferencePtr = false);
123 size_t getTypeSize(PointerType * const PT, bool dereferencePtr = false);
124 size_t getTypeSize(OpaqueType * const OT, bool dereferencePtr = false);
958 unsigned size = getTypeSize(Ty);
1174 size_t AMDGPUPeepholeOpt::getTypeSize(Typ function in class:AMDGPUPeepholeOpt
1212 size_t AMDGPUPeepholeOpt::getTypeSize(StructType * const ST, function in class:AMDGPUPeepholeOpt
1228 size_t AMDGPUPeepholeOpt::getTypeSize(IntegerType * const IT, function in class:AMDGPUPeepholeOpt
1233 size_t AMDGPUPeepholeOpt::getTypeSize(FunctionType * const FT, function in class:AMDGPUPeepholeOpt
1239 size_t AMDGPUPeepholeOpt::getTypeSize(ArrayType * const AT, function in class:AMDGPUPeepholeOpt
1246 size_t AMDGPUPeepholeOpt::getTypeSize(VectorType * const VT, function in class:AMDGPUPeepholeOpt
1251 size_t AMDGPUPeepholeOpt::getTypeSize(PointerType * const PT, function in class:AMDGPUPeepholeOpt
1271 size_t AMDGPUPeepholeOpt::getTypeSize(OpaqueType * const OT, function in class:AMDGPUPeepholeOpt
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h1623 uint64_t getTypeSize(QualType T) const { function in class:clang::ASTContext
1626 uint64_t getTypeSize(const Type *T) const { function in class:clang::ASTContext
1632 return getTypeSize(CharTy);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4372 milliseconds