Searched refs:FetchJit (Results 1 – 1 of 1) sorted by relevance
58 struct FetchJit : public Builder struct60 FetchJit(JitManager* pJitMgr) : Builder(pJitMgr){}; in FetchJit() argument134 Function* FetchJit::Create(const FETCH_COMPILE_STATE& fetchState) in Create() argument374 void FetchJit::JitLoadVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndic… in JitLoadVertices()690 bool FetchJit::IsOddFormat(SWR_FORMAT format) in IsOddFormat()701 bool FetchJit::IsUniformFormat(SWR_FORMAT format) in IsUniformFormat()721 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]) in UnpackComponents()742 void FetchJit::CreateGatherOddFormats(SWR_FORMAT format, Value* pMask, Value* pBase, Value* pOffset… in CreateGatherOddFormats()824 void FetchJit::ConvertFormat(SWR_FORMAT format, Value *texels[4]) in ConvertFormat()891 void FetchJit::JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, in JitGatherVertices()[all …]