Home | History | Annotate | Download | only in glsl

Lines Matching refs:tru

450    llvm::Value* create_select(unsigned width, llvm::Value * cond, llvm::Value * tru, llvm::Value * fal, const char * name = "")
453 return bld.CreateSelect(cond, tru, fal, name);
455 llvm::Type * vectorType = tru->getType();
459 llvm::Value * t = bld.CreateExtractElement(tru, llvm_int(i));