HomeSort by: relevance | last modified time | path
    Searched refs:y01 (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 1027 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; local
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/
newmmio.h 610 #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/
lp_bld_sample_soa.c 1037 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; local
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/dist/src/imgui/
imstb_truetype.h 3435 float y01 = (y0+y1)/2;
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.old/dist/src/imgui/
imstb_truetype.h 3435 float y01 = (y0+y1)/2;
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 24 milliseconds