Home
last modified time | relevance | path

Searched refs:REQUESTED_COARSE_SIZE_X (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCodeGenPublicEnums.h221 REQUESTED_COARSE_SIZE_X, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPixelShaderCodeGen.cpp1050 case REQUESTED_COARSE_SIZE_X: in DeclareSGV()
H A DEmitVISAPass.cpp8414 case REQUESTED_COARSE_SIZE_X: in emitPSSGV()
8417 CVariable* requestedSize = (usage == REQUESTED_COARSE_SIZE_X) ? in emitPSSGV()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/LLVM3DBuilder/
H A DBuiltinsFrontendDefinitions.hpp4808 llvm::Value* sizeX = this->CreateCall(pFunc, this->getInt32(IGC::REQUESTED_COARSE_SIZE_X)); in CreateCPSRqstCoarseSize()