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

/xsrc/external/mit/pixman/dist/pixman/dither/
H A Dmake-blue-noise.c339 int px, py, qx, qy, dx, dy; local in function:compute_cluster_sizes
344 private (py, px, qy, qx, dx, dy) \
354 for (qx = 0; qx < width; ++qx)
356 dx = imin (abs (qx - px), width - abs (qx - px));
364 dist += (pixel == *pattern_get (pattern, qx, qy))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatriangle.c54 const GLfloat qx = v2[0] - v0[0]; local in function:compute_plane
60 const GLfloat b = pz * qx - px * qz;
61 const GLfloat c = px * qy - py * qx;
H A Ds_aaline.c99 const GLfloat qx = -py;
103 const GLfloat b = pz * qx - px * qz;
104 const GLfloat c = px * qy - py * qx;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatriangle.c53 const GLfloat qx = v2[0] - v0[0]; local in function:compute_plane
59 const GLfloat b = pz * qx - px * qz;
60 const GLfloat c = px * qy - py * qx;
H A Ds_aaline.c98 const GLfloat qx = -py;
102 const GLfloat b = pz * qx - px * qz;
103 const GLfloat c = px * qy - py * qx;
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h12459 float qx; member in struct:VkSRTDataNV

Completed in 42 milliseconds