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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1650 LLVMValueRef as_ge_at, maxasat, ar_ge_as_at; local in function:lp_build_cube_lookup
1689 maxasat = lp_build_max(coord_bld, as, at);
1690 ar_ge_as_at = lp_build_cmp(coord_bld, PIPE_FUNC_GEQUAL, ar, maxasat);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1787 LLVMValueRef as_ge_at, maxasat, ar_ge_as_at; local in function:lp_build_cube_lookup
1826 maxasat = lp_build_max(coord_bld, as, at);
1827 ar_ge_as_at = lp_build_cmp(coord_bld, PIPE_FUNC_GEQUAL, ar, maxasat);

Completed in 8 milliseconds