Home
last modified time | relevance | path

Searched defs:pLastIndex (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp183 Value* pLastIndex = LOAD(mpFetchInfo,{0, SWR_FETCH_CONTEXT_pLastIndex}); in Create() local
1784 Value* FetchJit::GetSimdValid8bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid8bitIndices()
1819 Value* FetchJit::GetSimdValid16bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid16bitIndices()
1852 Value* FetchJit::GetSimdValid32bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid32bitIndices()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h585 …const int32_t* pLastIndex; // IN: pointer to end of index buffer, used for bounds… member