| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_linear.h | 62 unsigned cols; member in struct:pipe_tile_info 94 if (t->tile.size != t->block.size * t->cols * t->rows) 97 if (t->stride != t->block.size * t->cols * t->tiles_x)
|
| H A D | u_linear.c | 42 size_t bytes = t->cols * t->block.size; 66 size_t bytes = t->cols * t->block.size; 93 t->cols = t->tile.width / t->block.width; 95 t->tile.size = t->cols * t->rows * t->block.size; 99 t->stride = t->cols * t->tiles_x * t->block.size;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_linear.h | 62 unsigned cols; member in struct:pipe_tile_info 94 if (t->tile.size != t->block.size * t->cols * t->rows) 97 if (t->stride != t->block.size * t->cols * t->tiles_x)
|
| H A D | u_linear.c | 42 size_t bytes = t->cols * t->block.size; 66 size_t bytes = t->cols * t->block.size; 93 t->cols = t->tile.width / t->block.width; 95 t->tile.size = t->cols * t->rows * t->block.size; 99 t->stride = t->cols * t->tiles_x * t->block.size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/ |
| H A D | tracediff.sh | 61 --width=`tput cols` \
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/ |
| H A D | cjk_tab_to_h.c | 36 int cols; /* number of possible values for the 2nd byte */ member in struct:__anon061e81b60208 45 int** charset2uni; /* charset2uni[0..rows-1][0..cols-1] is valid */ 75 enc->charset2uni[row] = malloc(enc->cols*sizeof(int)); 78 for (col = 0; col < enc->cols; col++) 146 for (col = 0; col < enc->cols; col++) 166 enc->charsetblocks[n].start = row * enc->cols; 167 enc->charsetblocks[n].end = lastrow * enc->cols + enc->charsetpage[lastrow]; 191 (lastrow-row) * enc->cols + enc->charsetpage[lastrow]); 194 col_max = (enc->charsetpage[row+1] > 0 ? enc->cols : enc->charsetpage[row]); 213 i1_min = enc->row_byte(enc->charsetblocks[i].start / enc->cols); [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | tab0.sh | 84 wide=`$TPUT cols`
|
| H A D | blink.pl | 123 $term_width=`tput cols`;
|
| H A D | print-vt-chars.pl | 271 my $cols = int( 78 / $width ); 272 my $high = int( ( $known + $cols ) / $cols ); 275 for my $x ( 0 .. $cols - 1 ) {
|
| H A D | erase.pl | 153 $term_width=`tput cols`;
|
| H A D | wrap.pl | 150 $term_width=`tput cols`;
|
| H A D | decsed.pl | 125 $term_wide = `tput cols`;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| H A D | mapi_abi.py | 51 def __init__(self, cols, attrs, xml_data = None): 52 self._parse(cols) 90 def _parse(self, cols): 91 ret = cols.pop(0) 95 name = cols.pop(0) 98 if not cols: 99 raise Exception(cols) 100 elif len(cols) == 1 and cols[0] == 'void': 103 for val in cols [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mapi/ |
| H A D | mapi_abi.py | 49 def __init__(self, cols, attrs, xml_data = None): 50 self._parse(cols) 88 def _parse(self, cols): 89 ret = cols.pop(0) 93 name = cols.pop(0) 96 if not cols: 97 raise Exception(cols) 98 elif len(cols) == 1 and cols[0] == 'void': 101 for val in cols [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | resize.c | 237 "Usage: %s [rows cols]\n" : 238 "Usage: %s [-v] [-u] [-c] [-s [rows cols]]\n", myname); 351 int rows, cols; local in function:main 537 if (sscanf(buf, reply_size[emu], &rows, &cols) != 2) { 553 setup_winsize(ts, rows, cols, 0, 0); 561 setup_winsize(ts, rows, cols, 563 scaled(TTYSIZE_COLS(ts), cols, ts.ws_xpixel)); 593 sprintf(newtc + i, "%d", cols); 622 setname, cols, rows); 636 setname, cols, row [all...] |
| H A D | svg.c | 53 static int cols = 0; variable in typeref:typename:int 82 cols = MaxCols(s); 91 fprintf(fp, " viewBox='0 0 %d %d'>\n", 2 * (bw + ib) + cols * CELLW, 2 * 108 (unsigned) (cols * CELLW + 2 * (bw + ib)),
|
| H A D | xterm_io.h | 242 #define setup_winsize(ts, rows, cols, height, width) \ 246 TTYSIZE_COLS(ts) = (ttySize_t) (cols) 248 #define setup_winsize(ts, rows, cols, height, width) \ 250 TTYSIZE_COLS(ts) = (ttySize_t) (cols)
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | arbvpwarpmesh.c | 25 static void DrawMesh( int rows, int cols ) argument 29 const float dx = 2.0 / (cols - 1); 46 for (j = 0; j < cols; j++) {
|
| H A D | vpwarpmesh.c | 25 static void DrawMesh( int rows, int cols ) argument 29 const float dx = 2.0 / (cols - 1); 46 for (j = 0; j < cols; j++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_constant_initializers.c | 39 unsigned cols = glsl_get_matrix_columns(deref->type); local in function:build_constant_load 42 for (unsigned i = 0; i < cols; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_signature.c | 44 uint8_t cols; member in struct:semantic_info 137 info->cols = num_floats; 151 if (!info->cols) { 154 info->cols = (uint8_t)glsl_get_components(type); 388 SV_params_nodes[7] = dxil_get_metadata_int8(mod, semantic->cols); // Number of columns 409 assert(semantic->cols + semantic->start_col <= 4); 410 elm->mask = (uint8_t) (((1 << semantic->cols) - 1) << semantic->start_col); 424 psv_elm->cols_and_start = (1u << 6) | (semantic->start_col << 4) | semantic->cols; 433 psv_elm->cols_and_start = (semantic->start_col << 4) | semantic->cols;
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | create.c | 66 XpmAttributes *attributes, XColor *cols, int ncols, 78 XpmAttributes *attributes, XColor *cols, int ncols, 269 XColor *cols, 350 COLOR_FACTOR * (labs((long) col->red - (long) cols[i].red) 351 + labs((long) col->green - (long) cols[i].green) 352 + labs((long) col->blue - (long) cols[i].blue)) 356 - ((long) cols[i].red + 357 (long) cols[i].green + 358 (long) cols[i].blue)); 364 while ((long) cols[ 259 SetCloseColor(Display * display,Colormap colormap,Visual * visual,XColor * col,Pixel * image_pixel,Pixel * mask_pixel,Pixel * alloc_pixels,unsigned int * nalloc_pixels,XpmAttributes * attributes,XColor * cols,int ncols,XpmAllocColorFunc allocColor,void * closure) argument 443 SetColor(Display * display,Colormap colormap,Visual * visual,char * colorname,unsigned int color_index,Pixel * image_pixel,Pixel * mask_pixel,unsigned int * mask_pixel_index,Pixel * alloc_pixels,unsigned int * nalloc_pixels,Pixel * used_pixels,unsigned int * nused_pixels,XpmAttributes * attributes,XColor * cols,int ncols,XpmAllocColorFunc allocColor,void * closure) argument 535 XColor *cols = NULL; local in function:CreateColors [all...] |
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| H A D | ui.py | 224 cols = urwid.Columns([ok_btn, can_btn]) 225 pile = urwid.Pile([q, cols]) 258 cols = urwid.Columns([ok_btn, can_btn]) 259 pile = urwid.Pile([t, cols])
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | uniform_query.cpp | 731 unsigned rows, unsigned cols, unsigned count, 739 const unsigned elems = rows * cols * count; 740 const char *const extra = (cols == 1) ? "uniform" : "uniform matrix"; 1457 unsigned cols, unsigned rows, 1477 for (; c < cols; c++) { 1502 for (; c < cols; c++) { 1525 for (; c < cols; c++) { 1550 for (; c < cols; c++) { 1582 for (; c < cols; c++) { 1606 for (; c < cols; 730 log_uniform(const void * values,enum glsl_base_type basicType,unsigned rows,unsigned cols,unsigned count,bool transpose,const struct gl_shader_program * shProg,GLint location,const struct gl_uniform_storage * uni) argument 1450 copy_uniform_matrix_to_storage(struct gl_context * ctx,gl_constant_value * storage,struct gl_uniform_storage * const uni,unsigned count,const void * values,const unsigned size_mul,const unsigned offset,const unsigned components,const unsigned vectors,bool transpose,unsigned cols,unsigned rows,enum glsl_base_type basicType,bool flush) argument 1668 _mesa_uniform_matrix(GLint location,GLsizei count,GLboolean transpose,const void * values,struct gl_context * ctx,struct gl_shader_program * shProg,GLuint cols,GLuint rows,enum glsl_base_type basicType) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_system_values.c | 212 nir_ssa_def *cols[4]; local in function:lower_system_value_instr 214 cols[i] = nir_load_system_value(b, sysval_op, i, 217 assert(cols[i]->num_components == num_rows); 219 return nir_select_from_ssa_def_array(b, cols, num_cols, column);
|