Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h210 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
Dbuilder_misc.cpp786 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) in CreateEntryAlloca() argument
790 Value* pAlloca = ALLOCA(pType, pArraySize); in CreateEntryAlloca()