/third_party/ffmpeg/libavcodec/ |
H A D | rv40.c | 343 static void rv40_loop_filter(RV34DecContext *r, int row) in rv40_loop_filter() argument [all...] |
/third_party/glfw/examples/ |
H A D | boing.c | 545 int row, col; in DrawGrid() local
|
/third_party/cups-filters/filter/ |
H A D | rastertoescpx.c | 48 row, /* Row in the buffer */ member [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbi.cpp | 815 RowType *row; in handleNext() local 999 RowType *row; in handleSafePrevious() local [all...] |
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | fdperf.c | 360 redraw_group_header(WINDOW *win, int row, const char *name) in redraw_group_header() argument 372 redraw_counter_label(WINDOW *win, int row, const char *name, bool selected) in redraw_counter_label() argument 433 redraw_counter(WINDOW *win, int row, struct counter_group *group, int ctr, in redraw_counter() argument 462 int max, row = 0; in redraw() local [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imstb_textedit.h | 860 StbTexteditRow row; in stb_textedit_key() local 911 StbTexteditRow row; stb_textedit_key() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbi.cpp | 785 RowType *row; in handleNext() local 969 RowType *row; in handleSafePrevious() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texstore.c | 131 GLint img, row; in _mesa_memcpy_texture() local 166 GLint img, row; in _mesa_texstore_z32() local 196 GLint img, row; _mesa_texstore_x8_z24() local 226 GLint img, row; _mesa_texstore_z24_x8() local 260 GLint img, row; _mesa_texstore_z16() local 308 GLint img, row; _mesa_texstore_ycbcr() local 330 GLint img, row; _mesa_texstore_z24_s8() local 409 GLint img, row; _mesa_texstore_s8_z24() local 498 GLint img, row; _mesa_texstore_s8() local 539 GLint img, row; _mesa_texstore_z32f_x24s8() local [all...] |
H A D | image.c | 116 _mesa_image_offset( GLuint dimensions, const struct gl_pixelstore_attrib *packing, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_offset() argument 231 _mesa_image_address( GLuint dimensions, const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address() argument 260 _mesa_image_address2d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint row, GLint column ) _mesa_image_address2d() argument 272 _mesa_image_address3d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address3d() argument 410 GLint row, col; _mesa_expand_bitmap() local 877 int row; _mesa_swap_bytes_2d_image() local [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_signature.c | 491 fill_signature_element(struct dxil_signature_element *elm, struct semantic_info *semantic, unsigned row) fill_signature_element() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast.c | 218 uint8_t *row = (uint8_t *)dst; in lp_rast_clear_zstencil() local 226 uint16_t *row = (uint16_t *)dst; in lp_rast_clear_zstencil() local 234 uint16_t *row = (uint16_t *)dst; in lp_rast_clear_zstencil() local 252 uint32_t *row = (uint32_t *)dst; in lp_rast_clear_zstencil() local 271 uint64_t *row = (uint64_t *)dst; lp_rast_clear_zstencil() local [all...] |
H A D | lp_state_fs_linear.c | 179 uint32_t *row = samp->out; in fetch_row() local 205 uint32_t *row = samp->out; in fetch_row_clamped() local 233 uint32_t *row = samp->out; in fetch_row_xy_clamped() local [all...] |
/third_party/libinput/test/ |
H A D | test-utils.c | 137 int row, col; in START_TEST() local
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
H A D | cper.h | 199 __u16 row; member
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/ |
H A D | cper.h | 199 __u16 row; member
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_ra.c | 143 nodearray_value *row = l->linear[i].dense; in lcra_test_linear() local 589 nodearray_value *row = l->linear[l->spill_node].dense; in bi_choose_spill_node() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface.c | 136 uint16_t *row = (uint16_t *)dst; in util_fill_rect() local 156 ubyte *row = dst; in util_fill_rect() local 489 uint16_t *row = (uint16_t *)dst_map; in util_fill_zs_rect() local 513 uint32_t *row = (uint32_t *)dst_map; in util_fill_zs_rect() local 538 uint64_t *row = (uint64_t *)dst_map; util_fill_zs_rect() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLayeredFramebuffer.cpp | 329 const unsigned char* row = buffer + y * pixel_size; in iterate() local 720 unsigned char* row = (unsigned char*)buffer + y * row_size; in iterate() local
|
/third_party/skia/samplecode/ |
H A D | SamplePatch.cpp | 131 int row, vertCount = (nu + 1) * (nv + 1); in draw() local [all...] |
/third_party/skia/src/core/ |
H A D | SkAAClip.cpp | 46 static size_t compute_row_length(const uint8_t row[], int width) { in compute_row_length() argument 70 RowIter(const uint8_t* row, const SkIRect& bounds) { in RowIter() argument 211 uint8_t* row = head->data(); AllocRect() local 260 Row* row = fRows.begin(); ~Builder() local 284 Row* row = fCurrRow; addRun() local 380 const Row* row = fRows.begin(); finish() local 431 const Row& row = fRows[y]; dump() local 449 const Row& row = fRows[i]; validate() local 469 flushRowH(Row* row) flushRowH() argument [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_textedit.h | 866 StbTexteditRow row; in stb_textedit_key() local 933 StbTexteditRow row; stb_textedit_key() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant1.c | 471 int row; in color_quantize() local 501 int row; color_quantize3() local 531 int row; quantize_ord_dither() local 584 int row; quantize3_ord_dither() local 631 int row; quantize_fs_dither() local [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 698 ulg i, row, lastrow = 0; in rpng_x_display_image() local [all...] |
/third_party/skia/third_party/externals/libpng/mips/ |
H A D | filter_msa_intrinsics.c | 367 void png_read_filter_row_up_msa(png_row_infop row_info, png_bytep row, in png_read_filter_row_up_msa() argument 458 void png_read_filter_row_sub4_msa(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub4_msa() argument 497 void png_read_filter_row_sub3_msa(png_row_infop row_info, png_bytep row, in png_read_filter_row_sub3_msa() argument 542 void png_read_filter_row_avg4_msa(png_row_infop row_info, png_bytep row, in png_read_filter_row_avg4_msa() argument 593 png_read_filter_row_avg3_msa(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_avg3_msa() argument 654 png_read_filter_row_paeth4_msa(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth4_msa() argument 725 png_read_filter_row_paeth3_msa(png_row_infop row_info, png_bytep row, png_const_bytep prev_row) png_read_filter_row_paeth3_msa() argument [all...] |
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | get_disto.c | 203 uint32_t* const row = &pic->argb[y * pic->argb_stride]; in ConvertToGray() local
|