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

  /xsrc/external/mit/xkbprint/dist/
xkbprint.h 42 int grid; member in struct:_XKBPrintArgs
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
gfx10_query.c 348 /* Pre-fill the SSBOs and grid. */
350 struct pipe_grid_info grid = {}; local
358 grid.block[0] = 1;
359 grid.block[1] = 1;
360 grid.block[2] = 1;
361 grid.grid[0] = 1;
362 grid.grid[1] = 1;
363 grid.grid[2] = 1
    [all...]
si_query.c 1436 struct pipe_grid_info grid = {}; local
1480 grid.block[0] = 1;
1481 grid.block[1] = 1;
1482 grid.block[2] = 1;
1483 grid.grid[0] = 1;
1484 grid.grid[1] = 1;
1485 grid.grid[2] = 1
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
main.c 207 uint32_t grid[3] = {0}; local
224 ret = sscanf(optarg, "%u,%u,%u", &grid[0], &grid[1], &grid[2]);
273 if (grid[0] == 0)
286 backend->emit_grid(kernel, grid, submit);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_compute.c 572 NOUVEAU_ERR("Failed to launch grid !\n");
587 uint32_t grid[3]; local
590 sizeof(grid), grid);
592 memcpy(grid, info->grid, sizeof(grid));
595 /* grid/block setup */
604 PUSH_DATA (push, grid[1] << 16 | grid[0])
    [all...]
nv50_query_hw_sm.c 226 const uint grid[3] = { screen->MPsInTP, screen->TPs, 1 }; local
270 info.grid[i] = grid[i];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_query_hw_sm.c 226 const uint grid[3] = { screen->MPsInTP, screen->TPs, 1 }; local
270 info.grid[i] = grid[i];
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
sampleCompBot.cc 113 gridWrap* grid,
128 tempTop[0] = grid->get_u_value(rightU);
129 tempTop[1] = grid->get_v_value(gridV);
142 //if there are grid points which are to the left of botVertex
146 if(botVertex[0] <= grid->get_u_value(leftU))
162 //find midU so that grid->get_u_value(midU) <= botVertex[0]
163 //and grid->get_u_value(midU) > botVertex[0]
165 while(grid->get_u_value(midU) <= botVertex[0])
173 grid->outputFanWithPoint(gridV, leftU, midU, botVertex, pStream);
174 stripOfFanRight(rightChain, segIndexMono, segIndexPass, grid, gridV, midU, rightU, pStream, 1);
751 gridWrap* grid = leftGridChain->getGrid(); local
    [all...]
sampleCompRight.cc 69 *inbetween the top and bot grid lines or not.
162 if(midIndex2 >= 0) //there is a trm point between grid lines
237 *and the right end grid points
249 //append the vertices of the right extremal grid points,
257 //output the fan of the grid points of the (i)th and (i-1)th grid line.
282 //output the fan of the grid points of the (i)_th and i-1th gridLine
319 //if there is only one grid line, return
328 //grid line: index1.
357 //below the second grid line). Find the last grid line index2 which is STRICTLY ABOV
423 gridWrap* grid = rightGridChain->getGrid(); local
    [all...]
sampleCompTop.cc 113 gridWrap* grid,
128 tempBot[0] = grid->get_u_value(rightU);
129 tempBot[1] = grid->get_v_value(gridV);
148 stripOfFanRight(rightChain, segIndexLarge, segIndexSmall, grid, gridV, leftU, rightU, pStream, 0);
150 tempBot[0] = grid->get_u_value(leftU);
151 tempBot[1] = grid->get_v_value(gridV);
154 else //the topVertex forms a fan with the grid points
155 grid->outputFanWithPoint(gridV, leftU, rightU, topVertex, pStream);
162 gridWrap* grid,
169 //if right chian is empty, then there is only one topVertex with one grid lin
926 gridWrap* grid = leftGridChain->getGrid(); local
    [all...]
sampleMonoPoly.cc 389 gridWrap* grid,
393 /*find the first(top) and the last (bottom) grid line which intersect the
396 Int firstGridIndex; /*the index in the grid*/
399 firstGridIndex = (Int) ((topV->head()[1] - grid->get_v_min()) / (grid->get_v_max() - grid->get_v_min()) * (grid->get_n_vlines()-1));
401 if(botV->head()[1] < grid->get_v_min())
404 lastGridIndex = (Int) ((botV->head()[1] - grid->get_v_min()) / (grid->get_v_max() - grid->get_v_min()) * (grid->get_n_vlines()-1)) + 1
2034 gridWrap* grid = leftGridChain->getGrid(); local
    [all...]
  /xsrc/external/mit/bitmap/dist/
BitmapP.h 95 Boolean grid; member in struct:__anon5310
113 Boolean grid; member in struct:__anon5312
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_query.c 1370 * One compute grid with a single thread is launched for every query result
1373 * to a summary buffer to be consumed by the next grid invocation or to the
1614 struct pipe_grid_info grid = {}; local
1663 grid.block[0] = 1;
1664 grid.block[1] = 1;
1665 grid.block[2] = 1;
1666 grid.grid[0] = 1;
1667 grid.grid[1] = 1
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_query.c 1369 * One compute grid with a single thread is launched for every query result
1372 * to a summary buffer to be consumed by the next grid invocation or to the
1616 struct pipe_grid_info grid = {}; local
1665 grid.block[0] = 1;
1666 grid.block[1] = 1;
1667 grid.block[2] = 1;
1668 grid.grid[0] = 1;
1669 grid.grid[1] = 1
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_query.c 1462 struct pipe_grid_info grid = {}; local
1509 grid.block[0] = 1;
1510 grid.block[1] = 1;
1511 grid.block[2] = 1;
1512 grid.grid[0] = 1;
1513 grid.grid[1] = 1;
1514 grid.grid[2] = 1
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw_sm.c 2547 const uint grid[3] = { screen->mp_count, screen->gpc_count, 1 }; local
2587 info.grid[i] = grid[i];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw_sm.c 2543 const uint grid[3] = { screen->mp_count, screen->gpc_count, 1 }; local
2583 info.grid[i] = grid[i];
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h 928 * Grid number of dimensions, 1-3, e.g. the work_dim parameter passed to
929 * clEnqueueNDRangeKernel. Note block[] and grid[] must be padded with
940 * last_block allows disabling threads at the farthermost grid boundary.
944 * If a block touches the grid boundary in the i-th axis, threads with
953 * if (block_id[i] == grid[i] - 1 &&
961 * Determine the layout of the grid (in block units) to be used.
963 uint grid[3]; member in struct:pipe_grid_info
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 831 * Grid number of dimensions, 1-3, e.g. the work_dim parameter passed to
832 * clEnqueueNDRangeKernel. Note block[] and grid[] must be padded with
843 * last_block allows disabling threads at the farthermost grid boundary.
847 * If a block touches the grid boundary in the i-th axis, threads with
856 * if (block_id[i] == grid[i] - 1 &&
864 * Determine the layout of the grid (in block units) to be used.
866 uint grid[3]; member in struct:pipe_grid_info

Completed in 23 milliseconds