Home
last modified time | relevance | path

Searched refs:texOp (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/assimp/assimp-5.1.3/port/jassimp/jassimp/src/jassimp/
H A DAiTextureInfo.java63 int uvIndex, float blend, AiTextureOp texOp, AiTextureMapMode mmU, in AiTextureInfo() argument
71 m_textureOp = texOp; in AiTextureInfo()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/port/jassimp/jassimp/src/jassimp/
H A DAiTextureInfo.java63 int uvIndex, float blend, AiTextureOp texOp, AiTextureMapMode mmU, in AiTextureInfo() argument
71 m_textureOp = texOp; in AiTextureInfo()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DDynamicTextureFolding.cpp103 Value* texOp = pCall->getOperand(0); in FoldResInfoValue() local
104 unsigned addrSpace = texOp->getType()->getPointerAddressSpace(); in FoldResInfoValue()
263 Value* texOp = pCall->getOperand(0); in visitCallInst() local
264 unsigned addrSpace = texOp->getType()->getPointerAddressSpace(); in visitCallInst()
H A DSampleCmpToDiscard.cpp112 llvm::Value* texOp = cast<SampleIntrinsic>(genIntr)->getTextureValue(); in processBlock() local
114 if (texOp->getType()->getPointerAddressSpace()) in processBlock()
116 uint as = texOp->getType()->getPointerAddressSpace(); in processBlock()
H A DGenUpdateCB.cpp48 Value* texOp = inst->getOperand(0); in isResInfo() local
50 unsigned as = texOp->getType()->getPointerAddressSpace(); in isResInfo()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dcomposit.cpp922 int texOp; in SetupGfxMultiMaps() local
931 texOp = TX_MODULATE; in SetupGfxMultiMaps()
934 texOp = TX_ALPHABLEND; in SetupGfxMultiMaps()
942 SetHWTexOps(pIHWMat, i, texOp); in SetupGfxMultiMaps()
988 texOp = TX_MODULATE; in SetupGfxMultiMaps()
991 texOp = TX_ALPHABLEND; in SetupGfxMultiMaps()
1000 SetHWTexOps(pIHWMat, i, texOp); in SetupGfxMultiMaps()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrTextureOp.cpp678 static void FillInVertices(const GrCaps& caps, TextureOp* texOp, Desc* desc, char* vertexData) { in FillInVertices() argument
686 for (const auto& op : ChainRange<TextureOp>(texOp)) { in FillInVertices()
697 bool inset = texOp->fMetadata.filter() != GrSamplerState::Filter::kNearest; in FillInVertices()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrTextureOp.cpp702 static void FillInVertices(const GrCaps& caps, TextureOp* texOp, Desc* desc, char* vertexData) { in FillInVertices() argument
710 for (const auto& op : ChainRange<TextureOp>(texOp)) { in FillInVertices()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp7390 llvm::Value* texOp = inst->getTextureValue(); in GetSampleResourceHelper() local
7391 ResourceDescriptor resource = GetResourceVariable(texOp); in GetSampleResourceHelper()
7636 llvm::Value* texOp = inst->getOperand(0); in emitInfoInstruction() local
7638 ResourceDescriptor resource = GetResourceVariable(texOp); in emitInfoInstruction()