HomeSort by relevance Sort by last modified time
    Searched full:emaj (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 135 EdgeT eMaj, eTop, eBot;
221 eMaj.v0 = vMin; eMaj.v1 = vMax; /*TODO: .v1's not needed */
226 eMaj.dx = FixedToFloat(vMax_fx - vMin_fx);
227 eMaj.dy = FixedToFloat(vMax_fy - vMin_fy);
235 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy;
251 eMaj.fsy = FixedCeil(vMin_fy);
252 eMaj.lines = FixedToInt(FixedCeil(vMax_fy - eMaj.fsy))
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 135 EdgeT eMaj, eTop, eBot;
221 eMaj.v0 = vMin; eMaj.v1 = vMax; /*TODO: .v1's not needed */
226 eMaj.dx = FixedToFloat(vMax_fx - vMin_fx);
227 eMaj.dy = FixedToFloat(vMax_fy - vMin_fy);
235 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy;
251 eMaj.fsy = FixedCeil(vMin_fy);
252 eMaj.lines = FixedToInt(FixedCeil(vMax_fy - eMaj.fsy))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 89 struct edge emaj; member in struct:setup_context
283 * edge fields (ebot, emaj, etop).
347 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0];
348 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
363 const float area = (setup->emaj.dx * setup->ebot.dy -
364 setup->ebot.dx * setup->emaj.dy);
489 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
490 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;
547 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
548 float b = setup->emaj.dx * botda - majda * setup->ebot.dx
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 89 struct edge emaj; member in struct:setup_context
283 * edge fields (ebot, emaj, etop).
347 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0];
348 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
363 const float area = (setup->emaj.dx * setup->ebot.dy -
364 setup->ebot.dx * setup->emaj.dy);
489 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
490 float b = setup->emaj.dx * botda - majda * setup->ebot.dx;
547 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
548 float b = setup->emaj.dx * botda - majda * setup->ebot.dx
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
2009-11-25-ImpDefBug.ll 21 %eTop.eMaj = select i1 %0, %struct..0EdgeT* undef, %struct..0EdgeT* null ; <%struct..0EdgeT*> [#uses=1]
43 %eRight.08 = phi %struct..0EdgeT* [ %eTop.eMaj, %bb32 ], [ undef, %bb34 ], [ undef, %bb33 ] ; <%struct..0EdgeT*> [#uses=0]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_lexpos.utf 1123 N_F_SG "B" "b'emaj'uskula"
1124 N_F_SG "C" "T'emaj'uskula"
1125 N_F_SG "D" "d'emaj'uskula"
1126 N_F_SG "E" "'emaj'uskula"
1128 N_F_SG "G" "x'emaj'uskula"
1137 N_F_SG "P" "p'emaj'uskula"
1141 N_F_SG "T" "t'emaj'uskula"
    [all...]

Completed in 508 milliseconds