HomeSort by relevance Sort by last modified time
    Searched refs:DE_TRUE (Results 26 - 50 of 56) sorted by null

12 3

  /external/deqp/framework/delibs/decpp/
deSha1.hpp 44 bool operator== (const Sha1& other) const { return deSha1_equal(&m_hash, &other.m_hash) == DE_TRUE; }
deRandom.hpp 46 bool getBool (void) { return deRandom_getBool(&m_rnd) == DE_TRUE; }
deStringUtil.cpp 119 return deStringBeginsWith(s.c_str(), prefix.c_str()) == DE_TRUE;
deBlockBuffer.hpp 168 m_canceled = DE_TRUE;
  /external/deqp/framework/delibs/depool/
dePoolStringBuilder.c 89 return DE_TRUE;
dePoolHash.h 294 return DE_TRUE; \
362 return DE_TRUE; \
456 return DE_TRUE; \
dePoolHeap.h 152 return DE_TRUE; \
dePoolHashSet.h 206 return DE_TRUE; \
  /external/deqp/framework/delibs/destream/
deRingbuffer.c 99 ringbuffer->stopNotified = DE_TRUE;
231 ringbuffer->consumerStopping = DE_TRUE;
  /external/deqp/framework/common/
tcuTextureUtil.cpp 439 const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
440 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
441 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
442 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE);
559 const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
560 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
561 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
562 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE);
628 const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
629 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE,
    [all...]
tcuTestLog.cpp 380 if (qpTestLog_startShaderProgram(m_log, linkOk?DE_TRUE:DE_FALSE, linkInfoLog) == DE_FALSE)
392 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLog) == DE_FALSE)
410 if (qpTestLog_writeCompileInfo(m_log, name, description, compileOk ? DE_TRUE : DE_FALSE, infoLog) == DE_FALSE)
tcuCompressedTexture.cpp 880 decompressETC2Block(uncompressedBlockRGB, compressedBlockRGBA, uncompressedBlockAlpha, DE_TRUE);
    [all...]
  /external/deqp/framework/delibs/deimage/
deTarga.c 175 return DE_TRUE;
  /external/deqp/framework/delibs/deutil/
deFile.c 133 return DE_TRUE;
310 return DE_TRUE;
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 320 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull));
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 608 s_testSingletonInitialized = DE_TRUE;
644 s_singletonInitLock = DE_TRUE;
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 403 return DE_TRUE;
  /external/deqp/framework/delibs/debase/
deSha1.c 231 return DE_TRUE;
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 439 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull));
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 898 VK_CHECK(vk.waitForFences(vkDevice, 1u, &fence.get(), DE_TRUE, ~0ull));
    [all...]
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 227 return DE_TRUE;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 542 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull));
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 252 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp     [all...]

Completed in 731 milliseconds

12 3