Home
last modified time | relevance | path

Searched refs:BuilderGfxMem (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_gfx_mem.cpp39 BuilderGfxMem::BuilderGfxMem(JitManager* pJitMgr) : Builder(pJitMgr) in BuilderGfxMem() function in SwrJit::BuilderGfxMem
50 void BuilderGfxMem::NotifyPrivateContextSet() in NotifyPrivateContextSet()
54 void BuilderGfxMem::AssertGFXMemoryParams(Value* ptr, MEM_CLIENT usage) in AssertGFXMemoryParams()
68 Value* BuilderGfxMem::GATHERPS(Value* vSrc, in GATHERPS()
93 Value* BuilderGfxMem::GATHERDD(Value* vSrc, in GATHERDD()
111 void BuilderGfxMem::SCATTERPS( in SCATTERPS()
124 Value* BuilderGfxMem::OFFSET_TO_NEXT_COMPONENT(Value* base, Constant* offset) in OFFSET_TO_NEXT_COMPONENT()
129 Value* BuilderGfxMem::GEP(Value* Ptr, Value* Idx, Type* Ty, bool isReadOnly, const Twine& Name) in GEP()
153 Value* BuilderGfxMem::GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name) in GEP()
170 Value* BuilderGfxMem::GEP(Value* Ptr, const std::initializer_list<Value*>& indexList, Type* Ty) in GEP()
[all …]
Dbuilder_gfx_mem.h38 class BuilderGfxMem : public Builder
41 BuilderGfxMem(JitManager* pJitMgr);
42 virtual ~BuilderGfxMem() {} in ~BuilderGfxMem()
Dstreamout_jit.cpp43 struct StreamOutJit : public BuilderGfxMem
45 StreamOutJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr){}; in StreamOutJit()
Dfetch_jit.cpp55 struct FetchJit : public BuilderGfxMem
57 FetchJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr) {} in FetchJit()
/external/mesa3d/docs/relnotes/
D20.3.0.rst4635 - swr/rasterizer: Remove BuilderGfxMem member mpTrackMemAccessFuncTy.