Searched refs:sel_f2345 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1497 LLVMValueRef sel, sel_f2345, sel_f23, sel_f2, tmpsel, tmp; in lp_build_cube_new_coords() local 1506 sel_f2345 = lp_build_cmp(ivec_bld, PIPE_FUNC_GREATER, face, ivec_bld->one); in lp_build_cube_new_coords() 1509 next_faces[0] = lp_build_select(ivec_bld, sel_f2345, tmpsel, tmp); in lp_build_cube_new_coords() 1545 next_xcoords[3][0] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel); in lp_build_cube_new_coords() 1550 next_xcoords[3][1] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel); in lp_build_cube_new_coords() 1574 next_ycoords[3][0] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel); in lp_build_cube_new_coords() 1579 next_ycoords[3][1] = lp_build_select(ivec_bld, sel_f2345, tmp, tmpsel); in lp_build_cube_new_coords()
|