Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/ZEBinWriter/zebin/source/autogen/
H A DZEInfo.hpp35 …id_thread_preemption && grf_count == other.grf_count && has_4gb_buffers == other.has_4gb_buffers &… in operator ==()
40 zeinfo_bool_t has_4gb_buffers = false; member
H A DZEInfoYAML.cpp43 io.mapOptional("has_4gb_buffers", info.has_4gb_buffers, false); in mapping()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/sp/
H A Dzebin_builder.cpp457 env.has_4gb_buffers = annotations.m_executionEnivronment.CompiledForGreaterThan4GBBuffers; in addKernelExecEnv()