Searched refs:BuilderGfxMem (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_gfx_mem.cpp | 39 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 …]
|
D | builder_gfx_mem.h | 38 class BuilderGfxMem : public Builder 41 BuilderGfxMem(JitManager* pJitMgr); 42 virtual ~BuilderGfxMem() {} in ~BuilderGfxMem()
|
D | streamout_jit.cpp | 43 struct StreamOutJit : public BuilderGfxMem 45 StreamOutJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr){}; in StreamOutJit()
|
D | fetch_jit.cpp | 55 struct FetchJit : public BuilderGfxMem 57 FetchJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr) {} in FetchJit()
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 4635 - swr/rasterizer: Remove BuilderGfxMem member mpTrackMemAccessFuncTy.
|