Searched defs:fetch_max (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1084 LLVMValueRef fetch_max; local
1193 fetch_max = LLVMBuildSub(builder, end, one, "fetch_max");
1223 true_index = lp_build_min(&bld, true_index, fetch_max);

Completed in 73 milliseconds