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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatriangle.c52 const GLfloat pz = z1 - z0; local in function:compute_plane
59 const GLfloat a = py * qz - pz * qy;
60 const GLfloat b = pz * qx - px * qz;
H A Ds_aaline.c98 const GLfloat pz = z1 - z0;
102 const GLfloat a = py * qz - pz * qy;
103 const GLfloat b = pz * qx - px * qz;
114 const GLfloat pz = z0 - z1; local in function:compute_plane
115 const GLfloat a = pz * px;
116 const GLfloat b = pz * py;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatriangle.c51 const GLfloat pz = z1 - z0; local in function:compute_plane
58 const GLfloat a = py * qz - pz * qy;
59 const GLfloat b = pz * qx - px * qz;
H A Ds_aaline.c97 const GLfloat pz = z1 - z0;
101 const GLfloat a = py * qz - pz * qy;
102 const GLfloat b = pz * qx - px * qz;
113 const GLfloat pz = z0 - z1; local in function:compute_plane
114 const GLfloat a = pz * px;
115 const GLfloat b = pz * py;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp925 Value *pz = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 2})); local in function:BuilderSWR::CompileVS
930 Value *bpz = VBROADCAST_16(pz);
935 Value *bpz = VBROADCAST(pz);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp2510 Value *pz = LOAD(GEP(hPrivateData, {0, swr_draw_context_userClipPlanes, val, 2})); local in function:BuilderSWR::CompileVS
2515 Value *bpz = VBROADCAST_16(pz);
2520 Value *bpz = VBROADCAST(pz);

Completed in 14 milliseconds