Home
last modified time | relevance | path

Searched refs:bindlessBuf (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 Dhelper.cpp803 …stantAddress& cl, CodeGenContext* pContext, bool& directBuf, bool& statelessBuf, bool& bindlessBuf) in getConstantAddress() argument
811 bindlessBuf = false; in getConstantAddress()
831 bindlessBuf = (DecodeBufferType(as) == SSH_BINDLESS_CONSTANT_BUFFER); in getConstantAddress()
840 if (statelessBuf || bindlessBuf) in getConstantAddress()
869 (isPushableAddr && (statelessBuf || bindlessBuf))) in getConstantAddress()
H A Dhelper.h165 …tantAddress& cl, CodeGenContext* pContext, bool& directBuf, bool& statelessBuf, bool& bindlessBuf);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCustomSafeOptPass.cpp3115 bool bindlessBuf = false; in replaceShaderConstant() local
3117 if (getConstantAddress(*inst, cl, ctx, directBuf, statelessBuf, bindlessBuf)) in replaceShaderConstant()