Home
last modified time | relevance | path

Searched refs:threshhold (Results 1 – 12 of 12) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.earlyReturnDiscard.frag.out22 Name 51 "threshhold"
34 Decorate 51(threshhold) Location 5
57 51(threshhold): 16(ptr) Variable Input
107 52: 6(float) Load 51(threshhold)
DearlyReturnDiscard.frag.out49 0:36 'threshhold' ( uniform float)
121 0:? 'threshhold' ( uniform float)
179 0:36 'threshhold' ( uniform float)
251 0:? 'threshhold' ( uniform float)
/external/deqp-deps/glslang/Test/baseResults/
Dspv.earlyReturnDiscard.frag.out22 Name 51 "threshhold"
34 Decorate 51(threshhold) Location 5
57 51(threshhold): 16(ptr) Variable Input
107 52: 6(float) Load 51(threshhold)
DearlyReturnDiscard.frag.out49 0:36 'threshhold' ( uniform float)
121 0:? 'threshhold' ( uniform float)
179 0:36 'threshhold' ( uniform float)
251 0:? 'threshhold' ( uniform float)
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt26 # the threshhold and what to do in response
28 echo "Throughput has fallen below threshhold."
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.earlyReturnDiscard.frag9 in float threshhold;
36 if (color.z > threshhold)
DearlyReturnDiscard.frag9 uniform float threshhold;
36 if (color.z > threshhold)
/external/deqp-deps/glslang/Test/
Dspv.earlyReturnDiscard.frag9 in float threshhold;
36 if (color.z > threshhold)
DearlyReturnDiscard.frag9 uniform float threshhold;
36 if (color.z > threshhold)
/external/autotest/client/site_tests/platform_TempFS/
Dcontrol10 Fail if the following file systems are less than our threshhold size:
/external/ImageMagick/
Dconfigure.ac819 [set pixel cache threshhold in MB (default available memory)])],
/external/mdnsresponder/mDNSCore/
DmDNS.c3488 …const mDNSs32 threshhold = m->timenow + mDNSPlatformOneSecond; // See if there are any records exp… in CheckForSoonToExpireRecords() local
3494 if (threshhold - RRExpireTime(rr) >= 0) // If we have records about to expire within a second in CheckForSoonToExpireRecords()