Searched refs:qx (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) \ 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 D | s_aatriangle.c | 54 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 D | s_aaline.c | 99 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 D | s_aatriangle.c | 53 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 D | s_aaline.c | 98 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 D | vulkan_core.h | 12459 float qx; member in struct:VkSRTDataNV
|
Completed in 42 milliseconds