Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1633 LLVMValueRef sel, sel_f2345, sel_f23, sel_f2, tmpsel, tmp; in lp_build_cube_new_coords() local
1641 tmpsel = lp_build_select(ivec_bld, sel, ivec_bld->zero, ivec_bld->one); in lp_build_cube_new_coords()
1645 next_faces[0] = lp_build_select(ivec_bld, sel_f2345, tmpsel, tmp); in lp_build_cube_new_coords()
1678 tmpsel = lp_build_select(ivec_bld, sel_fand1, ivec_bld->zero, max_coord); in lp_build_cube_new_coords()
1681 next_xcoords[3][0] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel); in lp_build_cube_new_coords()
1686 next_xcoords[3][1] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel); in lp_build_cube_new_coords()
1708 tmpsel = lp_build_select(ivec_bld, sel_fand1, maxmx0, x0); in lp_build_cube_new_coords()
1710 next_ycoords[3][0] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel); in lp_build_cube_new_coords()
1713 tmpsel = lp_build_select(ivec_bld, sel_fand1, maxmx1, x1); in lp_build_cube_new_coords()
1715 next_ycoords[3][1] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel); in lp_build_cube_new_coords()
[all...]

Completed in 4 milliseconds