Home
last modified time | relevance | path

Searched refs:sel_fand1 (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1635 LLVMValueRef faceand1, sel_fand1, maxmx0, maxmx1, maxmy0, maxmy1; in lp_build_cube_new_coords() local
1677 sel_fand1 = lp_build_cmp(ivec_bld, PIPE_FUNC_EQUAL, faceand1, ivec_bld->one); in lp_build_cube_new_coords()
1679 tmpsel = lp_build_select(ivec_bld, sel_fand1, ivec_bld->zero, max_coord); in lp_build_cube_new_coords()
1681 tmp = lp_build_select(ivec_bld, sel_fand1, maxmx0, x0); in lp_build_cube_new_coords()
1686 tmp = lp_build_select(ivec_bld, sel_fand1, maxmx1, x1); in lp_build_cube_new_coords()
1709 tmpsel = lp_build_select(ivec_bld, sel_fand1, maxmx0, x0); in lp_build_cube_new_coords()
1710 tmp = lp_build_select(ivec_bld, sel_fand1, max_coord, ivec_bld->zero); in lp_build_cube_new_coords()
1714 tmpsel = lp_build_select(ivec_bld, sel_fand1, maxmx1, x1); in lp_build_cube_new_coords()
1715 tmp = lp_build_select(ivec_bld, sel_fand1, max_coord, ivec_bld->zero); in lp_build_cube_new_coords()