Home
last modified time | relevance | path

Searched defs:getResidencyContainer (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/kernel/
H A Dkernel.h41 const std::vector<NEO::GraphicsAllocation *> &getResidencyContainer() const { in getResidencyContainer() function
45 std::vector<NEO::GraphicsAllocation *> &getResidencyContainer() { in getResidencyContainer() function
H A Dkernel_imp.h54 const std::vector<NEO::GraphicsAllocation *> &getResidencyContainer() const override { in getResidencyContainer() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_container/
H A Dcmdcontainer.h58 ResidencyContainer &getResidencyContainer() { return residencyContainer; } in getResidencyContainer() function