Searched refs:FetchJit (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp55 struct FetchJit : public BuilderGfxMem struct in inherits:BuilderGfxMem
57 FetchJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr) {} function in struct:FetchJit
120 Function* FetchJit::Create(const FETCH_COMPILE_STATE& fetchState)
318 bool FetchJit::IsOddFormat(SWR_FORMAT format)
329 bool FetchJit::IsUniformFormat(SWR_FORMAT format)
349 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4])
370 void FetchJit::CreateGatherOddFormats(
467 void FetchJit::ConvertFormat(SWR_FORMAT format, Value* texels[4])
534 void FetchJit::JitGatherVertices(const FETCH_COMPILE_STATE& fetchState,
1084 Value* FetchJit
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp55 struct FetchJit : public BuilderGfxMem struct in inherits:BuilderGfxMem
57 FetchJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr), mpFetchInfo(NULL) {} function in struct:FetchJit
119 Function* FetchJit::Create(const FETCH_COMPILE_STATE& fetchState)
323 bool FetchJit::IsOddFormat(SWR_FORMAT format)
334 bool FetchJit::IsUniformFormat(SWR_FORMAT format)
354 void FetchJit::UnpackComponents(SWR_FORMAT format, Value* vInput, Value* result[4])
375 void FetchJit::CreateGatherOddFormats(
474 void FetchJit::ConvertFormat(SWR_FORMAT format, Value* texels[4])
541 void FetchJit::JitGatherVertices(const FETCH_COMPILE_STATE& fetchState,
1164 Value* FetchJit
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst3209 - swr: Initialize FetchJit member mpFetchInfo in constructor.

Completed in 10 milliseconds