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 Dbuilder_misc.h190 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
H A Dbuilder_misc.cpp720 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 Dbuilder_misc.h210 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
H A Dbuilder_misc.cpp786 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) argument
790 Value* pAlloca = ALLOCA(pType, pArraySize);

Completed in 7 milliseconds