Home
last modified time | relevance | path

Searched refs:cols (Results 151 - 175 of 310) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_matrix.cpp35 uint32 cols) in dng_matrix()
43 cols < 1 || cols > kMaxColorPlanes) in dng_matrix()
51 fCols = cols; in dng_matrix()
34 dng_matrix(uint32 rows, uint32 cols) dng_matrix() argument
/third_party/spirv-tools/source/val/
H A Dvalidate_type.cpp591 const auto cols = _.FindDef(cols_id); in ValidateTypeCooperativeMatrix() local
592 if (!cols || !_.IsIntScalarType(cols->type_id()) || in ValidateTypeCooperativeMatrix()
593 !spvOpcodeIsConstant(cols->opcode())) { in ValidateTypeCooperativeMatrix()
/third_party/mesa3d/src/mesa/main/
H A Duniforms.h51 GLuint cols, GLuint rows, enum glsl_base_type basicType);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp68 auto cols = ParseTemplateArgs(GridUtils::ParseArgs(layoutProperty->GetColumnsTemplate().value_or("")), in InitGridCeils() local
71 auto colsLen = cols.first; in InitGridCeils()
80 columnsGap_ = cols.second; in InitGridCeils()
/kernel/linux/linux-5.10/tools/thermal/tmon/
H A Dtui.c279 int rows, cols; in show_dialogue() local
285 getmaxyx(w, rows, cols); in show_dialogue()
288 (void)cols; in show_dialogue()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dtc3589x-keypad.c124 /* configure KBDSIZE 4 LSbits for cols and 4 MSbits for rows */ in tc3589x_keypad_init_key_hardware()
326 u32 cols, rows; in tc3589x_keypad_of_probe() local
337 of_property_read_u32(np, "keypad,num-columns", &cols); in tc3589x_keypad_of_probe()
339 plat->kcol = (u8) cols; in tc3589x_keypad_of_probe()
H A Dtwl4030_keypad.c354 if (!pdata->rows || !pdata->cols || !pdata->keymap_data) { in twl4030_kp_probe()
360 kp->n_cols = pdata->cols; in twl4030_kp_probe()
374 "Invalid rows/cols amount specified in platform/devicetree data\n"); in twl4030_kp_probe()
H A Dpxa27x_keypad.c123 u32 rows, cols; in pxa27x_keypad_matrix_key_parse_dt() local
126 error = matrix_keypad_parse_properties(dev, &rows, &cols); in pxa27x_keypad_matrix_key_parse_dt()
130 if (rows > MAX_MATRIX_KEY_ROWS || cols > MAX_MATRIX_KEY_COLS) { in pxa27x_keypad_matrix_key_parse_dt()
131 dev_err(dev, "rows or cols exceeds maximum value\n"); in pxa27x_keypad_matrix_key_parse_dt()
136 pdata->matrix_key_cols = cols; in pxa27x_keypad_matrix_key_parse_dt()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dtc3589x-keypad.c124 /* configure KBDSIZE 4 LSbits for cols and 4 MSbits for rows */ in tc3589x_keypad_init_key_hardware()
326 u32 cols, rows; in tc3589x_keypad_of_probe() local
337 of_property_read_u32(np, "keypad,num-columns", &cols); in tc3589x_keypad_of_probe()
339 plat->kcol = (u8) cols; in tc3589x_keypad_of_probe()
H A Dtwl4030_keypad.c354 if (!pdata->rows || !pdata->cols || !pdata->keymap_data) { in twl4030_kp_probe()
360 kp->n_cols = pdata->cols; in twl4030_kp_probe()
374 "Invalid rows/cols amount specified in platform/devicetree data\n"); in twl4030_kp_probe()
H A Dpxa27x_keypad.c123 u32 rows, cols; in pxa27x_keypad_matrix_key_parse_dt() local
126 error = matrix_keypad_parse_properties(dev, &rows, &cols); in pxa27x_keypad_matrix_key_parse_dt()
130 if (rows > MAX_MATRIX_KEY_ROWS || cols > MAX_MATRIX_KEY_COLS) { in pxa27x_keypad_matrix_key_parse_dt()
131 dev_err(dev, "rows or cols exceeds maximum value\n"); in pxa27x_keypad_matrix_key_parse_dt()
136 pdata->matrix_key_cols = cols; in pxa27x_keypad_matrix_key_parse_dt()
/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dtui.c279 int rows, cols; in show_dialogue() local
285 getmaxyx(w, rows, cols); in show_dialogue()
288 (void)cols; in show_dialogue()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp70 gridInfo.cols = 0; in ParseGridInfo()
89 gridInfo.cols = static_cast<uint32_t>(stol(vecTmp[HORIZONTAL].c_str())); in ParseGridInfo()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DVariablePacker_test.cpp170 int cols = gl::VariableColumnCount(type); in TEST() local
171 int squareSize = std::max(rows, cols); in TEST()
/third_party/skia/tools/viewer/
H A DSkSLSlide.cpp190 int cols = rows; in draw() local
193 for (int c = 0; c < cols; ++c, f += rows) { in draw()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c145 unsigned int cols, int do_clear);
338 static struct uni_screen *vc_uniscr_alloc(unsigned int cols, unsigned int rows) in vc_uniscr_alloc() argument
345 memsize = cols * rows * sizeof(char32_t); in vc_uniscr_alloc()
356 p += cols * sizeof(char32_t); in vc_uniscr_alloc()
386 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_insert() local
388 memmove(&ln[x + nr], &ln[x], (cols - x - nr) * sizeof(*ln)); in vc_uniscr_insert()
399 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_delete() local
401 memmove(&ln[x], &ln[x + nr], (cols - x - nr) * sizeof(*ln)); in vc_uniscr_delete()
402 memset32(&ln[cols - nr], ' ', nr); in vc_uniscr_delete()
424 unsigned int cols in vc_uniscr_clear_lines() local
1196 vc_do_resize(struct tty_struct *tty, struct vc_data *vc, unsigned int cols, unsigned int lines) vc_do_resize() argument
1361 vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows) vc_resize() argument
3458 vc_init(struct vc_data *vc, unsigned int rows, unsigned int cols, int do_clear) vc_init() argument
4069 char cols[4]; con_debug_enter() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp325 const unsigned cols = ir->type->matrix_columns; in constant_copy() local
332 assert(cols == 1); in constant_copy()
341 assert(cols == 1); in constant_copy()
349 assert(cols == 1); in constant_copy()
358 assert(cols == 1); in constant_copy()
367 if (cols > 1) { in constant_copy()
368 ret->elements = ralloc_array(mem_ctx, nir_constant *, cols); in constant_copy()
369 ret->num_elements = cols; in constant_copy()
370 for (unsigned c = 0; c < cols; c++) { in constant_copy()
419 assert(cols in constant_copy()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp9recon.c98 int n_px_need = 4 << tx, n_px_have = (((s->cols - col) << !ss_h) - x) * 4; in check_intra_mode()
226 int end_x = FFMIN(2 * (s->cols - col), w4); in intra_recon()
428 mv.x = av_clip(in_mv->x, -(x + pw - px + 4) * 8, (s->cols * 8 - x + px + 3) * 8); in mc_luma_scaled()
490 mv.x = av_clip(in_mv->x, -(x + pw - px + 4) * 16, (s->cols * 4 - x + px + 3) * 16); in mc_chroma_scaled()
493 mv.x = av_clip(in_mv->x, -(x + pw - px + 4) * 8, (s->cols * 8 - x + px + 3) * 8); in mc_chroma_scaled()
604 int end_x = FFMIN(2 * (s->cols - col), w4); in inter_recon()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c210 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu() local
211 for (unsigned i = 0; i < cols; i++) in vtn_handle_matrix_alu()
218 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu() local
219 for (unsigned i = 0; i < cols; i++) in vtn_handle_matrix_alu()
227 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu() local
228 for (unsigned i = 0; i < cols; i++) in vtn_handle_matrix_alu()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_print.c413 const unsigned cols = glsl_get_matrix_columns(type); in print_constant() local
419 assert(cols == 1); in print_constant()
430 assert(cols == 1); in print_constant()
441 assert(cols == 1); in print_constant()
452 assert(cols == 1); in print_constant()
463 if (cols > 1) { in print_constant()
464 for (i = 0; i < cols; i++) { in print_constant()
500 assert(cols == 1); in print_constant()
502 for (i = 0; i < cols; i++) { in print_constant()
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dadp5588.h143 int cols; /* Number of columns */ member
/kernel/linux/linux-6.6/drivers/s390/char/
H A Draw3270.h82 unsigned int rows, cols; /* # of rows & colums of the view */ member
/third_party/ffmpeg/libavfilter/
H A Dvf_tinterlace.c322 int cols = plane == 1 || plane == 2 ? AV_CEIL_RSHIFT( w, hsub) : w; in copy_picture_field() local
345 tinterlace->lowpass_line(dstp, cols, srcp, mref, pref, clip_max); in copy_picture_field()
351 cols *= 2; in copy_picture_field()
352 av_image_copy_plane(dstp, dstp_linesize, srcp, srcp_linesize, cols, lines); in copy_picture_field()
/third_party/backends/backend/
H A Dcanon_pp-dev.c813 unsigned int cols = scanp->mode ? 3 : 1; in adjust_output() local
832 for (colour = 0; colour < cols; colour++) in adjust_output()
836 (scanline * image->width * cols * 2) + in adjust_output()
837 (pixelnum * cols * 2) + (colour * 2); in adjust_output()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.cpp746 const int cols = type.getCols();
749 for (int c = 0; c < cols; ++c)
786 const int cols = type.getCols();
794 for (int c = 0; c < cols; ++c)

Completed in 25 milliseconds

12345678910>>...13