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/common/
H A DtcuTestLog.cpp205 if (qpTestLog_writeText(m_log, DE_NULL, DE_NULL, QP_KEY_TAG_NONE, msgStr) == DE_FALSE) in writeMessage()
213 if (qpTestLog_startImageSet(m_log, name, description) == DE_FALSE) in startImageSet()
221 if (qpTestLog_endImageSet(m_log) == DE_FALSE) in endImageSet()
378 if (qpTestLog_writeImage(m_log, name, description, compressionMode, format, width, height, stride, data) == DE_FALSE) in writeImage()
386 if (qpTestLog_startSection(m_log, name, description) == DE_FALSE) in startSection()
394 if (qpTestLog_endSection(m_log) == DE_FALSE) in endSection()
402 if (qpTestLog_startShaderProgram(m_log, linkOk?DE_TRUE:DE_FALSE, linkInfoLog) == DE_FALSE) in startShaderProgram()
410 if (qpTestLog_endShaderProgram(m_log) == DE_FALSE) in endShaderProgram()
418 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLo in writeShader()
[all...]
/third_party/vk-gl-cts/framework/delibs/deutil/
H A 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...]
H A 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; /* Somethin in deProcess_waitForFinish()
[all...]
H A 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...]
H A 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/qphelper/
H A DqpTestLog.c100 return DE_FALSE; in ContainerStack_push()
103 return DE_FALSE; in ContainerStack_push()
323 log->isSessionOpen = DE_FALSE; in endSession()
360 log->isSessionOpen = DE_FALSE; in qpTestLog_createFileLog()
361 log->isCaseOpen = DE_FALSE; in qpTestLog_createFileLog()
483 return DE_FALSE; in qpTestLog_startCase()
518 return DE_FALSE; in qpTestLog_endCase()
530 log->isCaseOpen = DE_FALSE; in qpTestLog_endCase()
552 return DE_FALSE; in qpTestLog_startTestsCasesTime()
571 return DE_FALSE; in qpTestLog_endTestsCasesTime()
[all...]
H A DqpXmlWriter.c51 deBool isEOS = DE_FALSE; in writeEscaped()
150 writer->xmlPrevIsStartElement = DE_FALSE; in closePending()
166 writer->xmlPrevIsStartElement = DE_FALSE; in qpXmlWriter_startDocument()
187 writer->xmlIsWriting = DE_FALSE; in qpXmlWriter_endDocument()
196 writer->xmlPrevIsStartElement = DE_FALSE; in qpXmlWriter_writeString()
233 DE_ASSERT(DE_FALSE); in qpXmlWriter_startElement()
251 writer->xmlPrevIsStartElement = DE_FALSE; in qpXmlWriter_endElement()
304 writeIndent = DE_FALSE; in qpXmlWriter_writeBase64()
335 return DE_FALSE; in qpXmlWriter_writeStringElement()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotBroadcastTests.cpp217 if (caseDef.extShaderSubGroupBallotTests == DE_FALSE) in getHelperFunctionARB()
313 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
316 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
488 DE_FALSE, in createSubgroupsBallotBroadcastTests()
525 DE_FALSE, // deBool subgroupSizeControl; in createSubgroupsBallotBroadcastTests()
527 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsBallotBroadcastTests()
528 DE_FALSE, // deBool requires16BitUniformBuffer; in createSubgroupsBallotBroadcastTests()
545 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsBallotBroadcastTests()
546 DE_FALSE // deBool requires16BitUniformBuffer; in createSubgroupsBallotBroadcastTests()
568 DE_FALSE, // deBoo in createSubgroupsBallotBroadcastTests()
[all...]
H A DvktSubgroupsArithmeticTests.cpp293 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
296 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
374 if (caseDef.requiredSubgroupSize == DE_FALSE) in test()
475 DE_FALSE, in createSubgroupsArithmeticTests()
520 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsArithmeticTests()
521 DE_FALSE // deBool requires16BitUniformBuffer; in createSubgroupsArithmeticTests()
542 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsArithmeticTests()
543 DE_FALSE // deBool requires16BitUniformBuffer; in createSubgroupsArithmeticTests()
559 DE_FALSE, // deBool requiredSubgroupSize; in createSubgroupsArithmeticTests()
560 DE_FALSE, // deBoo in createSubgroupsArithmeticTests()
[all...]
H A DvktSubgroupsClusteredTests.cpp221 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
224 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
301 if (caseDef.requiredSubgroupSize == DE_FALSE) in test()
400 DE_FALSE, in createSubgroupsClusteredTests()
443 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsClusteredTests()
444 DE_FALSE // deBool requires16BitUniformBuffer; in createSubgroupsClusteredTests()
464 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsClusteredTests()
465 DE_FALSE // deBool requires16BitUniformBuffer; in createSubgroupsClusteredTests()
480 DE_FALSE, // deBool requiredSubgroupSize; in createSubgroupsClusteredTests()
481 DE_FALSE, // deBoo in createSubgroupsClusteredTests()
[all...]
H A DvktSubgroupsQuadTests.cpp250 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
253 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
329 if (caseDef.requiredSubgroupSize == DE_FALSE) in test()
426 DE_FALSE, in createSubgroupsQuadTests()
457 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsQuadTests()
458 DE_FALSE // deBool requires16BitUniformBuffer; in createSubgroupsQuadTests()
479 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsQuadTests()
480 DE_FALSE // deBool requires16BitUniformBuffer; in createSubgroupsQuadTests()
495 DE_FALSE, // deBool requiredSubgroupSize; in createSubgroupsQuadTests()
496 DE_FALSE, // deBoo in createSubgroupsQuadTests()
[all...]
H A DvktSubgroupsSizeControlTests.cpp86 return (value ? DE_TRUE : DE_FALSE); in makeDeBool()
143 return DE_FALSE; in checkVertexPipelineStages()
150 return DE_FALSE; in checkVertexPipelineStages()
184 return DE_FALSE; in checkFragmentPipelineStages()
191 return DE_FALSE; in checkFragmentPipelineStages()
226 return DE_FALSE; in checkCompute()
234 return DE_FALSE; in checkCompute()
270 return DE_FALSE; in checkComputeRequireFull()
277 return DE_FALSE; in checkComputeRequireFull()
284 return DE_FALSE; in checkComputeRequireFull()
[all...]
H A DvktSubgroupsPartitionedTests.cpp336 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
339 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
407 if (caseDef.requiredSubgroupSize == DE_FALSE) in test()
500 DE_FALSE, in createSubgroupsPartitionedTests()
545 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsPartitionedTests()
546 DE_FALSE, // deBool requires16BitUniformBuffer; in createSubgroupsPartitionedTests()
566 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsPartitionedTests()
567 DE_FALSE, // deBool requires16BitUniformBuffer; in createSubgroupsPartitionedTests()
582 DE_FALSE, // deBool requiredSubgroupSize; in createSubgroupsPartitionedTests()
583 DE_FALSE, // deBoo in createSubgroupsPartitionedTests()
[all...]
H A DvktSubgroupsShuffleTests.cpp295 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
298 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
405 if (caseDef.requiredSubgroupSize == DE_FALSE) in test()
530 DE_FALSE, in createSubgroupsShuffleTests()
573 DE_FALSE, // deBool requiredSubgroupSize; in createSubgroupsShuffleTests()
575 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsShuffleTests()
576 DE_FALSE // deBool requires16BitUniformBuffer; in createSubgroupsShuffleTests()
594 DE_FALSE, // deBool requires8BitUniformBuffer; in createSubgroupsShuffleTests()
595 DE_FALSE // deBool requires16BitUniformBuffer; in createSubgroupsShuffleTests()
616 DE_FALSE, // deBoo in createSubgroupsShuffleTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A 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_no_buildgn/vulkan/spirv_assembly/
H A 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/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp203 if (m_param->isCacheDisabled() == DE_FALSE) in CacheTestInstance()
681 bool durationZeroWarning = DE_FALSE; in verifyTestResult()
682 bool cachedPipelineWarning = DE_FALSE; in verifyTestResult()
817 cachedPipelineWarning = DE_FALSE; in verifyTestResult()
1072 deBool durationZeroWarning = DE_FALSE; in verifyTestResult()
1073 deBool cachedPipelineWarning = DE_FALSE; in verifyTestResult()
1176 cachedPipelineWarning = DE_FALSE; in verifyTestResult()
1213 { pipelineConstructionType, vertFragStages, DE_FALSE, DE_FALSE }, in createCreationFeedbackTests()
1214 { pipelineConstructionType, vertGeomFragStages, DE_FALSE, DE_FALS in createCreationFeedbackTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A 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/vulkan/query_pool/
H A 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 ParametersGraphic (const VkQueryPipelineStatisticFlags queryStatisticFlags_, const VkPrimitiveTopology primitiveTopology_, const ResetType resetType_, const CopyType copyType_, const deBool query64Bits_, const deBool vertexOnlyPipe_ = DE_FALSE, const deBool dstOffset_ = DE_FALSE, const ClearOperation clearOp_ = CLEAR_NOOP, const deBool noColorAttachments_ = DE_FALSE, const StrideType strideType_ = STRIDE_TYPE_VALID, const deBool hasTess_ = false) in ParametersGraphic()
1294 checkExtensions((m_parametersGraphic.resetType == RESET_TYPE_HOST)? DE_TRUE : DE_FALSE); in iterate()
3256 QueryPoolStatisticsTest (tcu::TestContext &context, const std::string& name, const ResetType resetType, const CopyType copyType, deBool query64Bits, deBool dstOffset = DE_FALSE, const StrideType strideType = STRIDE_TYPE_VALID) in QueryPoolStatisticsTest() argument
4401 inputAssemblyVertices->addChild(new QueryPoolGraphicStatisticsTest<VertexShaderTestInstance> (m_testCtx, prefix + copyTypeStr[copyTypeIdx] + "primary_with_no_color_attachments", GraphicBasicTestInstance::ParametersGraphic(VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffset, CLEAR_NOOP, DE_TRUE), sixRepeats)); in init()
4402 inputAssemblyVerticesVertexOnly->addChild(new QueryPoolGraphicStatisticsTest<VertexShaderTestInstance> (m_testCtx, prefix + copyTypeStr[copyTypeIdx] + "primary_with_no_color_attachments", GraphicBasicTestInstance::ParametersGraphic(VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP, RESET_TYPE_NORMAL, copyType[copyTypeIdx], query64Bits, DE_FALSE, dstOffse in init()
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A 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/modules/gles3/functional/
H A 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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp485 { VK_FORMAT_ASTC_4x4_SRGB_BLOCK, "4x4_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
487 { VK_FORMAT_ASTC_5x4_SRGB_BLOCK, "5x4_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
489 { VK_FORMAT_ASTC_5x5_SRGB_BLOCK, "5x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
491 { VK_FORMAT_ASTC_6x5_SRGB_BLOCK, "6x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
493 { VK_FORMAT_ASTC_6x6_SRGB_BLOCK, "6x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
495 { VK_FORMAT_ASTC_8x5_SRGB_BLOCK, "8x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
497 { VK_FORMAT_ASTC_8x6_SRGB_BLOCK, "8x6_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
499 { VK_FORMAT_ASTC_8x8_SRGB_BLOCK, "8x8_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
501 { VK_FORMAT_ASTC_10x5_SRGB_BLOCK, "10x5_srgb", DE_FALSE }, in createImageAstcDecodeModeTests()
503 { 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/
H A 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/pipeline/
H A 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_FALS in createCreationFeedbackTests()
[all...]

Completed in 30 milliseconds

12345678910>>...18