Home
last modified time | relevance | path

Searched refs:DispatchSignature (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPixelShaderCodeGen.hpp17 struct DispatchSignature struct
26 DispatchSignature() : CoarseMask(false) {} in DispatchSignature() argument
28 DispatchSignature dispatchSign[3];
129 PSSignature::DispatchSignature& GetDispatchSignature();
H A DPixelShaderCodeGen.cpp369 PSSignature::DispatchSignature& CPixelShader::GetDispatchSignature() in GetDispatchSignature()