Searched refs:FetchJit (Results 1 – 2 of 2) sorted by relevance
55 struct FetchJit : public BuilderGfxMem struct57 FetchJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr), mpFetchInfo(NULL) {} in FetchJit() function119 Function* FetchJit::Create(const FETCH_COMPILE_STATE& fetchState) in Create() argument323 bool FetchJit::IsOddFormat(SWR_FORMAT format) in IsOddFormat()334 bool FetchJit::IsUniformFormat(SWR_FORMAT format) in IsUniformFormat()354 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4]) in UnpackComponents()375 void FetchJit::CreateGatherOddFormats( in CreateGatherOddFormats()474 void FetchJit::ConvertFormat(SWR_FORMAT format, Value* texels[4]) in ConvertFormat()541 void FetchJit::JitGatherVertices(const FETCH_COMPILE_STATE& fetchState, in JitGatherVertices()1164 Value* FetchJit::GetSimdValidIndicesHelper(Value* pIndices, Value* pLastIndex) in GetSimdValidIndicesHelper()[all …]
3209 - swr: Initialize FetchJit member mpFetchInfo in constructor.