Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp55 struct FetchJit : public BuilderGfxMem struct
57 FetchJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr), mpFetchInfo(NULL) {} in FetchJit() function
119 Function* FetchJit::Create(const FETCH_COMPILE_STATE& fetchState) in Create() argument
323 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 …]
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst3209 - swr: Initialize FetchJit member mpFetchInfo in constructor.