HomeSort by relevance Sort by last modified time
    Searched refs:de (Results 151 - 175 of 1533) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.hpp 52 MESSAGE_SYNC, //!< Main thread requests sync. Data argument is de::Semaphore* that needs to be incremented.
64 de::Semaphore* semaphore;
99 Message (MessageType type_, de::Semaphore* semaphore)
118 typedef de::ThreadSafeRingBuffer<Message> MessageQueue;
120 class RenderThread : private de::Thread
  /external/deqp/modules/gles2/functional/
es2fLifetimeTests.cpp 38 using de::MovePtr;
  /external/deqp/modules/gles3/functional/
es3fBuiltinPrecisionTests.cpp 44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases();
  /external/skia/tools/lua/
scrape_dashing_full.lua 67 local de = pe:asADash()
68 if de then
71 increment(dashInterval_count, #de.intervals)
72 if 2 == #de.intervals then
73 if 1 == de.intervals[1] and 1 == de.intervals[2] then
75 elseif 0 == de.intervals[1] then
82 if 0 == de.phase then
  /prebuilts/go/darwin-x86/src/net/http/
http_test.go 63 {"bücher.de", "xn--bcher-kva.de"},
64 {"bücher.de:8080", "xn--bcher-kva.de:8080"},
66 {"BÜCHER.de", "xn--bcher-kva.de"},
67 {"BÜCHER.de:8080", "xn--bcher-kva.de:8080"},
  /prebuilts/go/linux-x86/src/net/http/
http_test.go 63 {"bücher.de", "xn--bcher-kva.de"},
64 {"bücher.de:8080", "xn--bcher-kva.de:8080"},
66 {"BÜCHER.de", "xn--bcher-kva.de"},
67 {"BÜCHER.de:8080", "xn--bcher-kva.de:8080"},
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
inst.d 21 2c: 23 11 de 00 not r1 || nop
22 30: 63 21 de 00 not r2 -> nop
instruction_packing-005.d 10 0: 36 df de 00 st r13, @-sp || nop
21 24: 22 20 de 00 mvf0t r2, r0 || nop
  /external/deqp/execserver/
xsPosixTestProcess.cpp 64 de::Thread::start();
118 de::Thread::start();
192 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa");
203 string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).getPath();
213 m_process = new de::Process();
219 catch (const de::ProcessError& e)
288 catch (const de::ProcessError& e)
xsDefs.hpp 61 typedef de::RingBuffer<deUint8> ByteBuffer;
62 typedef de::BlockBuffer<deUint8> ThreadedByteBuffer;
  /external/deqp/framework/randomshaders/
rsgBinaryOps.hpp 80 void operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const;
81 void operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const;
82 void operator() (de::Random&, bool, bool, bool&, bool&, bool&, bool&) const { DE_ASSERT(DE_FALSE); }
104 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
126 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
164 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
188 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
212 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
239 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
rsgTest.cpp 62 de::Random rnd(seed);
72 string fileName = string("test-") + de::toString(seed) + ".png";
rsgUtils.hpp 39 void computeUniformValues (de::Random& rnd, std::vector<VariableValue>& values, const std::vector<const ShaderInput*>& uniforms);
53 inline float getQuantizedFloat (de::Random& rnd, float min, float max, float step)
  /system/vold/
Process.cpp 98 struct dirent* de; local
99 while ((de = readdir(dir))) {
100 if (!strcmp(de->d_name, ".") || !strcmp(de->d_name, "..")
101 || strlen(de->d_name) + parent_length + 1 >= PATH_MAX)
106 strlcat(path, de->d_name, PATH_MAX);
183 struct dirent* de; local
190 while ((de = readdir(dir))) {
191 int pid = getPid(de->d_name);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 76 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
91 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
149 de::UniquePtr<ShaderExecutor> m_executor;
165 de::Random rnd (deStringHash(m_name) ^ 0x776002);
214 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1);
215 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1);
220 const int diff0 = de::abs((int)ref0 - (int)res0);
221 const int diff1 = de::abs((int)ref1 - (int)res1)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 129 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
144 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
163 de::Random rnd (deStringHash(getName()) ^ 0x776002);
213 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1);
214 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1);
219 const int diff0 = de::abs((int)ref0 - (int)res0);
220 const int diff1 = de::abs((int)ref1 - (int)res1);
267 de::Random rnd (deStringHash(getName()) ^ 0x776002)
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 53 return de::toString(tcu::toHex(index)) + ".spv";
58 return de::FilePath::join(dirName, getProgramFileName(index)).getPath();
63 return de::inRange(c, '0', '9') || de::inRange(c, 'a', 'f') || de::inRange(c, 'A', 'F');
106 return de::FilePath::join(dirName, "index.bin").getPath();
111 const de::FilePath filePath(dstPath);
113 if (!de::FilePath(filePath.getDirName()).exists())
114 de::createDirectoryAndParents(filePath.getDirName().c_str());
375 de::UniquePtr<SparseIndexNode> sparseIndex (new SparseIndexNode())
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 52 return de::inBounds(x, 0, access.getWidth()) && de::inBounds(y, 0, access.getHeight()) && de::inBounds(z, 0, access.getDepth());
126 minVal = de::min(minVal, vec[ndx]);
135 maxVal = de::max(maxVal, vec[ndx]);
148 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps));
166 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps));
304 const float a = de::min(x, xBounds.y());
339 const float a = de::min(x, xBounds.y());
340 const float b = de::min(y, yBounds.y())
    [all...]
tcuTexCompareVerifier.cpp 66 const float cmpValue = (clampValues) ? (de::clamp(cmpValue_, 0.0f, 1.0f)) : (cmpValue_);
67 const float cmpReference = (clampValues) ? (de::clamp(cmpReference_, 0.0f, 1.0f)) : (cmpReference_);
94 res.isTrue = de::inRange(cmpValue, cmpReference-err, cmpReference+err);
100 res.isFalse = de::inRange(cmpValue, cmpReference-err, cmpReference+err);
125 return (resultSet.isTrue && de::inRange(1.0f, minR, maxR)) ||
126 (resultSet.isFalse && de::inRange(0.0f, minR, maxR));
131 return de::inBounds(x, 0, access.getWidth()) && de::inBounds(y, 0, access.getHeight()) && de::inBounds(z, 0, access.getDepth());
237 const float minV = de::min(v0, v1)
    [all...]
  /bootable/recovery/otautil/
ThermalUtil.cpp 33 static int thermal_filter(const dirent* de) {
34 if (android::base::StartsWith(de->d_name, "thermal_zone")) {
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferComputeInstance.hpp 42 de::MovePtr<vk::Allocation>* outAllocation);
48 de::MovePtr<vk::Allocation>* outAllocation,
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreUtil.cpp 37 const int maxImageDimension = de::max(imageSize.x(), de::max(imageSize.y(), imageSize.z()));
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 74 de::MovePtr<vk::DeviceDriver> m_deviceDriver;
76 de::MovePtr<vk::Allocator> m_allocator;
  /external/deqp/framework/delibs/decpp/
deMemPool.hpp 31 namespace de namespace
63 char* copyToPool (de::MemPool* pool, const char* string);
106 } // de
deRingBuffer.cpp 31 namespace de namespace
77 int numBytes = rnd.getInt(1, de::min(dataSize-writePos, buffer.getNumFree()));
85 } // de

Completed in 890 milliseconds

1 2 3 4 5 67 8 91011>>