/external/skqp/src/gpu/ |
D | GrTextureProducer.cpp | 34 bool resizing = false; in CopyOnGpu() local 36 bool resizing = localRect.width() != dstRect.width() || in CopyOnGpu() local 38 needsDomain = resizing && !GrProxyProvider::IsFunctionallyExact(inputProxy.get()); in CopyOnGpu() 41 if (copyParams.fFilter == GrSamplerState::Filter::kNearest && !needsDomain && !resizing && in CopyOnGpu()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CropAndResize.pbtxt | 50 A string specifying the sampling method for resizing. It can be either 67 and does not allow resizing or aspect ratio change. 73 `[num_boxes, crop_height, crop_width, depth]`. The resizing is corner aligned.
|
D | api_def_FusedPadConv2D.pbtxt | 41 resizing. Fusing the padding prevents the need to write out the intermediate
|
D | api_def_SpaceToDepth.pbtxt | 40 This operation is useful for resizing the activations between convolutions
|
D | api_def_DepthToSpace.pbtxt | 43 This operation is useful for resizing the activations between convolutions
|
/external/deqp/doc/testspecs/EGL/ |
D | functional.resize.txt | 47 resizing. These are compared to the size of the native image in physical 50 size during resizing.
|
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/ |
D | preprocessing_steps.proto | 64 // Defines parameters for bilinear central-resizing. 68 // Size of the image after resizing.
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_affinity.h | 668 volatile kmp_int8 resizing; // 0=not resizing, 1=resizing variable 693 : maxLevels(7), depth(1), uninitialized(not_initialized), resizing(0) {} in hierarchy_info() 718 resizing = 0; in init() 780 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize() 786 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize() 841 resizing = 0; // One writer in resize()
|
/external/deqp-deps/glslang/Test/ |
D | 150.vert | 26 int a[5]; // ERROR, resizing user-block member
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 150.vert | 26 int a[5]; // ERROR, resizing user-block member
|
/external/e2fsprogs/tests/progs/test_data/ |
D | test.irel | 19 # Try resizing the number of references and retry the add
|
/external/strace/xlat/ |
D | nbd_ioctl_flags.in | 26 /* The server supports NBD_CMD_RESIZE (resizing the device) */
|
/external/python/cpython3/Objects/ |
D | dictnotes.txt | 94 resizing is possible. By checking for a resize only when the 95 dictionary can grow (and may *require* resizing), other operations 98 by repeatedly invoking .pop will see no resizing, which might
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.24.txt | 22 regular file (since Andreas Dilger's on-line resizing tools will set
|
D | v1.30.txt | 4 When resizing a filesystem, and inodes need to moved, resize2fs will 51 allows for on-line resizing without needing to prepare the filesystem
|
D | v1.28.txt | 119 When resizing a plain file which is smaller than the requested size, 124 finished resizing.
|
D | v1.39.txt | 11 Mke2fs will now create filesystems hash trees and on-line resizing 31 Add support for on-line resizing to resize2fs. 74 When resizing a file containing a filesystem, resize2fs will expand or
|
D | v1.44.0.txt | 25 The resize2fs program will no longer complain about resizing bigalloc
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | api_updates.md | 15 * Support conversion and resizing of models with dynamic dimensions.
|
/external/eigen/doc/ |
D | FunctionsTakingEigenTypes.dox | 186 …resizing but it is not possible to do so on expressions. Why should resizing of a matrix Block be … 205 …ressions does not do any harm in this case unless they actually require resizing. That means, pass…
|
D | TutorialMatrixClass.dox | 176 \section TutorialMatrixAssignment Assignment and resizing 187 Of course, if the left-hand side is of fixed size, resizing it is not allowed. 189 If you do not want this automatic resizing to happen (for example for debugging purposes), you can …
|
/external/python/cpython2/Lib/test/ |
D | test_dict.py | 553 if resizing: 557 resizing = False 564 resizing = True
|
/external/python/cpython2/Objects/ |
D | dictnotes.txt | 130 resizing is possible. By checking for a resize only when the 131 dictionary can grow (and may *require* resizing), other operations 134 by repeatedly invoking .pop will see no resizing, which might
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ |
D | section-headers.test | 48 ## Note: check with and without --show-lma to make sure resizing happens in
|
/external/mesa3d/docs/relnotes/ |
D | 8.0.1.rst | 81 - meta: Avoid FBO resizing/reallocating in decompress_texture_image
|