Lines Matching defs:out
23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
462 LLVMValueRef out;
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
476 out = lp_build_clamp(&bld, out, bld.zero, bld.one);
477 out, outputs[attrib][chan]);
683 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
684 lp_build_name(out, "output%u.%c", attrib, "xyzw"[chan]);
691 lp_build_print_value(gallivm, "val = ", out);
693 soa[chan] = out;
815 LLVMValueRef out = LLVMBuildLoad(builder, outputs[0][i], ""); /*x0 x1 .. xn*/
834 out = LLVMBuildFMul(builder, out, out3, "");
836 out = LLVMBuildFMul(builder, out, scale, "");
838 out = LLVMBuildFAdd(builder, out, trans, "");
841 LLVMBuildStore(builder, out, outputs[0][i]);
1220 /* make sure we're not out of bounds which can happen
1222 * a few of the 4 vertex fetches will be out of bounds */