Home
last modified time | relevance | path

Searched refs:ConstantBufferAddressRelocInfo (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/ProgramScopeConstants/
H A DProgramScopeConstantAnalysis.cpp429 &m_pModuleMd->ConstantBufferAddressRelocInfo; in addData()
481 &m_pModuleMd->ConstantBufferAddressRelocInfo; in addData()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DMDFrameWork.h467 std::vector<PointerAddressRelocInfo> ConstantBufferAddressRelocInfo; member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DOpenCLKernelCodeGen.cpp2160 for (const auto& constRelocEntry : modMD->ConstantBufferAddressRelocInfo) in CollectProgramInfo()