Home
last modified time | relevance | path

Searched refs:AppendVISA3dLoad (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A DVISABuilderAPIDefinition.h874 VISA_BUILDER_API virtual int AppendVISA3dLoad(VISASampler3DSubOpCode subOpcode,
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernel.h751 VISA_BUILDER_API int AppendVISA3dLoad(
H A DBuildCISAIRImpl.cpp3334 int status = m_kernel->AppendVISA3dLoad( in create3DLoadInstruction()
H A DByteCodeReaderNG.cpp1776 kernelBuilderImpl->AppendVISA3dLoad(op.opcode, op.pixelNullMask, pred, emask, esize, in readInstructionSampler()
H A DVISAKernelImpl.cpp5496 int VISAKernelImpl::AppendVISA3dLoad( in AppendVISA3dLoad() function in VISAKernelImpl
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp2538 int status = vKernel->AppendVISA3dLoad( in Load()