Home
last modified time | relevance | path

Searched refs:maxd (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_viewport_test.cc84 ASSERT_FLOAT_EQ(1.0f, pipeline->GetPipelineData()->GetViewport().maxd); in TEST_F()
120 ASSERT_FLOAT_EQ(1.0f, pipeline->GetPipelineData()->GetViewport().maxd); in TEST_F()
156 ASSERT_FLOAT_EQ(0.456f, pipeline->GetPipelineData()->GetViewport().maxd); in TEST_F()
192 ASSERT_FLOAT_EQ(0.6f, pipeline->GetPipelineData()->GetViewport().maxd); in TEST_F()
228 ASSERT_FLOAT_EQ(2.0f, pipeline->GetPipelineData()->GetViewport().maxd); in TEST_F()
264 ASSERT_FLOAT_EQ(1.0f, pipeline->GetPipelineData()->GetViewport().maxd); in TEST_F()
Dparser.cc973 vp.maxd = 1.0f; in ParsePipelineViewport()
1028 vp.maxd = token->AsFloat(); in ParsePipelineViewport()
/third_party/ffmpeg/libavcodec/
Dtexturedspenc.c246 int mind, maxd; in optimize_colors() local
326 mind = maxd = block[0] * v_r + block[1] * v_g + block[2] * v_b; in optimize_colors()
337 } else if (dot > maxd) { in optimize_colors()
338 maxd = dot; in optimize_colors()
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline_data.h30 float maxd; member
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dgraphics_pipeline.cc616 viewport.maxDepth = vp.maxd; in CreateVkGraphicsPipeline()
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp6685 Int maxd=set->emax-set->digits+1-dn->exponent; local
6686 if (maxd<=0) return dn; /* nothing possible */
6687 if (d>maxd) d=maxd;
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp6685 Int maxd=set->emax-set->digits+1-dn->exponent; local
6686 if (maxd<=0) return dn; /* nothing possible */
6687 if (d>maxd) d=maxd;
/third_party/node/deps/icu-small/source/i18n/
DdecNumber.cpp6685 Int maxd=set->emax-set->digits+1-dn->exponent; local
6686 if (maxd<=0) return dn; /* nothing possible */
6687 if (d>maxd) d=maxd;
/third_party/vk-gl-cts/external/amber/src/docs/
Damber_script.md611 VIEWPORT {x} {y} SIZE {width} {height} [MIN_DEPTH {mind}] [MAX_DEPTH {maxd}]