Searched refs:columns (Results 1 - 25 of 75) sorted by relevance

123

/xsrc/external/mit/xf86-video-ati/dist/src/pcidb/
H A Dparse_pci_ids.pl39 my @columns = $csv->fields();
41 if ((substr($columns[0], 0, 1) ne "#")) {
43 print ATIOUT "#define PCI_CHIP_$columns[1] $columns[0]\n";
45 if (($columns[2] ne "R128") && ($columns[2] ne "MACH64") && ($columns[2] ne "MACH32")) {
46 print PCICHIPSET " { PCI_CHIP_$columns[1], PCI_CHIP_$columns[1], RES_SHARED_VGA },\n";
48 print PCIDEVICEMATCH " ATI_DEVICE_MATCH( PCI_CHIP_$columns[
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/pcidb/
H A Dparse_pci_ids.pl43 my @columns = $csv->fields();
45 if ((substr($columns[0], 0, 1) ne "#")) {
47 print ATIOUT "#define PCI_CHIP_$columns[1] $columns[0]\n";
49 if (($columns[2] ne "R128") && ($columns[2] ne "MACH64") && ($columns[2] ne "MACH32")) {
50 print PCICHIPSET " { PCI_CHIP_$columns[1], PCI_CHIP_$columns[1], RES_SHARED_VGA },\n";
52 print PCIDEVICEMATCH " ATI_DEVICE_MATCH( PCI_CHIP_$columns[
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Duniform_initializer_utils.h38 unsigned columns, unsigned rows,
43 unsigned columns, unsigned rows, unsigned array_size,
H A Duniform_initializer_utils.cpp171 unsigned columns, unsigned rows,
177 glsl_type::get_instance(base_type, rows, columns);
185 unsigned columns, unsigned rows, unsigned array_size,
191 glsl_type::get_instance(base_type, rows, columns);
170 generate_data(void * mem_ctx,enum glsl_base_type base_type,unsigned columns,unsigned rows,ir_constant * & val) argument
184 generate_array_data(void * mem_ctx,enum glsl_base_type base_type,unsigned columns,unsigned rows,unsigned array_size,ir_constant * & val) argument
H A Dcopy_constant_to_storage_tests.cpp45 void float_test(unsigned columns, unsigned rows);
112 copy_constant_to_storage::float_test(unsigned columns, unsigned rows) argument
115 generate_data(mem_ctx, GLSL_TYPE_FLOAT, columns, rows, val);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Duniform_initializer_utils.h38 unsigned columns, unsigned rows,
43 unsigned columns, unsigned rows, unsigned array_size,
H A Duniform_initializer_utils.cpp171 unsigned columns, unsigned rows,
177 glsl_type::get_instance(base_type, rows, columns);
185 unsigned columns, unsigned rows, unsigned array_size,
191 glsl_type::get_instance(base_type, rows, columns);
170 generate_data(void * mem_ctx,enum glsl_base_type base_type,unsigned columns,unsigned rows,ir_constant * & val) argument
184 generate_array_data(void * mem_ctx,enum glsl_base_type base_type,unsigned columns,unsigned rows,unsigned array_size,ir_constant * & val) argument
H A Dcopy_constant_to_storage_tests.cpp45 void float_test(unsigned columns, unsigned rows);
108 copy_constant_to_storage::float_test(unsigned columns, unsigned rows) argument
111 generate_data(mem_ctx, GLSL_TYPE_FLOAT, columns, rows, val);
/xsrc/external/mit/ctwm/dist/tests/test_m4/
H A Dtest_m4.c42 if(Scr->workSpaceMgr.columns != expected_columns) {
43 fprintf(stderr, "Got '%d' instead of expected '%d' columns.\n",
44 Scr->workSpaceMgr.columns, expected_columns);
/xsrc/external/mit/ctwm/dist/
H A Dworkspace_utils.c391 int number, columns, count; local in function:GotoRightWorkSpace
397 columns = Scr->workSpaceMgr.columns;
400 if((number % columns) == 0) {
401 number -= columns;
404 number = (number / columns) * columns;
415 int number, columns, count; local in function:GotoLeftWorkSpace
421 columns = Scr->workSpaceMgr.columns;
435 int number, lines, columns, count; local in function:GotoUpWorkSpace
460 int number, columns, count; local in function:GotoDownWorkSpace
[all...]
H A Diconmgr.h53 int columns, cur_rows, cur_columns; member in struct:IconMgr
61 int columns);
H A Doccupation.h19 int lines, columns; member in struct:OccupyWindow
H A Dworkspace_structs.h44 int lines, columns; member in struct:WorkSpaceMgr
H A Dworkspace_manager.c270 * Work out grid. wSM.columns will be filled if specified in
274 int lines, columns; local in function:CreateWorkSpaceManagerWindow
275 columns = Scr->workSpaceMgr.columns;
276 if(columns == 0) {
278 columns = ((count - 1) / lines) + 1;
281 lines = ((count - 1) / columns) + 1;
284 Scr->workSpaceMgr.columns = columns;
295 const int columns local in function:CreateWorkSpaceManagerWindow
465 const int columns = Scr->workSpaceMgr.columns; local in function:CreateWorkSpaceManagerWindow
599 const int columns = Scr->workSpaceMgr.columns; local in function:ResizeWorkSpaceManager
[all...]
/xsrc/external/mit/fslsfonts/dist/
H A Dfslsfonts.c70 static unsigned int columns = 0; variable in typeref:typename:unsigned int
123 " -C force columns\n"
126 " -w width maximum width for multiple columns\n"
127 " -n columns number of columns if multi column\n"
190 columns = 0;
193 columns = 1;
212 columns = (unsigned int) atoi(argv[0]);
353 if ((columns == 0 && isatty(1)) || columns >
[all...]
/xsrc/external/mit/twm/dist/src/
H A Diconmgr.h69 int columns, cur_rows, cur_columns; member in struct:IconMgr
80 int columns);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c61 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_8_x_4_8bit
62 memcpy(dst2, src2, columns * sizeof(uint8_t));
92 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_4_x_4_16bit
93 memcpy(dst2, src2, columns * sizeof(uint16_t));
123 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_8_x_2_16bit
124 memcpy(dst2, src2, columns * sizeof(uint16_t));
154 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_4_x_2_32bit
155 memcpy(dst2, src2, columns * sizeof(uint32_t));
185 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_2_x_2_64bit
186 memcpy(dst2, src2, columns * sizeo
277 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_8_x_4_8bit
310 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_8_x_2_16bit
343 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_4_x_4_16bit
376 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_4_x_2_32bit
409 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_2_x_2_64bit
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c61 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_8_x_4_8bit
62 memcpy(dst2, src2, columns * sizeof(uint8_t));
92 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_4_x_4_16bit
93 memcpy(dst2, src2, columns * sizeof(uint16_t));
123 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_8_x_2_16bit
124 memcpy(dst2, src2, columns * sizeof(uint16_t));
154 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_4_x_2_32bit
155 memcpy(dst2, src2, columns * sizeof(uint32_t));
185 unsigned columns = MIN2(tile_width, width - col); local in function:micro_tile_2_x_2_64bit
186 memcpy(dst2, src2, columns * sizeo
277 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_8_x_4_8bit
310 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_8_x_2_16bit
343 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_4_x_4_16bit
376 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_4_x_2_32bit
409 unsigned columns = MIN2(tile_width, width - col); local in function:micro_untile_2_x_2_64bit
[all...]
/xsrc/external/mit/xgc/dist/
H A Dchoice.c100 if (info->choice.columns > 0 &&
102 (i % (info->choice.columns) == 0)) {
105 toggleargs[1].value = (XtArgVal) choice->widgets[i - info->choice.columns];
117 if (info->choice.columns > 0 &&
118 i >= info->choice.columns) {
120 toggleargs[1].value = (XtArgVal) choice->widgets[i - info->choice.columns];
146 if (info->choice.columns > 0) {
H A Dxgc.h33 int columns; /* how many columns of command buttons; if member in struct:__anonb0c8db620208
52 int columns; member in struct:__anonb0c8db620508::__anonb0c8db620608
/xsrc/external/mit/xlsfonts/dist/
H A Dxlsfonts.c59 static int columns = 0; variable in typeref:typename:int
96 " -C force columns\n"
100 " -w width maximum width for multiple columns\n"
101 " -n columns number of columns if multi column\n"
133 columns = 0;
136 columns = 1;
160 columns = atoi(argv[0]);
387 if ((columns == 0 && isatty(1)) || columns >
[all...]
/xsrc/external/mit/x11perf/dist/
H A Ddo_text.c128 int rows, columns, totalChars, ch; local in function:InitText16
137 columns = font->max_char_or_byte2 - font->min_char_or_byte2 + 1;
138 totalChars = rows * columns;
197 *pbuf0++ = ch / columns + font->min_byte1;
198 *pbuf0++ = ch % columns + font->min_char_or_byte2;
200 *pbuf2++ = ch / columns + font->min_byte1;
201 *pbuf2++ = ch % columns + font->min_char_or_byte2;
216 *pbuf0++ = ch / columns + font->min_byte1;
217 *pbuf0++ = ch % columns + font->min_char_or_byte2;
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/
H A Ddisable-vs_in.diff12 - templates/gen_vs_in_fp64/columns.shader_test.mako
/xsrc/external/mit/MesaLib/dist/docs/
H A Drelease-calendar.rst33 :stub-columns: 1
/xsrc/external/mit/pixman/dist/test/
H A Dlowlevel_blt_bench_compare.py9 [--disable-columns <columns>]
46 df.drop(columns=drop_cols, errors="ignore", inplace=True)
87 columns=("L1", "L2", "M", "HT", "VT", "R", "RT", "Kops/s"),
128 "--disable-columns",
131 help="Comma-separated list of columns to disable (e.g., 'L1,L2,M').",

Completed in 18 milliseconds

123