Home
last modified time | relevance | path

Searched refs:clipped (Results 1 – 25 of 87) sorted by relevance

1234

/external/skqp/tests/
DClipCubicTest.cpp88 SkPoint clipped[4], shouldbe[4]; in DEF_TEST() local
96 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
98 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( in DEF_TEST()
104 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
106 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( in DEF_TEST()
112 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
114 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( in DEF_TEST()
120 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
126 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
128 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( in DEF_TEST()
[all …]
/external/skia/tests/
DClipCubicTest.cpp88 SkPoint clipped[4], shouldbe[4]; in DEF_TEST() local
96 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
98 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( in DEF_TEST()
104 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
106 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( in DEF_TEST()
112 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
114 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( in DEF_TEST()
120 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
126 success = clipper.clipCubic(crv, clipped); in DEF_TEST()
128 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve( in DEF_TEST()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dclip_ops_test.py37 clipped = clip_ops.clip_by_norm(input_op, max_norm)
39 result, _ = self.evaluate([clipped, check_op])
50 clipped = clip_ops.clip_by_norm(indixed_slices, max_norm, axes)
52 self.assertIsInstance(clipped, ops.IndexedSlices)
53 clipped = ops.convert_to_tensor(clipped)
58 result, expected = self.evaluate([clipped, dense_clipped])
/external/deqp/external/vulkancts/mustpass/1.1.3/src/
Dexcluded-tests.txt14 dEQP-VK.clipping.clip_volume.clipped.large_points
15 dEQP-VK.clipping.clip_volume.clipped.wide_lines_axis_aligned
16 dEQP-VK.clipping.clip_volume.clipped.wide_lines_diagonal
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/skqp/
Drendertests.txt125 clipped-bitmap-shaders-clamp,0
126 clipped-bitmap-shaders-clamp-hq,0
127 clipped-bitmap-shaders-mirror,0
128 clipped-bitmap-shaders-mirror-hq,0
129 clipped-bitmap-shaders-tile,0
130 clipped-bitmap-shaders-tile-hq,0
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/gmkb/
Dmodels.txt121 clipped-bitmap-shaders-clamp
122 clipped-bitmap-shaders-clamp-hq
123 clipped-bitmap-shaders-mirror
124 clipped-bitmap-shaders-mirror-hq
125 clipped-bitmap-shaders-tile
126 clipped-bitmap-shaders-tile-hq
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ClipByValue.pbtxt26 A clipped `Tensor` with the same shape as input 't'.
32 shape as `t` with its values clipped to `clip_value_min` and `clip_value_max`.
Dapi_def_CombinedNonMaxSuppression.pbtxt49 are padded/clipped to `max_total_size`. If true, the
52 which case it is clipped to `max_total_size`. Defaults to false.
Dapi_def_RequantizationRangePerChannel.pbtxt43 The maximum value of the output that needs to be clipped.
/external/deqp/android/cts/master/src/
Dvk-excluded-tests.txt43 dEQP-VK.clipping.clip_volume.clipped.large_points
44 dEQP-VK.clipping.clip_volume.clipped.wide_lines_axis_aligned
45 dEQP-VK.clipping.clip_volume.clipped.wide_lines_diagonal
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.h59 RECT clipped,
78 RECT clipped,
/external/skqp/bench/
DPathTextBench.cpp32 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
/external/skia/bench/
DPathTextBench.cpp32 PathTextBench(bool clipped, bool uncached) : fClipped(clipped), fUncached(uncached) {} in PathTextBench() argument
/external/pdfium/third_party/libtiff/
D0017-safe_skews_in_gtTileContig.patch46 * Leftmost tile is clipped on left side if col_offset > 0.
64 * Rightmost tile is clipped on right side.
/external/tensorflow/tensorflow/python/grappler/
Dhierarchical_controller.py1082 clipped = g.values / clipped_rate
1083 norm_square = math_ops.reduce_sum(clipped * clipped)
1084 clipped = tf_ops.IndexedSlices(clipped, g.indices)
1086 clipped = g / clipped_rate
1087 norm_square = math_ops.reduce_sum(clipped * clipped)
1089 clipped_grads.append((clipped, v))
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dplace.cl241 // if fully clipped then return false
269 // FIXME -- x and y should already be clipped and shifted
292 // FIXME -- x and y should already be clipped and shifted
524 // - the raster is completely clipped -> return
525 // - the raster is partially clipped -> all keys must clipped
526 // - the raster is not clipped -> no keys are tested
547 // 8: /dev/null -- clipped or invalid key
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Dplace.cl241 // if fully clipped then return false
269 // FIXME -- x and y should already be clipped and shifted
292 // FIXME -- x and y should already be clipped and shifted
524 // - the raster is completely clipped -> return
525 // - the raster is partially clipped -> all keys must clipped
526 // - the raster is not clipped -> no keys are tested
547 // 8: /dev/null -- clipped or invalid key
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c367 boolean clipped = 0; in llvm_pipeline_generic() local
400 clipped = fpme->current_variant->jit_func(&fpme->llvm->jit_context, in llvm_pipeline_generic()
466 clipped = draw_pt_post_vs_run( fpme->post_vs, vert_info, prim_info ); in llvm_pipeline_generic()
469 if (clipped) { in llvm_pipeline_generic()
/external/python/cpython3/Doc/c-api/
Dslice.rst51 of bounds indices are clipped in a manner consistent with the handling of
105 Out of bounds indices are clipped in a manner consistent with the handling
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
Drnn_ptb.py151 clipped, _ = tf.clip_by_global_norm(gradients, clip_ratio)
152 return zip(clipped, variables)
/external/deqp/doc/testspecs/GLES2/
Dfunctional.scissors.txt41 + Partially clipped points
/external/python/cpython2/Lib/lib2to3/
Drefactor.py615 clipped, new = new[:lineno-1], new[lineno-1:]
616 assert clipped == [u"\n"] * (lineno-1), clipped
/external/python/cpython3/Lib/lib2to3/
Drefactor.py596 clipped, new = new[:lineno-1], new[lineno-1:]
597 assert clipped == ["\n"] * (lineno-1), clipped
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c919 boolean clipped = !qs->softpipe->rasterizer->depth_clip; in choose_depth_test() local
931 !clipped && in choose_depth_test()
940 !clipped && in choose_depth_test()
/external/python/cpython2/Doc/c-api/
Dslice.rst57 of bounds indices are clipped in a manner consistent with the handling of

1234