Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h187 llvm::StructType* pStructTy = llvm::cast<llvm::StructType>(pType); in GetDebugStructType() local
188 if (mDebugStructMap.find(pStructTy) == mDebugStructMap.end()) in GetDebugStructType()
192 return mDebugStructMap[pStructTy]; in GetDebugStructType()