Searched refs:pLOD (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/ |
H A D | TXPNode.cpp | 38 osg::Group *pLOD = (osg::Group *) node; in operator ()() local 40 if ((pLOD->getNumChildren() > 0) && in operator ()() 41 (n = (osg::Group *) pLOD->getChild(0)) && in operator ()() 48 pLOD->removeChildren( 0, pLOD->getNumChildren()); in operator ()()
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/ |
H A D | TXPNode.cpp | 38 osg::Group *pLOD = (osg::Group *) node; in operator ()() local 40 if ((pLOD->getNumChildren() > 0) && in operator ()() 41 (n = (osg::Group *) pLOD->getChild(0)) && in operator ()() 48 pLOD->removeChildren( 0, pLOD->getNumChildren()); in operator ()()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/ |
H A D | CISABuilder.hpp | 304 …riptor& resource, CVariable* pU, CVariable* pV, CVariable* pR, CVariable* pLOD, CVariable* pDst, u… 305 …riptor& resource, CVariable* pU, CVariable* pV, CVariable* pR, CVariable* pLOD, CVariable* pSrc, u… 503 CVariable* pLOD, 953 CVariable* pR, CVariable* pLOD, CVariable* pDst, uint writeMask) in TypedRead4() argument 955 TypedReadWrite(ISA_GATHER4_TYPED, resource, pU, pV, pR, pLOD, pDst, writeMask); in TypedRead4() 959 CVariable* pR, CVariable* pLOD, CVariable* pSrc, uint writeMask) in TypedWrite4() argument 961 TypedReadWrite(ISA_SCATTER4_TYPED, resource, pU, pV, pR, pLOD, pSrc, writeMask); in TypedWrite4()
|
H A D | EmitVISAPass.cpp | 14049 CVariable* pLOD = isUndefOrConstInt0(pllLOD) ? nullptr : GetSymbol(pllLOD); in emitTypedRead() local 14050 CVariable* pR = (pLOD == nullptr && isUndefOrConstInt0(pllR)) ? nullptr : GetSymbol(pllR); in emitTypedRead() 14057 pLOD = pLOD ? BroadcastIfUniform(pLOD, m_currShader->GetIsUniform(pInsn)) : nullptr; in emitTypedRead() 14075 m_encoder->TypedRead4(resource, pU, pV, pR, pLOD, tempdst, writeMask.getEM()); in emitTypedRead() 14105 m_encoder->TypedRead4(resource, pU, pV, pR, pLOD, m_destination, writeMask.getEM()); in emitTypedRead() 14155 CVariable* pLOD = isUndefOrConstInt0(pllLOD) ? nullptr : GetSymbol(pllLOD); in emitTypedWrite() local 14156 CVariable* pR = (pLOD == nullptr && isUndefOrConstInt0(pllR)) ? nullptr : GetSymbol(pllR); in emitTypedWrite() 14168 pLOD = pLOD ? BroadcastIfUniform(pLOD) : nullptr; in emitTypedWrite() 14207 m_encoder->TypedWrite4(resource, pU, pV, pR, pLOD, pPayload, writeMask); in emitTypedWrite() 14267 m_encoder->TypedWrite4(resource, pU, pV, pR, pLOD, pPayload[i], writeMask); in emitTypedWrite() [all …]
|
H A D | CISABuilder.cpp | 3125 CVariable* pLOD, in TypedReadWrite() argument 3141 …VISA_RawOpnd* pLODOffset = GetRawSource(pLOD, m_encoderState.m_srcOperand[3].subVar * getGRFSize()… in TypedReadWrite()
|
/dports/devel/fossil/fossil-src-2.17/tools/cvs2fossil/lib/ |
H A D | c2f_prev.tcl | 488 log write 8 csets {pLOD '$plodname'}
|