Searched refs:tileSize (Results 1 - 25 of 54) sorted by relevance

123

/external/dng_sdk/source/
H A Ddng_area_task.cpp81 const dng_point & /* tileSize */,
129 dng_point tileSize; local
131 tileSize.v = Min_int32 (repeatV, maxTileSize.v);
132 tileSize.h = Min_int32 (repeatH, maxTileSize.h);
144 uint32 countV = (repeatV + tileSize.v - 1) / tileSize.v;
145 uint32 countH = (repeatH + tileSize.h - 1) / tileSize.h;
147 tileSize.v = (repeatV + countV - 1) / countV;
148 tileSize
185 ProcessOnThread(uint32 threadIndex, const dng_rect &area, const dng_point &tileSize, dng_abort_sniffer *sniffer) argument
[all...]
H A Ddng_filter_task.cpp59 const dng_point &tileSize,
64 fSrcTileSize = SrcTileSize (tileSize);
68 uint32 dstBufferSize = ComputeBufferSize(fDstPixelType, tileSize,
58 Start(uint32 threadCount, const dng_point &tileSize, dng_memory_allocator *allocator, dng_abort_sniffer * ) argument
H A Ddng_tile_iterator.h57 dng_tile_iterator (const dng_point &tileSize,
H A Ddng_area_task.h129 /// \param tileSize Size of source tiles which will be processed. (Not all tiles will be this size due to edge conditions.)
134 const dng_point &tileSize,
171 /// \param tileSize
176 const dng_point &tileSize,
H A Ddng_tile_iterator.cpp51 dng_tile_iterator::dng_tile_iterator (const dng_point &tileSize, argument
71 tile.b = Min_int32 (tile.b, tile.t + tileSize.v);
72 tile.r = Min_int32 (tile.r, tile.l + tileSize.h);
H A Ddng_opcodes.cpp307 const dng_point &tileSize,
313 tileSize,
319 tileSize,
447 const dng_point &tileSize,
452 uint32 bufferSize = ComputeBufferSize(fPixelType, tileSize,
464 tileSize,
306 Start(uint32 threadCount, const dng_point &tileSize, dng_memory_allocator *allocator, dng_abort_sniffer *sniffer) argument
446 Start(uint32 threadCount, const dng_point &tileSize, dng_memory_allocator *allocator, dng_abort_sniffer * ) argument
H A Ddng_filter_task.h119 /// \param tileSize Size of source tiles which will be processed. (Not all
129 const dng_point &tileSize,
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclRun.h40 size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_group_size>()/2; local
47 if (tileSize>GRange) tileSize=GRange;
48 else if(GRange>tileSize){
49 size_t xMode = GRange % tileSize;
50 if (xMode != 0) GRange += (tileSize - xMode);
53 cgh.parallel_for<PlaceHolderExpr>( cl::sycl::nd_range<1>(cl::sycl::range<1>(GRange), cl::sycl::range<1>(tileSize)), [=](cl::sycl::nd_item<1> itemID) {
H A DTensorReductionSycl.h119 size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_group_size>()/2; local
133 size_t outTileSize = tileSize;
192 size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_group_size>()/2; local
195 if (tileSize>GRange) tileSize=GRange;
196 else if(GRange>tileSize){
197 size_t xMode = GRange % tileSize;
198 if (xMode != 0) GRange += (tileSize - xMode);
213 cgh.parallel_for<Self>( cl::sycl::nd_range<1>(cl::sycl::range<1>(GRange), cl::sycl::range<1>(tileSize)), [=](cl::sycl::nd_item<1> itemID) {
/external/skia/gm/
H A Dimageblurtiled.cpp36 const SkScalar tileSize = SkIntToScalar(128); variable
38 for (SkScalar y = bounds.top(); y < bounds.bottom(); y += tileSize) {
39 for (SkScalar x = bounds.left(); x < bounds.right(); x += tileSize) {
41 canvas->clipRect(SkRect::MakeXYWH(x, y, tileSize, tileSize));
H A Dcomplexclip_blur_tiled.cpp37 const SkScalar tileSize = SkIntToScalar(128); variable
39 int ts = SkScalarCeilToInt(tileSize);
43 for (SkScalar y = bounds.top(); y < bounds.bottom(); y += tileSize) {
44 for (SkScalar x = bounds.left(); x < bounds.right(); x += tileSize) {
H A Dperlinnoise.cpp49 SkISize tileSize = SkISize::Make(fSize.width() / 2, fSize.height() / 2); local
52 seed, stitchTiles ? &tileSize : nullptr) :
54 seed, stitchTiles ? &tileSize : nullptr);
58 drawRect(canvas, x, y, paint, tileSize);
59 x += tileSize.width();
60 drawRect(canvas, x, y, paint, tileSize);
61 y += tileSize.width();
62 drawRect(canvas, x, y, paint, tileSize);
63 x -= tileSize.width();
64 drawRect(canvas, x, y, paint, tileSize);
[all...]
H A Dpictureshadercache.cpp18 PictureShaderCacheGM(SkScalar tileSize) argument
19 : fTileSize(tileSize) {
/external/skqp/gm/
H A Dimageblurtiled.cpp36 const SkScalar tileSize = SkIntToScalar(128); variable
38 for (SkScalar y = bounds.top(); y < bounds.bottom(); y += tileSize) {
39 for (SkScalar x = bounds.left(); x < bounds.right(); x += tileSize) {
41 canvas->clipRect(SkRect::MakeXYWH(x, y, tileSize, tileSize));
H A Dcomplexclip_blur_tiled.cpp37 const SkScalar tileSize = SkIntToScalar(128); variable
39 int ts = SkScalarCeilToInt(tileSize);
43 for (SkScalar y = bounds.top(); y < bounds.bottom(); y += tileSize) {
44 for (SkScalar x = bounds.left(); x < bounds.right(); x += tileSize) {
H A Dperlinnoise.cpp49 SkISize tileSize = SkISize::Make(fSize.width() / 2, fSize.height() / 2); local
52 seed, stitchTiles ? &tileSize : nullptr) :
54 seed, stitchTiles ? &tileSize : nullptr);
58 drawRect(canvas, x, y, paint, tileSize);
59 x += tileSize.width();
60 drawRect(canvas, x, y, paint, tileSize);
61 y += tileSize.width();
62 drawRect(canvas, x, y, paint, tileSize);
63 x -= tileSize.width();
64 drawRect(canvas, x, y, paint, tileSize);
[all...]
H A Dpictureshadercache.cpp18 PictureShaderCacheGM(SkScalar tileSize) argument
19 : fTileSize(tileSize) {
/external/skia/include/effects/
H A DSkPerlinNoiseShader.h37 * If tileSize isn't NULL or an empty size, the tileSize parameter will be used to modify
38 * the frequencies so that the noise will be tileable for the given tile size. If tileSize
43 const SkISize* tileSize = nullptr);
46 const SkISize* tileSize = nullptr);
/external/skqp/include/effects/
H A DSkPerlinNoiseShader.h37 * If tileSize isn't NULL or an empty size, the tileSize parameter will be used to modify
38 * the frequencies so that the noise will be tileable for the given tile size. If tileSize
43 const SkISize* tileSize = nullptr);
46 const SkISize* tileSize = nullptr);
/external/skia/bench/
H A DTileImageFilterBench.cpp25 TileImageFilterBench(int tileSize) : fTileSize(tileSize) { argument
26 if (tileSize > 0) {
27 fName.printf("tile_image_filter_tiled_%d", tileSize);
/external/skqp/bench/
H A DTileImageFilterBench.cpp25 TileImageFilterBench(int tileSize) : fTileSize(tileSize) { argument
26 if (tileSize > 0) {
27 fName.printf("tile_image_filter_tiled_%d", tileSize);
/external/skia/src/codec/
H A DSkRawCodec.cpp46 const dng_point_real64 &tileSize) {
48 return dng_point(static_cast<int32>((areaSize.v + tileSize.v - 1) / tileSize.v),
49 static_cast<int32>((areaSize.h + tileSize.h - 1) / tileSize.h));
76 const dng_point& tileSize) {
78 const dng_point tilesInArea = num_tiles_in_area(area.Size(), tileSize);
80 const dng_point taskAreaSize = {tilesPerTask.v * tileSize.v,
81 tilesPerTask.h * tileSize.h};
85 taskArea.t = area.t + v * tileSize
45 num_tiles_in_area(const dng_point &areaSize, const dng_point_real64 &tileSize) argument
75 compute_task_areas(const int maxTasks, const dng_rect& area, const dng_point& tileSize) argument
[all...]
/external/skqp/src/codec/
H A DSkRawCodec.cpp46 const dng_point_real64 &tileSize) {
48 return dng_point(static_cast<int32>((areaSize.v + tileSize.v - 1) / tileSize.v),
49 static_cast<int32>((areaSize.h + tileSize.h - 1) / tileSize.h));
76 const dng_point& tileSize) {
78 const dng_point tilesInArea = num_tiles_in_area(area.Size(), tileSize);
80 const dng_point taskAreaSize = {tilesPerTask.v * tileSize.v,
81 tilesPerTask.h * tileSize.h};
85 taskArea.t = area.t + v * tileSize
45 num_tiles_in_area(const dng_point &areaSize, const dng_point_real64 &tileSize) argument
75 compute_task_areas(const int maxTasks, const dng_rect& area, const dng_point& tileSize) argument
[all...]
/external/skia/src/shaders/
H A DSkPictureShader.cpp230 const SkISize tileSize = scaledSize.toCeil(); local
231 if (tileSize.isEmpty()) {
236 const SkSize tileScale = SkSize::Make(SkIntToScalar(tileSize.width()) / fTile.width(),
237 SkIntToScalar(tileSize.height()) / fTile.height());
258 tileMatrix.setRectToRect(fTile, SkRect::MakeIWH(tileSize.width(), tileSize.height()),
262 SkPictureImageGenerator::Make(tileSize, fPicture, &tileMatrix, nullptr,
/external/skqp/src/shaders/
H A DSkPictureShader.cpp225 const SkISize tileSize = scaledSize.toCeil(); local
226 if (tileSize.isEmpty()) {
231 const SkSize tileScale = SkSize::Make(SkIntToScalar(tileSize.width()) / fTile.width(),
232 SkIntToScalar(tileSize.height()) / fTile.height());
254 tileMatrix.setRectToRect(fTile, SkRect::MakeIWH(tileSize.width(), tileSize.height()),
258 SkPictureImageGenerator::Make(tileSize, fPicture, &tileMatrix, nullptr,

Completed in 7316 milliseconds

123