Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4678 auto TexFailConst = dyn_cast<ConstantSDNode>(TexFail.getNode()); in lowerImage() local
4679 if (!TexFailConst || TexFailConst->getZExtValue() != 0) in lowerImage()