| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_builtin_builder.c | 44 nir_ssa_def *cross = nir_cross3(b, x, y); local 47 nir_channel(b, cross, 0), 48 nir_channel(b, cross, 1), 49 nir_channel(b, cross, 2), 50 nir_imm_intN_t(b, 0, cross->bit_size));
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| project.c | 100 static void cross(float v1[3], float v2[3], float result[3]) function 126 cross(forward, up, side); 130 cross(side, forward, up);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_builtin_builder.c | 45 nir_ssa_def *cross = nir_cross3(b, x, y); local 48 nir_channel(b, cross, 0), 49 nir_channel(b, cross, 1), 50 nir_channel(b, cross, 2), 51 nir_imm_intN_t(b, 0, cross->bit_size));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_graph.cpp | 79 case CROSS: return "cross"; 286 Stack bb, cross; local 290 while (bb.getSize() || cross.getSize()) { 292 cross.moveTo(bb); 309 case Graph::Edge::CROSS: 311 cross.push(ei.getNode()); 345 * - CROSS: all other edges (because they cross between branches in the 381 edge->type = node->tag ? Edge::BACK : Edge::CROSS; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_aatriangle.c | 207 /* cross product determines if sample is inside or outside each edge */ 208 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0])); local 209 /* Check if the sample is exactly on an edge. If so, let cross be a 212 if (cross == 0.0F) 213 cross = dx0 + dy0; 214 if (cross < 0.0F) { 221 cross = (dx1 * (sy - v1[1]) - dy1 * (sx - v1[0])); 222 if (cross == 0.0F) 223 cross = dx1 + dy1; 224 if (cross < 0.0F) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_graph.cpp | 79 case CROSS: return "cross"; 286 Stack bb, cross; local 290 while (bb.getSize() || cross.getSize()) { 292 cross.moveTo(bb); 310 case Graph::Edge::CROSS: 312 cross.push(ei.getNode()); 346 * - CROSS: all other edges (because they cross between branches in the 384 edge->type = node->tag ? Edge::BACK : Edge::CROSS; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_aatriangle.c | 208 /* cross product determines if sample is inside or outside each edge */ 209 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0])); local 210 /* Check if the sample is exactly on an edge. If so, let cross be a 213 if (cross == 0.0F) 214 cross = dx0 + dy0; 215 if (cross < 0.0F) { 222 cross = (dx1 * (sy - v1[1]) - dy1 * (sx - v1[0])); 223 if (cross == 0.0F) 224 cross = dx1 + dy1; 225 if (cross < 0.0F) [all...] |
| /xsrc/external/mit/xterm/dist/ |
| fontutils.c | 4008 }, cross[] = local 4136 { 3, cross }, /* 0F */
|