/external/deqp/framework/delibs/deutil/ |
D | deSocket.c | 170 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 …]
|
D | deProcess.c | 140 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 …]
|
D | deTimer.c | 86 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 …]
|
D | deFile.c | 122 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()
|
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 203 if (qpTestLog_writeText(m_log, DE_NULL, DE_NULL, QP_KEY_TAG_NONE, msgStr) == DE_FALSE) in writeMessage() 209 if (qpTestLog_startImageSet(m_log, name, description) == DE_FALSE) in startImageSet() 215 if (qpTestLog_endImageSet(m_log) == DE_FALSE) in endImageSet() 368 …eImage(m_log, name, description, compressionMode, format, width, height, stride, data) == DE_FALSE) in writeImage() 374 if (qpTestLog_startSection(m_log, name, description) == DE_FALSE) in startSection() 380 if (qpTestLog_endSection(m_log) == DE_FALSE) in endSection() 386 if (qpTestLog_startShaderProgram(m_log, linkOk?DE_TRUE:DE_FALSE, linkInfoLog) == DE_FALSE) in startShaderProgram() 392 if (qpTestLog_endShaderProgram(m_log) == DE_FALSE) in endShaderProgram() 398 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLog) == DE_FALSE) in writeShader() 404 if (qpTestLog_writeSpirVAssemblySource(m_log, source) == DE_FALSE) in writeSpirVAssemblySource() [all …]
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 94 return DE_FALSE; in ContainerStack_push() 97 return DE_FALSE; in ContainerStack_push() 311 log->isSessionOpen = DE_FALSE; in endSession() 347 log->isSessionOpen = DE_FALSE; in qpTestLog_createFileLog() 348 log->isCaseOpen = DE_FALSE; in qpTestLog_createFileLog() 457 return DE_FALSE; in qpTestLog_startCase() 492 return DE_FALSE; in qpTestLog_endCase() 501 log->isCaseOpen = DE_FALSE; in qpTestLog_endCase() 523 return DE_FALSE; in qpTestLog_startTestsCasesTime() 542 return DE_FALSE; in qpTestLog_endTestsCasesTime() [all …]
|
D | qpXmlWriter.c | 51 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()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 389 localRequiredCoreFeatures.fullDrawIndexUint32 = DE_FALSE; in checkSupport() 390 localRequiredCoreFeatures.independentBlend = DE_FALSE; in checkSupport() 391 localRequiredCoreFeatures.geometryShader = DE_FALSE; in checkSupport() 392 localRequiredCoreFeatures.tessellationShader = DE_FALSE; in checkSupport() 393 localRequiredCoreFeatures.sampleRateShading = DE_FALSE; in checkSupport() 394 localRequiredCoreFeatures.dualSrcBlend = DE_FALSE; in checkSupport() 395 localRequiredCoreFeatures.logicOp = DE_FALSE; in checkSupport() 396 localRequiredCoreFeatures.multiDrawIndirect = DE_FALSE; in checkSupport() 397 localRequiredCoreFeatures.drawIndirectFirstInstance = DE_FALSE; in checkSupport() 398 localRequiredCoreFeatures.depthClamp = DE_FALSE; in checkSupport() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDiscardTests.cpp | 170 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()
|
D | es3fShaderReturnTests.cpp | 70 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()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderDiscardTests.cpp | 190 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()
|
D | es2fShaderReturnTests.cpp | 75 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()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationFeedbackTests.cpp | 543 if (m_param->isCacheDisabled() == DE_FALSE) in CacheTestInstance() 847 bool durationZeroWarning = DE_FALSE; in verifyTestResult() 848 bool cachedPipelineWarning = DE_FALSE; in verifyTestResult() 932 cachedPipelineWarning = DE_FALSE; in verifyTestResult() 1180 deBool durationZeroWarning = DE_FALSE; in verifyTestResult() 1181 deBool cachedPipelineWarning = DE_FALSE; in verifyTestResult() 1271 cachedPipelineWarning = DE_FALSE; in verifyTestResult() 1322 CacheTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_FALSE, DE_FALSE), in createCreationFeedbackTests() 1323 CacheTestParam(testParamShaders1, DE_LENGTH_OF_ARRAY(testParamShaders1), DE_FALSE, DE_FALSE), in createCreationFeedbackTests() 1324 CacheTestParam(testParamShaders2, DE_LENGTH_OF_ARRAY(testParamShaders2), DE_FALSE, DE_FALSE), in createCreationFeedbackTests() [all …]
|
D | vktPipelineExecutablePropertiesTests.cpp | 1513 …ePropertiesTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_FALSE, DE_FALSE), in createExecutablePropertiesTests() 1514 …ePropertiesTestParam(testParamShaders1, DE_LENGTH_OF_ARRAY(testParamShaders1), DE_FALSE, DE_FALSE), in createExecutablePropertiesTests() 1515 …ePropertiesTestParam(testParamShaders2, DE_LENGTH_OF_ARRAY(testParamShaders2), DE_FALSE, DE_FALSE), in createExecutablePropertiesTests() 1516 …lePropertiesTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_TRUE, DE_FALSE), in createExecutablePropertiesTests() 1517 …lePropertiesTestParam(testParamShaders1, DE_LENGTH_OF_ARRAY(testParamShaders1), DE_TRUE, DE_FALSE), in createExecutablePropertiesTests() 1518 …lePropertiesTestParam(testParamShaders2, DE_LENGTH_OF_ARRAY(testParamShaders2), DE_TRUE, DE_FALSE), in createExecutablePropertiesTests() 1519 …ExecutablePropertiesTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_FALSE, … in createExecutablePropertiesTests() 1520 …ExecutablePropertiesTestParam(testParamShaders1, DE_LENGTH_OF_ARRAY(testParamShaders1), DE_FALSE, … in createExecutablePropertiesTests() 1521 …ExecutablePropertiesTestParam(testParamShaders2, DE_LENGTH_OF_ARRAY(testParamShaders2), DE_FALSE, … in createExecutablePropertiesTests() 1543 …ePropertiesTestParam(testParamShaders0, DE_LENGTH_OF_ARRAY(testParamShaders0), DE_FALSE, DE_FALSE), in createExecutablePropertiesTests() [all …]
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableType.cpp | 175 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()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAstcDecodeModeTests.cpp | 507 { VK_FORMAT_ASTC_4x4_SRGB_BLOCK, "4x4_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() 509 { VK_FORMAT_ASTC_5x4_SRGB_BLOCK, "5x4_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() 511 { VK_FORMAT_ASTC_5x5_SRGB_BLOCK, "5x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() 513 { VK_FORMAT_ASTC_6x5_SRGB_BLOCK, "6x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() 515 { VK_FORMAT_ASTC_6x6_SRGB_BLOCK, "6x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() 517 { VK_FORMAT_ASTC_8x5_SRGB_BLOCK, "8x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() 519 { VK_FORMAT_ASTC_8x6_SRGB_BLOCK, "8x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() 521 { VK_FORMAT_ASTC_8x8_SRGB_BLOCK, "8x8_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() 523 { VK_FORMAT_ASTC_10x5_SRGB_BLOCK, "10x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() 525 { VK_FORMAT_ASTC_10x6_SRGB_BLOCK, "10x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsSizeControlTests.cpp | 123 return DE_FALSE; in checkVertexPipelineStages() 129 return DE_FALSE; in checkVertexPipelineStages() 163 return DE_FALSE; in checkFragmentPipelineStages() 170 return DE_FALSE; in checkFragmentPipelineStages() 206 return DE_FALSE; in checkCompute() 214 return DE_FALSE; in checkCompute() 258 return DE_FALSE; in checkComputeRequireFull() 265 return DE_FALSE; in checkComputeRequireFull() 273 return DE_FALSE; in checkComputeRequireFull() 280 return DE_FALSE; in checkComputeRequireFull() [all …]
|
D | vktSubgroupsBallotBroadcastTests.cpp | 213 if (caseDef.extShaderSubGroupBallotTests == DE_FALSE) in getHelperFunctionARB() 286 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck() 289 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck() 455 …eIndex, VK_SHADER_STAGE_COMPUTE_BIT, format, de::SharedPtr<bool>(new bool), DE_FALSE, DE_FALSE, 0}; in createSubgroupsBallotBroadcastTests() 464 caseDef.extShaderSubGroupBallotTests = DE_FALSE; in createSubgroupsBallotBroadcastTests() 475 …Index, VK_SHADER_STAGE_ALL_GRAPHICS, format, de::SharedPtr<bool>(new bool), DE_FALSE, DE_FALSE, 0}; in createSubgroupsBallotBroadcastTests() 485 … = {opTypeIndex, stages[stageIndex], format, de::SharedPtr<bool>(new bool), DE_FALSE, DE_FALSE, 0}; in createSubgroupsBallotBroadcastTests()
|
D | vktSubgroupsBallotTests.cpp | 937 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck() 940 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck() 1015 if (caseDef.requiredSubgroupSize == DE_FALSE) in test() 1113 …inition caseDef = {VK_SHADER_STAGE_COMPUTE_BIT, de::SharedPtr<bool>(new bool), DE_FALSE, DE_FALSE}; in createSubgroupsBallotTests() 1119 caseDef.extShaderSubGroupBallotTests = DE_FALSE; in createSubgroupsBallotTests() 1126 …nition caseDef = {VK_SHADER_STAGE_ALL_GRAPHICS, de::SharedPtr<bool>(new bool), DE_FALSE, DE_FALSE}; in createSubgroupsBallotTests() 1134 CaseDefinition caseDef = {stages[stageIndex],de::SharedPtr<bool>(new bool), DE_FALSE, DE_FALSE}; in createSubgroupsBallotTests()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDiscardTests.cpp | 209 DE_ASSERT(DE_FALSE); in getEvalFunc() 293 DE_ASSERT(DE_FALSE); in getTemplate() 310 DE_ASSERT(DE_FALSE); in getTemplateName() 326 DE_ASSERT(DE_FALSE); in getModeName() 341 DE_ASSERT(DE_FALSE); in getTemplateDesc() 357 DE_ASSERT(DE_FALSE); in getModeDesc() 394 DE_ASSERT(DE_FALSE); in makeDiscardCase()
|
D | vktShaderRenderReturnTests.cpp | 62 DE_ASSERT(DE_FALSE); in getEvalFunc() 172 default: DE_ASSERT(DE_FALSE); in makeConditionalReturnInFuncCase() 227 default: DE_ASSERT(DE_FALSE); in makeOutputWriteReturnCase() 274 default: DE_ASSERT(DE_FALSE); in makeReturnInLoopCase() 288 DE_ASSERT(DE_FALSE); in getReturnModeName() 301 DE_ASSERT(DE_FALSE); in getReturnModeDesc()
|
/external/deqp/framework/delibs/depool/ |
D | dePoolSet.h | 273 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 …]
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 190 , m_inTestCase (DE_FALSE) in TestLogParser() 191 , m_loggedResult (DE_FALSE) in TestLogParser() 227 m_loggedResult = DE_FALSE; in parse() 255 m_inTestCase = DE_FALSE; in parse() 279 m_inTestCase = DE_FALSE; in parse() 305 DE_ASSERT(DE_FALSE); in parse()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderSharedVarTests.cpp | 282 case TYPE_FLOAT_MAT2: gl.uniformMatrix2fv (location, numValues, DE_FALSE, &values[0]); break; in iterate() 283 … case TYPE_FLOAT_MAT2X3: gl.uniformMatrix2x3fv(location, numValues, DE_FALSE, &values[0]); break; in iterate() 284 … case TYPE_FLOAT_MAT2X4: gl.uniformMatrix2x4fv(location, numValues, DE_FALSE, &values[0]); break; in iterate() 285 … case TYPE_FLOAT_MAT3X2: gl.uniformMatrix3x2fv(location, numValues, DE_FALSE, &values[0]); break; in iterate() 286 case TYPE_FLOAT_MAT3: gl.uniformMatrix3fv (location, numValues, DE_FALSE, &values[0]); break; in iterate() 287 … case TYPE_FLOAT_MAT3X4: gl.uniformMatrix3x4fv(location, numValues, DE_FALSE, &values[0]); break; in iterate() 288 … case TYPE_FLOAT_MAT4X2: gl.uniformMatrix4x2fv(location, numValues, DE_FALSE, &values[0]); break; in iterate() 289 … case TYPE_FLOAT_MAT4X3: gl.uniformMatrix4x3fv(location, numValues, DE_FALSE, &values[0]); break; in iterate() 290 case TYPE_FLOAT_MAT4: gl.uniformMatrix4fv (location, numValues, DE_FALSE, &values[0]); break; in iterate()
|
/external/deqp/framework/xexml/ |
D | xeDefs.hpp | 50 #define XE_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(NULL, … 51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(…
|