Searched refs:dq (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DCvtCache.c50 static XmuDisplayQueue *dq = NULL; variable in typeref:typename:XmuDisplayQueue *
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/
H A Dlp_bld_sample_soa.c2296 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 in function:lp_build_sample_aniso
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.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2417 float dq = A * (2 * U + 1) + B * V; local in function:img_filter_2d_ewa
2460 q += dq;
2461 dq += ddq;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1713 GLfloat dq = A * (2 * U + 1) + B * V; local in function:sample_2d_ewa
1737 q += dq;
1738 dq += ddq;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2431 float dq = A * (2 * U + 1) + B * V; local in function:img_filter_2d_ewa
2474 q += dq;
2475 dq += ddq;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1713 GLfloat dq = A * (2 * U + 1) + B * V; local in function:sample_2d_ewa
1737 q += dq;
1738 dq += ddq;

Completed in 28 milliseconds