Searched refs: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 187 return pVecType; 201 Type* pVecType = StructType::get(JM()->mContext, vecTypes); local in function:SwrJit::Builder::GetVectorType 202 return pVecType; |
| /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 190 return pVecType; 204 Type* pVecType = StructType::get(JM()->mContext, vecTypes); local in function:SwrJit::Builder::GetVectorType 205 return pVecType; |
Completed in 4 milliseconds