| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_linear.h | 45 unsigned width; member 66 struct u_linear_format_block tile; member
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_tex_tile_cache.c | 207 struct softpipe_tex_cached_tile *tile; in sp_find_cached_tile_tex() local 230 unsigned width, height, layer; in sp_find_cached_tile_tex() local
|
| D | sp_tex_sample.c | 719 const struct softpipe_tex_cached_tile *tile; in get_texel_buffer_no_border() local 735 const struct softpipe_tex_cached_tile *tile; in get_texel_2d_no_border() local 921 const struct softpipe_tex_cached_tile *tile; in get_texel_quad_2d_no_border_single_tile() local 959 const struct softpipe_tex_cached_tile *tile; in get_texel_3d_no_border() local 1283 const int width = u_minify(texture->width0, args->level); in img_filter_1d_nearest() local 1314 const int width = u_minify(texture->width0, args->level); in img_filter_1d_array_nearest() local 1346 const int width = u_minify(texture->width0, args->level); in img_filter_2d_nearest() local 1380 const int width = u_minify(texture->width0, args->level); in img_filter_2d_array_nearest() local 1415 const int width = u_minify(texture->width0, args->level); in img_filter_cube_nearest() local 1458 const int width = u_minify(texture->width0, args->level); in img_filter_cube_array_nearest() local [all …]
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/ |
| D | TJBench.java | 186 int width = doTile ? tilew : scaledw; in decomp() local 197 int tile = 0; in decomp() local 202 int width = doTile ? Math.min(tilew, w - x) : scaledw; in decomp() local 207 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, subsamp); in decomp() local 373 int tile = 0; in fullTest() local 379 int width = Math.min(tilew, w - x); in fullTest() local 386 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, in fullTest() local 485 int ps = TJ.getPixelSize(pf), tile, x, y, iter; in decompTest() local 931 int[] width = new int[1], height = new int[1]; in main() local
|
| /third_party/libjpeg-turbo/java/ |
| D | TJBench.java | 191 int width = doTile ? tilew : scaledw; in decomp() local 202 int tile = 0; in decomp() local 207 int width = doTile ? Math.min(tilew, w - x) : scaledw; in decomp() local 214 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, subsamp); in decomp() local 382 int tile = 0; in fullTest() local 388 int width = Math.min(tilew, w - x); in fullTest() local 395 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, in fullTest() local 496 int ps = TJ.getPixelSize(pf), tile, x, y, iter; in decompTest() local 948 int[] width = new int[1], height = new int[1]; in main() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | jpeg2000dec.c | 100 int width, height; member 134 Jpeg2000Tile *tile; member 372 Jpeg2000Tile *tile = s->tile + i; in get_siz() local 850 Jpeg2000Tile *tile = s->tile + s->curtileno; in get_sot() local 965 Jpeg2000Tile *tile; in get_ppt() local 1004 Jpeg2000Tile *tile = s->tile + tileno; in init_tile() local 1074 static inline void select_header(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile, in select_header() 1085 static inline void select_stream(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile, in select_stream() 1102 static int jpeg2000_decode_packet(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile, int *tp_index, in jpeg2000_decode_packet() 1300 static int jpeg2000_decode_packets_po_iteration(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile, in jpeg2000_decode_packets_po_iteration() [all …]
|
| D | j2kenc.c | 113 int width, height; ///< image width and height member 131 Jpeg2000Tile *tile; member 429 Jpeg2000Tile *tile = &s->tile[s->numXtiles * i + j]; in compute_rates() local 467 Jpeg2000Tile *tile = s->tile + tileno; in init_tiles() local 611 static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, … in encode_sigpass() 633 static void encode_refpass(Jpeg2000T1Context *t1, int width, int height, int *nmsedec, int bpno) in encode_refpass() 647 static void encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, … in encode_clnpass() 702 …code_cblk(Jpeg2000EncoderContext *s, Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, Jpeg2000Tile *tile, in encode_cblk() 703 int width, int height, int bandpos, int lev) in encode_cblk() 936 static int encode_packets(Jpeg2000EncoderContext *s, Jpeg2000Tile *tile, int tileno, int nlayers) in encode_packets() [all …]
|
| D | cri.c | 192 int width, height; in cri_decode_frame() local 352 for (int tile = 0; tile < 4; tile++) { in cri_decode_frame() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_gmem.c | 95 uint16_t width, height; member 396 struct fd_tile *tile = &gmem->tile[t]; in gmem_stateobj_init() local 434 struct fd_tile *tile = &gmem->tile[t++]; in gmem_stateobj_init() local 593 struct fd_tile *tile = &gmem->tile[i]; in render_tiles() local 793 fd_gmem_needs_restore(struct fd_batch *batch, const struct fd_tile *tile, in fd_gmem_needs_restore()
|
| D | freedreno_gmem.h | 60 uint16_t width, height; member 65 struct fd_tile tile[2048]; member
|
| /third_party/libdrm/libkms/ |
| D | intel.c | 69 const unsigned width, const unsigned height, in intel_bo_create() 119 struct drm_i915_gem_set_tiling tile; in intel_bo_create() local
|
| /third_party/libjpeg-turbo/ |
| D | tjbench.c | 177 int width = doTile ? tilew : scaledw; in decomp() local 192 int tile = 0; in decomp() local 199 int width = doTile ? min(tilew, w - col * tilew) : scaledw; in decomp() local 388 int tile = 0; in fullTest() local 396 int width = min(tilew, w - col * tilew); in fullTest() local 527 int ps = tjPixelSize[pf], tile, row, col, i, iter, retval = 0, decompsrc = 0; in decompTest() local
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 180 int width = doTile ? tilew : scaledw; in decomp() local 195 int tile = 0; in decomp() local 202 int width = doTile ? min(tilew, w - col * tilew) : scaledw; in decomp() local 393 int tile = 0; in fullTest() local 401 int width = min(tilew, w - col * tilew); in fullTest() local 538 int ps = tjPixelSize[pf], tile, row, col, i, iter, retval = 0, decompsrc = 0; in decompTest() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 172 int width = doTile ? tilew : scaledw; in decomp() local 185 int tile = 0; in decomp() local 192 int width = doTile ? min(tilew, w - col * tilew) : scaledw; in decomp() local 374 int tile = 0; in fullTest() local 382 int width = min(tilew, w - col * tilew); in fullTest() local 515 int ps = tjPixelSize[pf], tile, row, col, i, iter, retval = 0, decompsrc = 0; in decompTest() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| D | r300_texture_desc.c | 60 unsigned tile = 0; in r300_get_pixel_alignment() local 88 unsigned tile, texdim; in r300_texture_macro_switch() local 118 unsigned tile_width, width, stride; in r300_texture_get_stride() local
|
| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | gstrtpj2kpay.c | 84 guint tile:16; member 145 gint width = 0, height = 0; in gst_rtp_j2k_pay_setcaps() local 255 guint len, Psot, tile; in find_pu_end() local
|
| /third_party/skia/fuzz/ |
| D | FuzzCreateDDL.cpp | 56 int width, height; in gen_fuzzed_imageinfo() local 167 SkRect tile; in make_ddl() local
|
| D | FuzzCanvas.cpp | 219 SkRect tile; in make_fuzz_shader() local 376 SkScalar width; in make_fuzz_patheffect() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_resource_texture.c | 82 align_nblocksx(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksx() 88 align_nblocksy(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksy() 94 get_pot_stride(enum pipe_format format, unsigned width) in get_pot_stride() 100 get_tiling_string(enum i915_winsys_buffer_tile tile) in get_tiling_string() 328 unsigned width = util_next_power_of_two(pt->width0); in i9x5_texture_layout_cube() local 365 unsigned width = util_next_power_of_two(pt->width0); in i915_texture_layout_2d() local 394 unsigned width = util_next_power_of_two(pt->width0); in i915_texture_layout_3d() local 469 unsigned width = util_next_power_of_two(pt->width0); in i945_texture_layout_2d() local 528 unsigned width = util_next_power_of_two(pt->width0); in i945_texture_layout_3d() local 645 unsigned width = util_next_power_of_two(pt->width0); in i945_texture_layout_cube() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| D | fd6_blitter.c | 538 enum a6xx_tile_mode tile = fd_resource_tile_mode(prsc, level); in emit_blit_dst() local 582 uint32_t width = u_minify(src->b.b.width0, info->src.level) * nr_samples; in emit_blit_src() local 785 struct pipe_surface *psurf, uint32_t width, uint32_t height, in fd6_clear_surface()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_resource.c | 370 uint32_t width = prsc->width0; in vc4_setup_slices() local 793 uint32_t width = psurf->width; in vc4_dump_surface_non_msaa() local 893 uint32_t *tile = (vc4_bo_map(rsc->bo) + in vc4_surface_msaa_get_sample() local 1045 unsigned width = u_minify(shadow->base.width0, i); in vc4_update_shadow_baselevel_texture() local
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
| D | video-format.c | 93 const gint stride[GST_VIDEO_MAX_PLANES], gint x, gint y, gint width) in unpack_planar_420() 120 gint y, gint width) in pack_planar_420() 156 const gint stride[GST_VIDEO_MAX_PLANES], gint x, gint y, gint width) in unpack_YUY2() 203 gint y, gint width) in pack_YUY2() 233 const gint stride[GST_VIDEO_MAX_PLANES], gint x, gint y, gint width) in unpack_UYVY() 280 gint y, gint width) in pack_UYVY() 309 const gint stride[GST_VIDEO_MAX_PLANES], gint x, gint y, gint width) in unpack_VYUY() 356 gint y, gint width) in pack_VYUY() 385 const gint stride[GST_VIDEO_MAX_PLANES], gint x, gint y, gint width) in unpack_YVYU() 432 gint y, gint width) in pack_YVYU() [all …]
|
| /third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
| D | gstd3d11av1dec.cpp | 65 UINT width; member 89 UINT width; member 1117 GstAV1Picture * picture, GstAV1Tile * tile) in gst_d3d11_av1_dec_decode_tile() 1195 GST_DXVA_Tile_AV1 & tile = inner->tile_list.back (); in gst_d3d11_av1_dec_end_picture() local
|
| /third_party/flutter/skia/fuzz/ |
| D | FuzzCanvas.cpp | 228 SkRect tile; in make_fuzz_shader() local 384 SkScalar width; in make_fuzz_patheffect() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
| D | nv50_ir_lowering_nvc0.cpp | 2231 int width = format->bits[0] + format->bits[1] + in convertSurfaceFormat() local 2470 Value *tile[3]; in processSurfaceCoordsNVC0() local
|