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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1027 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; local in function:lp_build_sample_image_linear
1078 y01 = y00;
1198 y01 = lp_build_select(ivec_bld, fall_off[1], new_ycoords[1][0], y0_clamped);
1221 y01 = lp_build_select(ivec_bld, fall_off_ym_notxp, new_ycoords[2][1], y01);
1245 LLVMBuildStore(builder, y01, ys[1]);
1284 y01 = LLVMBuildLoad(builder, ys[1], "");
1330 x01, y01, z01,
1660 x01, y01, z1,
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h610 #define SETT3_Y01_Y12(y01,y12) do { write_mem_barrier(); ((mmtr)s3vMmioMem)->triangle3d_regs.regs.y01_y12 = ((y01)<<16 | (y12)); write_mem_barrier(); } while (0)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1037 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; local in function:lp_build_sample_image_linear
1104 y01 = y00;
1224 y01 = lp_build_select(ivec_bld, fall_off[1], new_ycoords[1][0], y0_clamped);
1247 y01 = lp_build_select(ivec_bld, fall_off_ym_notxp, new_ycoords[2][1], y01);
1271 LLVMBuildStore(builder, y01, ys[1]);
1310 y01 = LLVMBuildLoad(builder, ys[1], "");
1356 x01, y01, z01,
1691 x01, y01, z1,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h3435 float y01 = (y0+y1)/2; local in function:stbtt__tesselate_cubic
3442 float ya = (y01+y12)/2;
3449 stbtt__tesselate_cubic(points, num_points, x0,y0, x01,y01, xa,ya, mx,my, objspace_flatness_squared,n+1);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h3435 float y01 = (y0+y1)/2; local in function:stbtt__tesselate_cubic
3442 float ya = (y01+y12)/2;
3449 stbtt__tesselate_cubic(points, num_points, x0,y0, x01,y01, xa,ya, mx,my, objspace_flatness_squared,n+1);

Completed in 36 milliseconds