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

  /xsrc/external/mit/libXmu/dist/src/
CvtCache.c 50 static XmuDisplayQueue *dq = NULL; variable
60 XmuDQDestroy (dq, False);
61 dq = NULL;
99 if (!dq) {
100 dq = XmuDQCreate (_CloseDisplay, _FreeCCDQ, NULL);
101 if (!dq) return NULL;
107 e = XmuDQLookupDisplay (dq, dpy); /* see if it's there */
115 e = XmuDQAddDisplay (dq, dpy, (XPointer) c);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2296 dq_store = lp_build_alloca(gallivm, bld->coord_bld.vec_type, "dq");
2320 /* float dq = dq_base + B * V; */
2321 LLVMValueRef dq = lp_build_mul(coord_bld, V, B); local
2322 dq = lp_build_add(coord_bld, dq, dq_base);
2331 LLVMBuildStore(builder, dq, dq_store);
2419 /* q += dq; */
2420 /* dq += ddq; */
2422 dq = LLVMBuildLoad(builder, dq_store, "");
2423 q = lp_build_add(coord_bld, q, dq);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 2431 float dq = A * (2 * U + 1) + B * V; local
2474 q += dq;
2475 dq += ddq;
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_texfilter.c 1713 GLfloat dq = A * (2 * U + 1) + B * V; local
1737 q += dq;
1738 dq += ddq;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 2417 float dq = A * (2 * U + 1) + B * V; local
2460 q += dq;
2461 dq += ddq;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_texfilter.c 1713 GLfloat dq = A * (2 * U + 1) + B * V; local
1737 q += dq;
1738 dq += ddq;

Completed in 17 milliseconds