Home
last modified time | relevance | path

Searched refs:UNIFORM (Results 1 – 25 of 46) sorted by relevance

12

/external/opencv3/samples/cpp/tutorial_code/ml/non_linear_svms/
Dnon_linear_svms.cpp47 rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(0.4 * WIDTH)); in main()
50 rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(HEIGHT)); in main()
56 rng.fill(c, RNG::UNIFORM, Scalar(0.6*WIDTH), Scalar(WIDTH)); in main()
59 rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(HEIGHT)); in main()
68 rng.fill(c, RNG::UNIFORM, Scalar(0.4*WIDTH), Scalar(0.6*WIDTH)); in main()
71 rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(HEIGHT)); in main()
/external/opencv3/modules/calib3d/test/
Dtest_decompose_projection.cpp75 rng.fill(f, cv::RNG::UNIFORM, 300, 1000); in run()
76 rng.fill(c, cv::RNG::UNIFORM, 150, 600); in run()
86 rng.fill(rVec, cv::RNG::UNIFORM, -CV_PI, CV_PI); in run()
Dtest_affine3.cpp93 rng.fill(R, cv::RNG::UNIFORM, -10, 10, true); in TEST()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_copy_propagation.cpp52 (has_source_modifiers || entry->src.file == UNIFORM)) in try_copy_propagate()
117 inst->src[0].file == UNIFORM) && in opt_copy_propagate_local()
Dbrw_vec4.cpp409 if (inst->src[i].file != UNIFORM) in split_uniform_registers()
444 if (inst->src[i].file != UNIFORM) in pack_uniform_registers()
500 if (inst->src[i].file != UNIFORM) in pack_uniform_registers()
669 if (inst->src[i].file != UNIFORM || in move_push_constants_to_pull_constants()
Dbrw_fs.cpp483 if (reg->file != UNIFORM) in import_uniforms_callback()
812 if (intel->gen == 6 && (src.file == UNIFORM || in emit_math()
854 if (src0.file == UNIFORM || src0.abs || src0.negate) { in emit_math()
861 if (src1.file == UNIFORM || src1.abs || src1.negate) { in emit_math()
926 if (inst->src[i].file == UNIFORM) { in assign_curb_setup()
1124 if (inst->src[i].file != UNIFORM) in remove_dead_constants()
1175 if (inst->src[i].file != UNIFORM) in remove_dead_constants()
1220 if (inst->src[i].file != UNIFORM) in setup_pull_constants()
1587 inst->src[0].file != UNIFORM)|| in register_coalesce()
1616 (has_source_modifiers || inst->src[0].file == UNIFORM)) { in register_coalesce()
Dbrw_fs_schedule_instructions.cpp287 inst->src[i].file != UNIFORM) { in calculate_deps()
371 inst->src[i].file != UNIFORM) { in calculate_deps()
Dbrw_vec4_copy_propagation.cpp195 if (value.file != UNIFORM && in try_copy_propagation()
/external/opencv3/modules/video/test/
Dtest_estimaterigid.cpp96 rng.fill(aff, RNG::UNIFORM, Scalar(-2), Scalar(2)); in testNPoints()
103 rng.fill(fpts, RNG::UNIFORM, Scalar(0,0), Scalar(10,10)); in testNPoints()
/external/opencv3/samples/gpu/
Dmulti.cpp87 rng.fill(src, RNG::UNIFORM, 0, 1); in operator ()()
Ddriver_api_multi.cpp130 rng.fill(src, RNG::UNIFORM, 0, 1); in operator ()()
/external/deqp/framework/randomshaders/
DrsgVariable.cpp57 str << Token::UNIFORM; in tokenizeDeclaration()
DrsgToken.hpp106 UNIFORM, enumerator
/external/opencv3/modules/core/test/
Dtest_countnonzero.cpp141 else if (distribution == RNG::UNIFORM) in generate_src_stat_data()
142 rng.fill(src, RNG::UNIFORM, Scalar::all(left), Scalar::all(right)); in generate_src_stat_data()
Dtest_rand.cpp318 theRNG().fill(a, RNG::UNIFORM, -DBL_MAX, DBL_MAX); in run()
319 theRNG().fill(af, RNG::UNIFORM, -DBL_MAX, DBL_MAX); in run()
/external/opencv3/modules/core/perf/
Dperf_math.cpp45 rng.fill(data0, RNG::UNIFORM, -1, 1);
/external/opencv3/modules/imgproc/perf/
Dperf_remap.cpp41 rng.fill(src, RNG::UNIFORM, 0, 256); in PERF_TEST_P()
/external/opencv3/modules/features2d/test/ocl/
Dtest_brute_force_matcher.cpp83 rng.fill(queryBuf, cv::RNG::UNIFORM, cv::Scalar::all(0), cv::Scalar::all(3)); in PARAM_TEST_CASE()
/external/opencv3/modules/features2d/perf/
Dperf_batchDistance.cpp144 rng.fill( buf, RNG::UNIFORM, Scalar::all(0), Scalar(3) ); in generateData()
/external/opencv3/samples/gpu/performance/
Dperformance.cpp138 rng.fill(mat, RNG::UNIFORM, low, high); in gen()
/external/opencv3/modules/core/src/
Drand.cpp510 if( disttype == UNIFORM ) in fill()
669 if( disttype == UNIFORM ) in fill()
739 theRNG().fill(dst, RNG::UNIFORM, low, high); in randu()
826 cv::RNG::NORMAL : cv::RNG::UNIFORM, cv::Scalar(param1), cv::Scalar(param2) ); in cvRandArr()
/external/mesa3d/src/glsl/
Dglsl_parser.yy97 %token CENTROID IN_TOK OUT_TOK INOUT_TOK UNIFORM VARYING
1372 | UNIFORM
1926 UNIFORM NEW_IDENTIFIER '{' member_list '}' ';'
1942 | layout_qualifier UNIFORM NEW_IDENTIFIER '{' member_list '}' ';'
1980 | UNIFORM
2016 layout_qualifier UNIFORM ';'
/external/opencv3/modules/imgproc/test/
Dtest_lsd.cpp57 rng.fill(image, RNG::UNIFORM, 0, 256); in GenerateWhiteNoise()
Dtest_bilateral_filter.cpp245 rng.fill(_src, RNG::UNIFORM, 0, 256); in prepare_test_case()
/external/opencv3/modules/viz/test/
Dtests_simple.cpp68 theRNG().fill(colors, RNG::UNIFORM, 0, 255); in TEST()
147 theRNG().fill(mesh.colors, RNG::UNIFORM, 0, 255); in TEST()

12