Home
last modified time | relevance | path

Searched refs:OCLImage2dMSAADepthTy (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DBuiltinTypes.def167 BUILTIN_TYPE(OCLImage2dMSAADepth, OCLImage2dMSAADepthTy)
DASTContext.h902 CanQualType OCLImage2dMSAADepthTy, OCLImage2dArrayMSAADepthTy; variable
/external/clang/lib/Sema/
DSema.cpp220 addImplicitTypedef("image2d_msaa_depth_t", Context.OCLImage2dMSAADepthTy); in Initialize()
/external/clang/lib/AST/
DASTContext.cpp1104 InitBuiltinType(OCLImage2dMSAADepthTy, BuiltinType::OCLImage2dMSAADepth); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6056 T = Context.OCLImage2dMSAADepthTy; in GetType()