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

  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
573 w4 = w0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
573 w4 = w0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_linear_sampler.c 517 __m128i dsdx4, dtdx4, s4, t4, stride4, w4, h4, zero, one; local
525 w4 = _mm_set1_epi32(tex_width);
537 cs0 = _mm_min_epi16(_mm_max_epi16(s4s, zero), w4);
539 cs1 = _mm_min_epi16(_mm_max_epi16(cs1, zero), w4);
  /xsrc/external/mit/pixman/dist/pixman/
pixman-arma64-neon-asm.S 432 mov v3.s[0], w4
885 mov v3.s[0], w4
948 mov v7.s[0], w4
1111 mov v11.s[0], w4
1203 mov v0.s[0], w4
1241 mov v0.s[0], w4
1279 mov v0.s[0], w4
1437 mov v3.s[0], w4
1517 mov v16.s[0], w4
1644 mov v11.s[0], w4
    [all...]
pixman-arma64-neon-asm-bilinear.S 654 WWB .req w4
685 WWT .req w4
pixman-arma64-neon-asm.h 1067 sxtw x4, w4
  /xsrc/external/mit/xorg-server/dist/mi/
miarc.c 155 double w4; member in struct:accelerators
2582 return x + (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2588 return y + (y * acc->w2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2594 return x - (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2600 return y - (y * acc->w2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2610 return y - (y * acc->w2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2640 acc->w4 = acc->w2 * acc->w2;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miarc.c 153 double w4; member in struct:accelerators
2503 return x + (x * acc->h2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2513 return y + (y * acc->w2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2523 return x - (x * acc->h2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2533 return y - (y * acc->w2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2546 return y - (y * acc->w2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2585 acc->w4 = acc->w2 * acc->w2;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_indirect_draw.c 810 nir_ssa_def *w4 = get_address_imm(b, job_ptr, WORD(4)); local
811 nir_ssa_def *val = load_global(b, w4, 1, 32);
816 store_global(b, w4, val, 1);
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_draw.cpp 1015 float w4 = t*t*t; local
1016 _Path.push_back(ImVec2(w1*p1.x + w2*p2.x + w3*p3.x + w4*p4.x, w1*p1.y + w2*p2.y + w3*p3.y + w4*p4.y));
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_draw.cpp 1015 float w4 = t*t*t; local
1016 _Path.push_back(ImVec2(w1*p1.x + w2*p2.x + w3*p3.x + w4*p4.x, w1*p1.y + w2*p2.y + w3*p3.y + w4*p4.y));

Completed in 28 milliseconds