Home
last modified time | relevance | path

Searched refs:Randomized (Results 1 – 8 of 8) sorted by relevance

/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.specification.txt27 - Randomized usage
30 - Randomized usage
Dfunctional.texture.swizzle.txt26 + Randomized swizzle mode combinations
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.h36 void scan(const SmallBitVector &RegMask, bool Randomized);
110 bool Randomized);
DIceRegAlloc.cpp784 bool Randomized) { in assignFinalRegisters() argument
787 if (Randomized) { in assignFinalRegisters()
805 if (Randomized && Item->hasRegTmp() && !Item->hasReg()) { in assignFinalRegisters()
836 void LinearScan::scan(const SmallBitVector &RegMaskFull, bool Randomized) { in scan() argument
844 if (Randomized) { in scan()
980 assignFinalRegisters(RegMaskFull, PreDefinedRegisters, Randomized); in scan()
DIceTargetLoweringX8632Traits.h873 void setRandomized(bool R) { Randomized = R; }
875 bool getRandomized() const { return Randomized; }
891 bool Randomized = false;
DIceTargetLoweringX8664Traits.h951 void setRandomized(bool R) { Randomized = R; }
953 bool getRandomized() const { return Randomized; }
967 bool Randomized = false;
/external/deqp/doc/testspecs/VK/
Dapitests.adoc310 ** Randomized tests
/external/v8/
DChangeLog25793 Randomized allocation addresses on windows. (Chromium issue 115151)
27613 Randomized the addresses of allocated executable memory on Windows.