Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp59 Function* Create(const FETCH_COMPILE_STATE& fetchState);
104 void JitGatherVertices(const FETCH_COMPILE_STATE& fetchState,
119 Function* FetchJit::Create(const FETCH_COMPILE_STATE& fetchState) in Create() argument
122 fnName << ComputeCRC(0, &fetchState, sizeof(fetchState)); in Create()
174 switch (fetchState.indexType) in Create()
178 if (fetchState.bDisableIndexOOBCheck) in Create()
191 if (fetchState.bDisableIndexOOBCheck) in Create()
204 (fetchState.bDisableIndexOOBCheck) in Create()
217 if (fetchState.bForceSequentialAccessEnable) in Create()
228 if (fetchState.bVertexIDOffsetEnable) in Create()
[all …]