HomeSort by: relevance | last modified time | path
    Searched defs:cols (Results 1 - 25 of 34) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
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)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_constant_initializers.c 39 unsigned cols = glsl_get_matrix_columns(deref->type); local
42 for (unsigned i = 0; i < cols; i++) {
nir_print.c 293 const unsigned cols = glsl_get_matrix_columns(type); local
299 assert(cols == 1);
310 assert(cols == 1);
321 assert(cols == 1);
332 assert(cols == 1);
341 for (i = 0; i < cols; i++) {
350 for (i = 0; i < cols; i++) {
359 for (i = 0; i < cols; i++) {
370 assert(cols == 1);
372 for (i = 0; i < cols; i++)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
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)
  /xsrc/external/mit/xterm/dist/
svg.c 53 static int cols = 0; variable
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)),
resize.c 237 "Usage: %s [rows cols]\n" :
238 "Usage: %s [-v] [-u] [-c] [-s [rows cols]]\n", myname);
351 int rows, cols; local
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, rows)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_system_values.c 212 nir_ssa_def *cols[4]; local
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);
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_alu.c 163 unsigned cols = glsl_get_matrix_columns(src0->type); local
164 for (unsigned i = 0; i < cols; i++)
171 unsigned cols = glsl_get_matrix_columns(src0->type); local
172 for (unsigned i = 0; i < cols; i++)
180 unsigned cols = glsl_get_matrix_columns(src0->type); local
181 for (unsigned i = 0; i < cols; i++)
vtn_glsl450.c 99 nir_ssa_def *cols[4]; local
101 cols[i] = src->elems[i]->def;
104 case 2: return build_mat2_det(&b->nb, cols);
105 case 3: return build_mat3_det(&b->nb, cols);
106 case 4: return build_mat4_det(&b->nb, cols);
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
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/MesaLib.old/dist/src/compiler/spirv/
vtn_alu.c 164 unsigned cols = glsl_get_matrix_columns(src0->type); local
165 for (unsigned i = 0; i < cols; i++)
172 unsigned cols = glsl_get_matrix_columns(src0->type); local
173 for (unsigned i = 0; i < cols; i++)
181 unsigned cols = glsl_get_matrix_columns(src0->type); local
182 for (unsigned i = 0; i < cols; i++)
vtn_glsl450.c 99 nir_ssa_def *cols[4]; local
101 cols[i] = src->elems[i]->def;
104 case 2: return build_mat2_det(&b->nb, cols);
105 case 3: return build_mat3_det(&b->nb, cols);
106 case 4: return build_mat4_det(&b->nb, cols);
  /xsrc/external/mit/libXfont/dist/src/bitmap/
pcfread.c 660 cols; local
666 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
669 bitmapFont->pDefault = ACCESSENCODING(encoding, r * cols + c);
snfread.c 417 cols; local
423 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
426 bitmapFont->pDefault = &bitmapFont->metrics[r * cols + c];
bdfread.c 867 unsigned int r, c, cols; local
873 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
877 r * cols + c);
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
snfread.c 419 cols; local
425 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
428 bitmapFont->pDefault = &bitmapFont->metrics[r * cols + c];
pcfread.c 716 cols; local
722 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
725 bitmapFont->pDefault = ACCESSENCODING(encoding, r * cols + c);
bdfread.c 869 unsigned int r, c, cols; local
875 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
879 r * cols + c);
  /xsrc/external/mit/bdftopcf/dist/
bdfread.c 869 unsigned int cols = pFont->info.lastCol - pFont->info.firstCol + 1; local
873 r * cols + c);
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir.cpp 1009 unsigned cols = MIN2(type->matrix_columns, value->type->matrix_columns); local
1011 for (unsigned i = 0; i < cols; i++) {
1020 for (unsigned i = cols; i < type->matrix_columns; i++)
ast_function.cpp 1841 const unsigned cols = type->matrix_columns; local
1843 unsigned remaining_slots = rows * cols;
glsl_to_nir.cpp 302 const unsigned cols = ir->type->matrix_columns; local
309 assert(cols == 1);
318 assert(cols == 1);
326 assert(cols == 1);
335 assert(cols == 1);
344 if (cols > 1) {
345 ret->elements = ralloc_array(mem_ctx, nir_constant *, cols);
346 ret->num_elements = cols;
347 for (unsigned c = 0; c < cols; c++) {
396 assert(cols == 1)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_to_nir.cpp 300 const unsigned cols = ir->type->matrix_columns; local
307 assert(cols == 1);
319 assert(cols == 1);
330 for (unsigned c = 0; c < cols; c++) {
337 for (unsigned c = 0; c < cols; c++) {
345 assert(cols == 1);
353 assert(cols == 1);
361 assert(cols == 1);
ir.cpp 843 unsigned cols = MIN2(type->matrix_columns, value->type->matrix_columns); local
845 for (unsigned i = 0; i < cols; i++) {
854 for (unsigned i = cols; i < type->matrix_columns; i++)
  /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
cjk_tab_to_h.c 36 int cols; /* number of possible values for the 2nd byte */ member in struct:__anon5708
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...]

Completed in 63 milliseconds

1 2