Searched refs:maxmy1 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1535 LLVMValueRef faceand1, sel_fand1, maxmx0, maxmx1, maxmy0, maxmy1; in lp_build_cube_new_coords() local 1572 maxmy1 = lp_build_sub(ivec_bld, max_coord, y1); in lp_build_cube_new_coords() 1573 tmp = lp_build_select(ivec_bld, sel_f2, maxmy1, y1); in lp_build_cube_new_coords()
|