Searched refs:pArraySize (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.h | 190 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
|
| H A D | builder_misc.cpp | 720 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) argument 724 Value* pAlloca = ALLOCA(pType, pArraySize);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.h | 210 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
|
| H A D | builder_misc.cpp | 786 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) argument 790 Value* pAlloca = ALLOCA(pType, pArraySize);
|
Completed in 7 milliseconds