Home
last modified time | relevance | path

Searched refs:DE_FALSE (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/third_party/vk-gl-cts/framework/delibs/deutil/
DdeSocket.c170 return DE_FALSE; in initWinsock()
251 DE_ASSERT(DE_FALSE); in deSocketFamilyToBsdFamily()
263 DE_ASSERT(DE_FALSE); in deSocketTypeToBsdType()
275 DE_ASSERT(DE_FALSE); in deSocketProtocolToBsdProtocol()
299 return DE_FALSE; in deSocketAddressToBsdAddress()
308 return DE_FALSE; in deSocketAddressToBsdAddress()
320 return DE_FALSE; in deSocketAddressToBsdAddress()
326 return DE_FALSE; in deSocketAddressToBsdAddress()
330 return DE_FALSE; in deSocketAddressToBsdAddress()
341 return DE_FALSE; in deSocketAddressToBsdAddress()
[all …]
DdeProcess.c140 return DE_FALSE; in deProcess_create()
227 return DE_FALSE; in deProcess_start()
244 return DE_FALSE; in deProcess_start()
258 return DE_FALSE; in deProcess_start()
338 return DE_FALSE; in deProcess_start()
384 return DE_FALSE; in deProcess_isRunning()
390 return DE_FALSE; in deProcess_isRunning()
401 return DE_FALSE; in deProcess_waitForFinish()
411 return DE_FALSE; /* waitpid() failed. */ in deProcess_waitForFinish()
417 return DE_FALSE; /* Something strange happened. */ in deProcess_waitForFinish()
[all …]
DdeTimer.c86 return DE_FALSE; in deTimer_scheduleSingle()
93 return DE_FALSE; in deTimer_scheduleSingle()
106 return DE_FALSE; in deTimer_scheduleInterval()
113 return DE_FALSE; in deTimer_scheduleInterval()
197 timer->isActive = DE_FALSE; in deTimer_create()
222 return DE_FALSE; in deTimer_scheduleSingle()
230 return DE_FALSE; in deTimer_scheduleSingle()
243 return DE_FALSE; in deTimer_scheduleInterval()
251 return DE_FALSE; in deTimer_scheduleInterval()
272 timer->isActive = DE_FALSE; in deTimer_disable()
[all …]
DdeFile.c122 return DE_FALSE; in deFile_setFlags()
130 return DE_FALSE; in deFile_setFlags()
144 DE_ASSERT(DE_FALSE); in mapSeekPosition()
273 DE_ASSERT(DE_FALSE); in deFile_create()
284 DE_ASSERT(DE_FALSE); in deFile_create()
304 return DE_FALSE; /* Not supported. */ in deFile_setFlags()
308 return DE_FALSE; in deFile_setFlags()
325 DE_ASSERT(DE_FALSE); in deFile_seek()
326 return DE_FALSE; in deFile_seek()
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp204 if (qpTestLog_writeText(m_log, DE_NULL, DE_NULL, QP_KEY_TAG_NONE, msgStr) == DE_FALSE) in writeMessage()
211 if (qpTestLog_startImageSet(m_log, name, description) == DE_FALSE) in startImageSet()
218 if (qpTestLog_endImageSet(m_log) == DE_FALSE) in endImageSet()
373 …eImage(m_log, name, description, compressionMode, format, width, height, stride, data) == DE_FALSE) in writeImage()
380 if (qpTestLog_startSection(m_log, name, description) == DE_FALSE) in startSection()
387 if (qpTestLog_endSection(m_log) == DE_FALSE) in endSection()
394 if (qpTestLog_startShaderProgram(m_log, linkOk?DE_TRUE:DE_FALSE, linkInfoLog) == DE_FALSE) in startShaderProgram()
401 if (qpTestLog_endShaderProgram(m_log) == DE_FALSE) in endShaderProgram()
408 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLog) == DE_FALSE) in writeShader()
415 if (qpTestLog_writeSpirVAssemblySource(m_log, source) == DE_FALSE) in writeSpirVAssemblySource()
[all …]
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.c94 return DE_FALSE; in ContainerStack_push()
97 return DE_FALSE; in ContainerStack_push()
313 log->isSessionOpen = DE_FALSE; in endSession()
350 log->isSessionOpen = DE_FALSE; in qpTestLog_createFileLog()
351 log->isCaseOpen = DE_FALSE; in qpTestLog_createFileLog()
460 return DE_FALSE; in qpTestLog_startCase()
495 return DE_FALSE; in qpTestLog_endCase()
504 log->isCaseOpen = DE_FALSE; in qpTestLog_endCase()
526 return DE_FALSE; in qpTestLog_startTestsCasesTime()
545 return DE_FALSE; in qpTestLog_endTestsCasesTime()
[all …]
DqpXmlWriter.c51 deBool isEOS = DE_FALSE; in writeEscaped()
150 writer->xmlPrevIsStartElement = DE_FALSE; in closePending()
166 writer->xmlPrevIsStartElement = DE_FALSE; in qpXmlWriter_startDocument()
184 writer->xmlIsWriting = DE_FALSE; in qpXmlWriter_endDocument()
193 writer->xmlPrevIsStartElement = DE_FALSE; in qpXmlWriter_writeString()
230 DE_ASSERT(DE_FALSE); in qpXmlWriter_startElement()
248 writer->xmlPrevIsStartElement = DE_FALSE; in qpXmlWriter_endElement()
301 writeIndent = DE_FALSE; in qpXmlWriter_writeBase64()
332 return DE_FALSE; in qpXmlWriter_writeStringElement()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp387 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fullDrawIndexUint32 == DE_FALSE); in checkSupport()
388 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.independentBlend == DE_FALSE); in checkSupport()
389 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.geometryShader == DE_FALSE); in checkSupport()
390 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.tessellationShader == DE_FALSE); in checkSupport()
391 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.sampleRateShading == DE_FALSE); in checkSupport()
392 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.dualSrcBlend == DE_FALSE); in checkSupport()
393 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.logicOp == DE_FALSE); in checkSupport()
394 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.multiDrawIndirect == DE_FALSE); in checkSupport()
395 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.drawIndirectFirstInstance == DE_FALSE); in checkSupport()
396 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.depthClamp == DE_FALSE); in checkSupport()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp387 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.fullDrawIndexUint32 == DE_FALSE); in checkSupport()
388 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.independentBlend == DE_FALSE); in checkSupport()
389 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.geometryShader == DE_FALSE); in checkSupport()
390 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.tessellationShader == DE_FALSE); in checkSupport()
391 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.sampleRateShading == DE_FALSE); in checkSupport()
392 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.dualSrcBlend == DE_FALSE); in checkSupport()
393 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.logicOp == DE_FALSE); in checkSupport()
394 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.multiDrawIndirect == DE_FALSE); in checkSupport()
395 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.drawIndirectFirstInstance == DE_FALSE); in checkSupport()
396 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.depthClamp == DE_FALSE); in checkSupport()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp141 return DE_FALSE; in checkVertexPipelineStages()
148 return DE_FALSE; in checkVertexPipelineStages()
182 return DE_FALSE; in checkFragmentPipelineStages()
190 return DE_FALSE; in checkFragmentPipelineStages()
225 return DE_FALSE; in checkCompute()
234 return DE_FALSE; in checkCompute()
269 return DE_FALSE; in checkComputeRequireFull()
276 return DE_FALSE; in checkComputeRequireFull()
285 return DE_FALSE; in checkComputeRequireFull()
294 return DE_FALSE; in checkComputeRequireFull()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp141 return DE_FALSE; in checkVertexPipelineStages()
148 return DE_FALSE; in checkVertexPipelineStages()
182 return DE_FALSE; in checkFragmentPipelineStages()
190 return DE_FALSE; in checkFragmentPipelineStages()
225 return DE_FALSE; in checkCompute()
234 return DE_FALSE; in checkCompute()
269 return DE_FALSE; in checkComputeRequireFull()
276 return DE_FALSE; in checkComputeRequireFull()
285 return DE_FALSE; in checkComputeRequireFull()
294 return DE_FALSE; in checkComputeRequireFull()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineCreationFeedbackTests.cpp215 if (m_param->isCacheDisabled() == DE_FALSE) in CacheTestInstance()
695 bool durationZeroWarning = DE_FALSE; in verifyTestResult()
696 bool cachedPipelineWarning = DE_FALSE; in verifyTestResult()
831 cachedPipelineWarning = DE_FALSE; in verifyTestResult()
1087 deBool durationZeroWarning = DE_FALSE; in verifyTestResult()
1088 deBool cachedPipelineWarning = DE_FALSE; in verifyTestResult()
1191 cachedPipelineWarning = DE_FALSE; in verifyTestResult()
1228 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests()
1229 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests()
1230 { pipelineConstructionType, vertTessFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationFeedbackTests.cpp215 if (m_param->isCacheDisabled() == DE_FALSE) in CacheTestInstance()
695 bool durationZeroWarning = DE_FALSE; in verifyTestResult()
696 bool cachedPipelineWarning = DE_FALSE; in verifyTestResult()
831 cachedPipelineWarning = DE_FALSE; in verifyTestResult()
1087 deBool durationZeroWarning = DE_FALSE; in verifyTestResult()
1088 deBool cachedPipelineWarning = DE_FALSE; in verifyTestResult()
1191 cachedPipelineWarning = DE_FALSE; in verifyTestResult()
1228 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests()
1229 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests()
1230 { pipelineConstructionType, vertTessFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAstcDecodeModeTests.cpp487 { VK_FORMAT_ASTC_4x4_SRGB_BLOCK, "4x4_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
489 { VK_FORMAT_ASTC_5x4_SRGB_BLOCK, "5x4_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
491 { VK_FORMAT_ASTC_5x5_SRGB_BLOCK, "5x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
493 { VK_FORMAT_ASTC_6x5_SRGB_BLOCK, "6x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
495 { VK_FORMAT_ASTC_6x6_SRGB_BLOCK, "6x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
497 { VK_FORMAT_ASTC_8x5_SRGB_BLOCK, "8x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
499 { VK_FORMAT_ASTC_8x6_SRGB_BLOCK, "8x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
501 { VK_FORMAT_ASTC_8x8_SRGB_BLOCK, "8x8_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
503 { VK_FORMAT_ASTC_10x5_SRGB_BLOCK, "10x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
505 { VK_FORMAT_ASTC_10x6_SRGB_BLOCK, "10x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageAstcDecodeModeTests.cpp487 { VK_FORMAT_ASTC_4x4_SRGB_BLOCK, "4x4_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
489 { VK_FORMAT_ASTC_5x4_SRGB_BLOCK, "5x4_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
491 { VK_FORMAT_ASTC_5x5_SRGB_BLOCK, "5x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
493 { VK_FORMAT_ASTC_6x5_SRGB_BLOCK, "6x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
495 { VK_FORMAT_ASTC_6x6_SRGB_BLOCK, "6x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
497 { VK_FORMAT_ASTC_8x5_SRGB_BLOCK, "8x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
499 { VK_FORMAT_ASTC_8x6_SRGB_BLOCK, "8x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
501 { VK_FORMAT_ASTC_8x8_SRGB_BLOCK, "8x8_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
503 { VK_FORMAT_ASTC_10x5_SRGB_BLOCK, "10x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
505 { VK_FORMAT_ASTC_10x6_SRGB_BLOCK, "10x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp120 DE_ASSERT(DE_FALSE); in inputTypeToGLString()
143 DE_ASSERT(DE_FALSE); in outputTypeToGLString()
545 checkExtensions((m_parameters[0].resetType == RESET_TYPE_HOST)? DE_TRUE : DE_FALSE); in iterate()
1233 …lyPipe_ = DE_FALSE, const deBool dstOffset_ = DE_FALSE, const ClearOperation clearOp_ = CLEAR_NOOP… in ParametersGraphic()
1292 checkExtensions((m_parametersGraphic.resetType == RESET_TYPE_HOST)? DE_TRUE : DE_FALSE); in iterate()
3241 …etType, const CopyType copyType, deBool query64Bits, deBool dstOffset = DE_FALSE, const StrideType… in QueryPoolStatisticsTest()
4250 …_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffset, CLEAR… in init()
4251 …_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffset, CLEAR… in init()
4252 …_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffset, CLEAR… in init()
4253 …_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffset, CLEAR… in init()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp120 DE_ASSERT(DE_FALSE); in inputTypeToGLString()
143 DE_ASSERT(DE_FALSE); in outputTypeToGLString()
545 checkExtensions((m_parameters[0].resetType == RESET_TYPE_HOST)? DE_TRUE : DE_FALSE); in iterate()
1233 …lyPipe_ = DE_FALSE, const deBool dstOffset_ = DE_FALSE, const ClearOperation clearOp_ = CLEAR_NOOP… in ParametersGraphic()
1292 checkExtensions((m_parametersGraphic.resetType == RESET_TYPE_HOST)? DE_TRUE : DE_FALSE); in iterate()
3241 …etType, const CopyType copyType, deBool query64Bits, deBool dstOffset = DE_FALSE, const StrideType… in QueryPoolStatisticsTest()
4250 …_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffset, CLEAR… in init()
4251 …_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffset, CLEAR… in init()
4252 …_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffset, CLEAR… in init()
4253 …_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffset, CLEAR… in init()
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDiscardTests.cpp170 DE_ASSERT(DE_FALSE); in getEvalFunc()
266 DE_ASSERT(DE_FALSE); in getTemplate()
281 DE_ASSERT(DE_FALSE); in getTemplateName()
296 DE_ASSERT(DE_FALSE); in getModeName()
311 DE_ASSERT(DE_FALSE); in getTemplateDesc()
326 DE_ASSERT(DE_FALSE); in getModeDesc()
345 DE_ASSERT(DE_FALSE); in makeDiscardCase()
Des3fShaderReturnTests.cpp70 DE_ASSERT(DE_FALSE); in getEvalFunc()
160 default: DE_ASSERT(DE_FALSE); in makeConditionalReturnInFuncCase()
216 default: DE_ASSERT(DE_FALSE); in makeOutputWriteReturnCase()
263 default: DE_ASSERT(DE_FALSE); in makeReturnInLoopCase()
277 DE_ASSERT(DE_FALSE); in getReturnModeName()
290 DE_ASSERT(DE_FALSE); in getReturnModeDesc()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderDiscardTests.cpp190 DE_ASSERT(DE_FALSE); in getEvalFunc()
276 DE_ASSERT(DE_FALSE); in getTemplate()
291 DE_ASSERT(DE_FALSE); in getTemplateName()
306 DE_ASSERT(DE_FALSE); in getModeName()
321 DE_ASSERT(DE_FALSE); in getTemplateDesc()
336 DE_ASSERT(DE_FALSE); in getModeDesc()
355 DE_ASSERT(DE_FALSE); in makeDiscardCase()
Des2fShaderReturnTests.cpp75 DE_ASSERT(DE_FALSE); in getEvalFunc()
187 default: DE_ASSERT(DE_FALSE); in makeConditionalReturnInFuncCase()
241 default: DE_ASSERT(DE_FALSE); in makeOutputWriteReturnCase()
288 default: DE_ASSERT(DE_FALSE); in makeReturnInLoopCase()
302 DE_ASSERT(DE_FALSE); in getReturnModeName()
315 DE_ASSERT(DE_FALSE); in getReturnModeDesc()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableType.cpp175 DE_ASSERT(DE_FALSE); in getScalarType()
199 DE_ASSERT(DE_FALSE); in getElementType()
227 default: DE_ASSERT(DE_FALSE); break; in tokenizeShortType()
238 default: DE_ASSERT(DE_FALSE); break; in tokenizeShortType()
249 default: DE_ASSERT(DE_FALSE); break; in tokenizeShortType()
268 DE_ASSERT(DE_FALSE); in tokenizeShortType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp227 DE_ASSERT(DE_FALSE); in getEvalFunc()
311 DE_ASSERT(DE_FALSE); in getTemplate()
328 DE_ASSERT(DE_FALSE); in getTemplateName()
344 DE_ASSERT(DE_FALSE); in getModeName()
359 DE_ASSERT(DE_FALSE); in getTemplateDesc()
375 DE_ASSERT(DE_FALSE); in getModeDesc()
412 DE_ASSERT(DE_FALSE); in makeDiscardCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp227 DE_ASSERT(DE_FALSE); in getEvalFunc()
311 DE_ASSERT(DE_FALSE); in getTemplate()
328 DE_ASSERT(DE_FALSE); in getTemplateName()
344 DE_ASSERT(DE_FALSE); in getModeName()
359 DE_ASSERT(DE_FALSE); in getTemplateDesc()
375 DE_ASSERT(DE_FALSE); in getModeDesc()
412 DE_ASSERT(DE_FALSE); in makeDiscardCase()
/third_party/vk-gl-cts/framework/delibs/depool/
DdePoolSet.h273 return DE_FALSE; \
295 return DE_FALSE; \
325 return DE_FALSE; \
338 return DE_FALSE; \
347 if (!slot) return DE_FALSE; \
360 if (!nextSlot) return DE_FALSE; \
443 return DE_FALSE; \
497 return DE_FALSE; \
499 return DE_FALSE; \
514 return DE_FALSE; \
[all …]

12345678910>>...18