Searched defs:pVecType (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ | ||
| H A D | builder.cpp | 186 Type* pVecType = ArrayType::get(pVecArrayType, arraySize); local in function:SwrJit::Builder::GetVectorType 201 Type* pVecType = StructType::get(JM()->mContext, vecTypes); local in function:SwrJit::Builder::GetVectorType |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ | ||
| H A D | builder.cpp | 189 Type* pVecType = ArrayType::get(pVecArrayType, arraySize); local in function:SwrJit::Builder::GetVectorType 204 Type* pVecType = StructType::get(JM()->mContext, vecTypes); local in function:SwrJit::Builder::GetVectorType |
Completed in 4 milliseconds