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

/external/chromium_org/third_party/mesa/src/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);
/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 272 milliseconds