Searched refs:maxmx1 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1488 LLVMValueRef faceand1, sel_fand1, maxmx0, maxmx1, maxmy0, maxmy1; in lp_build_cube_new_coords() local 1538 maxmx1 = lp_build_sub(ivec_bld, max_coord, x1); in lp_build_cube_new_coords() 1539 tmp = lp_build_select(ivec_bld, sel_fand1, maxmx1, x1); in lp_build_cube_new_coords() 1567 tmpsel = lp_build_select(ivec_bld, sel_fand1, maxmx1, x1); in lp_build_cube_new_coords()
|