Home
last modified time | relevance | path

Searched refs:tile_size (Results 1 – 25 of 51) sorted by relevance

123

/external/igt-gpu-tools/tests/i915/
Dgem_stress.c110 int tile_size; member
134 .tile_size = 16,
158 *x = (tile*options.tile_size) % (buf->stride/sizeof(uint32_t)); in tile2xy()
159 *y = ((tile*options.tile_size) / (buf->stride/sizeof(uint32_t))) * options.tile_size; in tile2xy()
233 for (i = 0; i < options.tile_size; i++) { in cpucpy2d()
234 for (j = 0; j < options.tile_size; j++) { in cpucpy2d()
237 unsigned expect = logical_tile_no*options.tile_size*options.tile_size in cpucpy2d()
238 + i*options.tile_size + j; in cpucpy2d()
241 … pos %i, read %i, expected %i, diff %i\n", logical_tile_no, i * options.tile_size + j, tmp, expect… in cpucpy2d()
280 uint32_t tmp_tile[options.tile_size*options.tile_size]; in prw_copyfunc()
[all …]
Dgem_tiled_pread_basic.c62 static int tile_size; variable
102 int tile_off = offset & (tile_size - 1); in calculate_expected()
103 int tile_base = offset & -tile_size; in calculate_expected()
104 int tile_index = tile_base / tile_size; in calculate_expected()
136 tile_size = 2048;
140 tile_size = PAGE_SIZE;
Dgem_tiled_wc.c55 static int tile_size; variable
89 int tile_off = offset & (tile_size - 1); in calculate_expected()
90 int tile_base = offset & -tile_size; in calculate_expected()
91 int tile_index = tile_base / tile_size; in calculate_expected()
124 tile_size = 2048;
128 tile_size = PAGE_SIZE;
Dgem_tiled_wb.c59 static int tile_size; variable
96 int tile_off = offset & (tile_size - 1); in calculate_expected()
97 int tile_base = offset & -tile_size; in calculate_expected()
98 int tile_index = tile_base / tile_size; in calculate_expected()
149 tile_size = 2048;
153 tile_size = PAGE_SIZE;
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
DBUILD456 # tile_size = "16x16",
468 # tile_size = "256",
480 tile_size = "256",
493 tile_size = "256",
504 tile_size = "256",
520 tile_size = "256",
531 tile_size = "256",
542 tile_size = "256",
553 tile_size = "256",
564 tile_size = "256",
[all …]
Dbuild_defs.bzl136 tile_sizes = ctx.attr.tile_size.replace("x", ",")
173 "tile_size": attr.string(mandatory = True),
201 tile_size,
213 tile_size: The tiling specification, e.g. "16x16".
254 tile_size = tile_size,
/external/skqp/gm/
Dimageresizetiled.cpp27 const SkScalar tile_size = SkIntToScalar(100); in DEF_SIMPLE_GM() local
28 for (SkScalar y = 0; y < HEIGHT; y += tile_size) { in DEF_SIMPLE_GM()
29 for (SkScalar x = 0; x < WIDTH; x += tile_size) { in DEF_SIMPLE_GM()
31 canvas->clipRect(SkRect::MakeXYWH(x, y, tile_size, tile_size)); in DEF_SIMPLE_GM()
/external/skia/gm/
Dimageresizetiled.cpp36 const SkScalar tile_size = SkIntToScalar(100); in DEF_SIMPLE_GM() local
37 for (SkScalar y = 0; y < HEIGHT; y += tile_size) { in DEF_SIMPLE_GM()
38 for (SkScalar x = 0; x < WIDTH; x += tile_size) { in DEF_SIMPLE_GM()
40 canvas->clipRect(SkRect::MakeXYWH(x, y, tile_size, tile_size)); in DEF_SIMPLE_GM()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc149 const std::vector<llvm::Value*>& param_shmem_buffers, int64 tile_size, in EmitTiledCompareLoop() argument
155 llvm_ir::AddRangeMetadata(0, tile_size / 2, in EmitTiledCompareLoop()
235 if (dimension_to_sort_bound % tile_size) { in EmitTiledCompareLoop()
244 RoundDownToNearest(dimension_to_sort_bound, tile_size))), in EmitTiledCompareLoop()
247 dimension_to_sort_bound % tile_size, params.size(), in EmitTiledCompareLoop()
253 tile_size, params.size(), element_pair_index, xor_mask, in EmitTiledCompareLoop()
260 tile_size, params.size(), element_pair_index, xor_mask, in EmitTiledCompareLoop()
298 int64 num_iterations_in_sort_dim, const int64 tile_size, in EmitSortInPlace() argument
335 tile_size); in EmitSortInPlace()
366 values_arrays, param_shmem_buffers, tile_size, emit_compare_callback, in EmitSortInPlace()
Dsort_util.h41 int64 num_iterations_in_sort_dim, int64 tile_size,
/external/mesa3d/src/panfrost/lib/
Dpan_tiler.c264 unsigned tile_size = (1 << b) * MIN_TILE_SIZE; in panfrost_hierarchy_size() local
266 unsigned tile_count = pan_tile_count(width, height, tile_size, tile_size); in panfrost_hierarchy_size()
/external/skia/modules/skottie/src/effects/
DMotionTileEffect.cpp75 const auto tile_size = SkSize::Make(std::max(tileW, 1.0f), in onRevalidate() local
77 const auto tile = SkRect::MakeXYWH(fTileCenter.fX - 0.5f * tile_size.width(), in onRevalidate()
78 fTileCenter.fY - 0.5f * tile_size.height(), in onRevalidate()
79 tile_size.width(), in onRevalidate()
80 tile_size.height()); in onRevalidate()
/external/libaom/libaom/examples/
Dlightfield_tile_list_decoder.c53 unsigned int tile_size = 0; in write_tile_yuv1d() local
54 if (AOM_CODEC_CONTROL_TYPECHECKED(codec, AV1D_GET_TILE_SIZE, &tile_size)) in write_tile_yuv1d()
56 const unsigned int tile_width = tile_size >> 16; in write_tile_yuv1d()
57 const unsigned int tile_height = tile_size & 65535; in write_tile_yuv1d()
Dlightfield_decoder.c128 unsigned int tile_size = 0; in decode_tile() local
129 if (AOM_CODEC_CONTROL_TYPECHECKED(codec, AV1D_GET_TILE_SIZE, &tile_size)) in decode_tile()
131 const unsigned int tile_width = tile_size >> 16; in decode_tile()
132 const unsigned int tile_height = tile_size & 65535; in decode_tile()
Dlightfield_bitstream_parsing.c339 unsigned int tile_size = 0; in main() local
340 if (AOM_CODEC_CONTROL_TYPECHECKED(&codec, AV1D_GET_TILE_SIZE, &tile_size)) in main()
342 const unsigned int tile_width = tile_size >> 16; in main()
343 const unsigned int tile_height = tile_size & 65535; in main()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c76 uint32_t tile_size = (tile_h * tile_w * in vc4_nir_lower_txf_ms_instr() local
86 nir_imm_int(b, tile_size)), in vc4_nir_lower_txf_ms_instr()
89 tile_size)))); in vc4_nir_lower_txf_ms_instr()
/external/XNNPACK/eval/
Df32-extexp-ulp.cc73 const size_t tile_size = 64; in ExtExpError() local
111 block_size, tile_size, 0 /* flags */); in ExtExpError()
129 block_size, tile_size, 0 /* flags */); in ExtExpError()
Df32-exp-ulp.cc71 const size_t tile_size = 64; in ExpError() local
106 block_size, tile_size, 0 /* flags */); in ExpError()
123 block_size, tile_size, 0 /* flags */); in ExpError()
Df32-expminus-ulp.cc68 const size_t tile_size = 64; in ExpError() local
103 block_size, tile_size, 0 /* flags */); in ExpError()
/external/igt-gpu-tools/lib/
Digt_draw.c145 int tile_size, tiles_per_line, x_tile_n, y_tile_n, tile_off, pos; in tile() local
149 tile_size = x_tile_size * y_tile_size; in tile()
163 pos = tile_n * tile_size + tile_off; in tile()
174 int tile_size; in untile() local
176 tile_size = x_tile_size * y_tile_size; in untile()
179 tile_n = tiled_pos / tile_size; in untile()
180 tile_off = tiled_pos % tile_size; in untile()
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c156 unsigned int num_tiles_y, unsigned int tile_size) in create_checkerboard_pattern() argument
160 const unsigned int stride = num_tiles_x * tile_size; in create_checkerboard_pattern()
162 if (posix_memalign((void*)&buf, 64, num_tiles_y * tile_size * stride * 4) != 0) in create_checkerboard_pattern()
169 for (i = 0; i < tile_size; ++i) { in create_checkerboard_pattern()
170 for (j = 0; j < tile_size; ++j) { in create_checkerboard_pattern()
171 buf[x * tile_size + y * stride * tile_size + i + j * stride] = color; in create_checkerboard_pattern()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_mfbd.c397 pan_internal_cbuf_size(struct panfrost_batch *batch, unsigned *tile_size) in pan_internal_cbuf_size() argument
401 *tile_size = 16 * 16; in pan_internal_cbuf_size()
408 nr_samples * (*tile_size); in pan_internal_cbuf_size()
414 *tile_size >>= 1; in pan_internal_cbuf_size()
421 assert(*tile_size > 4 * 4); in pan_internal_cbuf_size()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h227 const int tile_size = tile_height * tile_row_size;
244 for (int i = thread_idx; i < tile_size; i += block_size) {
262 thread_pix < filter_pixels ? tile_size + thread_idx : 0;
264 tile_size + thread_depth +
519 const int tile_size = tile_pixels * kBlockDepth;
534 for (int i = thread_idx; i < tile_size; i += block_size) {
556 filter_pix < filter_pixels ? tile_size + thread_idx : 0;
558 tile_size + thread_depth +
1198 const int tile_size = tile_height * tile_row_size;
1219 for (int i = thread_idx; i < tile_size + accum_size; i += block_size) {
[all …]
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5120 def _cross_suppression(boxes, box_slice, iou_threshold, inner_idx, tile_size): argument
5138 boxes, [0, inner_idx * tile_size, 0],
5139 [batch_size, tile_size, 4])
5148 def _suppression_loop_body(boxes, iou_threshold, output_size, idx, tile_size): argument
5167 num_tiles = array_ops.shape(boxes)[1] // tile_size
5172 tile_size)
5175 box_slice = array_ops.slice(boxes, [0, idx * tile_size, 0],
5176 [batch_size, tile_size, 4])
5186 math_ops.range(tile_size), [1, -1]) > array_ops.reshape(
5187 math_ops.range(tile_size), [-1, 1]), 0)
[all …]
/external/llvm-project/polly/lib/External/ppcg/
Dppcg_options.h34 int tile_size; member

123