Home
last modified time | relevance | path

Searched refs:SAMPLE_MASK (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/math/
DLessThanBenchmark.java32 static final int SAMPLE_MASK = 0x0FFF; field in LessThanBenchmark
67 int j = i & SAMPLE_MASK; in branchFreeLtIntInlined()
79 int j = i & SAMPLE_MASK; in branchFreeLtInt()
91 int j = i & SAMPLE_MASK; in ternaryLtIntAddOutsideTernary()
103 int j = i & SAMPLE_MASK; in ternaryLtIntAddInsideTernary()
115 int j = i & SAMPLE_MASK; in branchFreeLtLongInlined()
127 int j = i & SAMPLE_MASK; in branchFreeLtLong()
139 int j = i & SAMPLE_MASK; in ternaryLtLongAddOutsideTernary()
151 int j = i & SAMPLE_MASK; in ternaryLtLongAddInsideTernary()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.sample_variables.txt110 SAMPLE_MASK. With multisample render targets, all fragments should be discarded.