Searched refs:qy (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/pixman/dist/pixman/dither/ |
| H A D | make-blue-noise.c | 339 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 D | s_aatriangle.c | 55 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 D | s_aaline.c | 100 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 D | s_aatriangle.c | 54 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 D | s_aaline.c | 99 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 D | vulkan_core.h | 12460 float qy; member in struct:VkSRTDataNV
|
Completed in 45 milliseconds