HomeSort by: relevance | last modified time | path
    Searched defs:amount (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 54 float Amount;
120 float amount; local
157 amount = rc_get_constant_value(count_inst->C,
168 count_inst->Amount += amount;
175 count_inst->Amount -= amount;
233 count_inst.Amount = 0.0f;
273 if(count_inst.Amount == 0.0f){
276 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 54 float Amount;
120 float amount; local
157 amount = rc_get_constant_value(count_inst->C,
168 count_inst->Amount += amount;
175 count_inst->Amount -= amount;
233 count_inst.Amount = 0.0f;
273 if(count_inst.Amount == 0.0f){
276 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
gfx10addrlib.cpp 1264 * Get pipe rotate amount
1267 * Pipe rotate amount
1276 INT_32 amount = 0; local
1280 amount = ((m_pipesLog2 == (m_numSaLog2 + 1)) && IsRbAligned(resourceType, swizzleMode)) ?
1284 return amount;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
shader_query.cpp 1638 GLsizei amount = 0; local
1661 amount += props_written;
1668 *length = amount;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
shader_query.cpp 1404 GLsizei amount = 0; local
1427 amount += props_written;
1434 *length = amount;
  /xsrc/external/mit/xterm/dist/
scrollbar.c 709 AlternateScroll(Widget w, long amount)
719 amount /= FontHeight(screen);
724 if (amount > 0) {
727 amount = -amount;
730 while (amount-- > 0) {
734 ScrollTextUpDownBy(w, (XtPointer) 0, (XtPointer) amount);
752 long amount; local
756 amount = to_top * FontHeight(screen);
758 amount = -to_top * FontHeight(screen)
776 long amount; local
791 long amount; local
    [all...]
screen.c 2224 int amount = ((MaxRows(screen) - (int) move_up - 1) local
2227 if (amount < 0) {
2229 saveEditBufLines(screen, (unsigned) -amount);
2230 move_down_by = amount;
2250 int amount; local
2256 amount = rows - (int) move_down;
2270 (amount > 0
2275 if (amount > 0) {
2277 SaveLineData(dst, (unsigned) amount, (size_t) move_down);
2282 (unsigned) amount);
    [all...]
util.c 83 #define IncrementSavedLines(amount) \
85 if ((screen->savedlines += amount) > screen->savelines) \
100 int amount);
104 int amount,
311 int amount = screen->refresh_amt; local
315 if (amount == 0) {
317 } else if (amount > 0) {
320 if (row == (bottom = screen->bot_marg) - amount) {
324 result = (row >= bottom - amount + 1 && row <= bottom);
329 amount = -amount
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_load_store_vectorize.c 484 unsigned amount = parse_entry_key_from_offset(key, size, left - 1, src0, base_mul, offset); local
485 amount += parse_entry_key_from_offset(key, size + amount, left - amount, src1, base_mul, offset);
486 return amount;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxcmds.c 3586 GLint maxSize, amount; local
3619 amount = dataLen;
3620 if (amount > maxSize) {
3621 amount = maxSize;
3634 req->length += (amount + 3) >> 2;
3637 req->dataBytes = amount;
3638 Data(dpy, ((const char*)data), amount);
3639 dataLen -= amount;
3640 data = ((GLbyte *) data) + amount;
  /xsrc/external/mit/libXaw/dist/src/
Text.c 2372 unsigned int amount, max_len = (unsigned)MAX_CUT_LEN(XtDisplay(w)); local
2398 amount = (unsigned)Min ((len = strlen((char *)ptr)), max_len);
2401 ptr, (int)amount);
2406 amount = (unsigned) Min (len, max_len);
2409 tptr, (int)amount);

Completed in 24 milliseconds