Home | History | Annotate | Download | only in draw

Lines Matching defs:out

23  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
631 LLVMValueRef out;
644 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
645 out = lp_build_clamp(&bld, out, bld.zero, bld.one);
646 LLVMBuildStore(builder, out, outputs[attrib][chan]);
777 /* out-of-bound fetches return all zeros */
956 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
957 lp_build_name(out, "output%u.%c", attrib, "xyzw"[chan]);
964 lp_build_print_value(gallivm, "val = ", out);
967 LLVMBuildBitCast(builder, out, lp_build_int_vec_type(gallivm, soa_type), "");
972 soa[chan] = out;
1096 LLVMValueRef out = LLVMBuildLoad(builder, outputs[pos][i], ""); /*x0 x1 .. xn*/
1115 out = LLVMBuildFMul(builder, out, out3, "");
1117 out = lp_build_fmuladd(builder, out, scale, trans);
1120 LLVMBuildStore(builder, out, outputs[pos][i]);
1827 * index 0. So, just rely on vsplit code preventing out-of-bounds
1887 * most 4095-vertices) we need to back out the original start
1888 * index out of our vertex id here.
2006 * valid but we'll handle it gracefully) fill out missing ones with