Home
last modified time | relevance | path

Searched refs:cpsEnable (Results 1 – 14 of 14) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateSend3D.cpp1345 bool cpsEnable, in splitSampleInst() argument
1455 if (cpsEnable) in splitSampleInst()
1459 G4_SendDescRaw *msgDesc = createSampleMsgDesc(desc, cpsEnable, 0, surface, sampler); in splitSampleInst()
1613 G4_SendDescRaw *msgDesc2 = createSampleMsgDesc(desc, cpsEnable, 0, surface2, sampler2); in splitSampleInst()
1820 bool cpsEnable, in translateVISASampler3DInst() argument
1876 return splitSampleInst(actualop, pixelNullMask, cpsEnable, pred, chMask, in translateVISASampler3DInst()
1927 if (cpsEnable) in translateVISASampler3DInst()
1940 G4_SendDescRaw *msgDesc = createSampleMsgDesc(desc, cpsEnable, 0, surface, samplerIdx); in translateVISASampler3DInst()
1947 … G4_SendDescRaw *msgDesc = createSampleMsgDesc(desc, cpsEnable, sizes[1], surface, samplerIdx); in translateVISASampler3DInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA.h1150 bool cpsEnable; member
1161 op.cpsEnable = (val & (1 << 6)) != 0; in extractSamplerOp()
H A DVISAKernel.h738 bool cpsEnable,
887 bool cpsEnable,
H A DBuildCISAIR.h599 bool cpsEnable,
H A DBuildIR.h1918 bool cpsEnable,
1941 bool cpsEnable,
H A DIsaVerification.cpp2099 bool cpsEnable = (value & (1<<6)) != 0; in verifyInstructionSampler() local
2108 if (cpsEnable) in verifyInstructionSampler()
H A DVISAKernelImpl.cpp5318 bool cpsEnable, in AppendVISA3dSamplerMsgGeneric() argument
5386cpsEnable, uniformSampler, g4Pred, executionSize, in AppendVISA3dSamplerMsgGeneric()
5407 + (cpsEnable ? 1 << 6 : 0); in AppendVISA3dSamplerMsgGeneric()
5464 bool cpsEnable, in AppendVISA3dSampler() argument
5482 cpsEnable, in AppendVISA3dSampler()
H A DBuildCISAIRImpl.cpp3346 bool cpsEnable, in create3DSampleInstruction() argument
3372 subOpcode, pixelNullMask, cpsEnable, uniformSampler, in create3DSampleInstruction()
H A DIsaDisassembly.cpp1509 if (subop.cpsEnable) in printInstructionSampler()
H A DByteCodeReaderNG.cpp1743 …kernelBuilderImpl->AppendVISA3dSampler(op.opcode, op.pixelNullMask, op.cpsEnable, !op.nonUniformSa… in readInstructionSampler()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A DVISABuilderAPIDefinition.h849 bool cpsEnable,
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp186 bool cpsEnable,
H A DCISABuilder.cpp2459 bool cpsEnable, in Sample() argument
2493 cpsEnable, in Sample()
H A DEmitVISAPass.cpp7420 bool cpsEnable = derivativeSample && in emitSampleInstruction() local
7510 cpsEnable, in emitSampleInstruction()