Searched refs:fetchState (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 62 Function* Create(const FETCH_COMPILE_STATE& fetchState); 112 …void JitLoadVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndices, Value… 116 …void JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, Value *streams, Value *vIndices, Val… 118 …void JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndices, Val… 121 …void JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndices, Val… 134 Function* FetchJit::Create(const FETCH_COMPILE_STATE& fetchState) in Create() argument 137 fnName << ComputeCRC(0, &fetchState, sizeof(fetchState)); in Create() 192 switch(fetchState.indexType) in Create() 199 if(fetchState.bDisableIndexOOBCheck) in Create() 223 if(fetchState.bDisableIndexOOBCheck) in Create() [all …]
|