Searched refs:qy (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) \
359 for (qy = 0; qy < height; ++qy)
361 dy = imin (abs (qy - py), height - abs (qy - py));
364 dist += (pixel == *pattern_get (pattern, qx, qy))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatriangle.c55 const GLfloat qy = v2[1] - v0[1]; local in function:compute_plane
59 const GLfloat a = py * qz - pz * qy;
61 const GLfloat c = px * qy - py * qx;
H A Ds_aaline.c100 const GLfloat qy = px;
102 const GLfloat a = py * qz - pz * qy;
104 const GLfloat c = px * qy - py * qx;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatriangle.c54 const GLfloat qy = v2[1] - v0[1]; local in function:compute_plane
58 const GLfloat a = py * qz - pz * qy;
60 const GLfloat c = px * qy - py * qx;
H A Ds_aaline.c99 const GLfloat qy = px;
101 const GLfloat a = py * qz - pz * qy;
103 const GLfloat c = px * qy - py * qx;
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h12460 float qy; member in struct:VkSRTDataNV

Completed in 45 milliseconds