Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h200 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
Dbuilder_misc.cpp1432 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) in CreateEntryAlloca() argument
1437 Value* pAlloca = ALLOCA(pType, pArraySize); in CreateEntryAlloca()