Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISACodeGen.h146 ESAMPLER_NORMAL, enumerator
177 SamplerDescriptor() : m_sampler(nullptr), m_samplerType(ESAMPLER_NORMAL) {} in SamplerDescriptor()
H A DCISABuilder.cpp2384 if (sampler.m_samplerType == ESAMPLER_NORMAL) in GetSamplerOperand()
H A DEmitVISAPass.cpp17922 sampler.m_samplerType = ESAMPLER_NORMAL; in GetSamplerVariable()
17935 isBindless ? ESAMPLER_BINDLESS : ESAMPLER_NORMAL; in GetSamplerVariable()