Home
last modified time | relevance | path

Searched refs:EINTERPOLATION_LINEARNOPERSPECTIVE (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCodeGenPublicEnums.h44 EINTERPOLATION_LINEARNOPERSPECTIVE, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPixelShaderCodeGen.cpp420 case EINTERPOLATION_LINEARNOPERSPECTIVE: in GetBaryReg()
461 mode == EINTERPOLATION_LINEARNOPERSPECTIVE ? "NoPerspectivePixelLoweredHalf" : in GetBaryRegLoweredHalf()
487 mode == EINTERPOLATION_LINEARNOPERSPECTIVE ? "NoPerspectivePixelLoweredFloat" : in GetBaryRegLoweredFloat()
1713 mode == EINTERPOLATION_LINEARNOPERSPECTIVE || in IsInterpolationLinear()
H A DPixelShaderLowering.cpp385 case EINTERPOLATION_LINEARNOPERSPECTIVE: in FindIntrinsicOutput()
H A DEmitVISAPass.cpp4201 psProgram->GetBaryReg(EINTERPOLATION_LINEARNOPERSPECTIVE); in emitEvalAttribute()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DLinkMultiRateShaders.cpp311 if (interpolationMode == EINTERPOLATION_LINEARNOPERSPECTIVE || in PatchSamplePhaseSignature()