Lines Matching defs:false

176 	DE_ASSERT(false);
367 DE_ASSERT(false);
503 DE_ASSERT(false);
586 DE_ASSERT(false); // This vertex generator should not be used with mesh shaders.
592 DE_ASSERT(false); // This vertex generator should not be used with mesh shaders.
687 statements.push_back("const bool provokingLast = " + std::string(m_lastVertex ? "true" : "false") + ";");
695 statements.push_back("const bool provokingLast = " + std::string(m_lastVertex ? "true" : "false") + ";");
805 DE_ASSERT(false);
998 DE_ASSERT(false);
1119 bool advanced = false;
1172 advanced = false;
1373 bool reversed_ = false,
1427 , isUint (false)
1675 return verifyTopLeftCorner(result, reference, errorMask, false/*partialAlpha*/);
1714 static ProvokingVertexWithPadding provokingVertexGeneratorFirstVtx (false);
1759 return false;
1763 DE_ASSERT(false);
1764 return false;
1797 DE_ASSERT(false);
1826 DE_ASSERT(false);
2034 , forceGeometryShader (false)
2036 , bindUnusedMeshShadingPipeline (false)
2037 , singleVertex (false)
2039 , oversizedTriangle (false)
2040 , offCenterTriangle (false)
2042 , obliqueLine (false)
2045 , useExtraDynPCPPipeline (false)
2046 , useExtraDynPipeline (false)
2047 , coverageModulation (false)
2048 , coverageReduction (false)
2054 , viewportSwizzle (false)
2055 , shadingRateImage (false)
2056 , viewportWScaling (false)
2057 , representativeFragmentTest (false)
2058 , extraLineRestarts (false)
2059 , colorBlendBoth (false)
2060 , useColorWriteEnable (false)
2061 , forceUnormColorFormat (false)
2062 , nullStaticColorBlendAttPtr (false)
2063 , dualSrcBlend (false)
2064 , favorStaticNullPointers (false)
2065 , forceAtomicCounters (false)
2072 , sampleShadingEnable (false)
2083 , depthTestEnableConfig (false)
2084 , depthWriteEnableConfig (false)
2086 , depthBoundsTestEnableConfig (false)
2088 , stencilTestEnableConfig (false)
2090 , depthBiasEnableConfig (false)
2091 , rastDiscardEnableConfig (false)
2092 , primRestartEnableConfig (false)
2097 , depthClampEnableConfig (false)
2100 , alphaToCoverageConfig (false)
2101 , alphaToOneConfig (false)
2105 , logicOpEnableConfig (false)
2106 , colorBlendEnableConfig (false)
2112 , lineStippleEnableConfig (false)
2114 , sampleLocationsEnableConfig (false)
2118 , coverageToColorEnableConfig (false)
2124 , coverageModTableEnableConfig (false)
2128 , shadingRateImageEnableConfig (false)
2129 , viewportWScalingEnableConfig (false)
2130 , reprFragTestEnableConfig (false)
2132 , m_swappedValues (false)
2387 const bool staticValue = (static_cast<bool>(negativeOneToOneConfig.staticValue) ? negativeOneToOneConfig.staticValue.get() : false);
2592 return false;
3259 return false;
3734 DE_ASSERT(false);
4220 return false;
5462 bool staticFrontStencilSet = false;
5463 bool staticBackStencilSet = false;
5947 bool boundInAdvance = false;
6046 bool boundBeforeDraw = false;
6131 DE_ASSERT(false);
6234 colorMatch = false;
6243 depthMatch = false;
6249 stencilMatch = false;
6309 bool testEnabled = false;
6330 DE_ASSERT(false);
6373 DE_ASSERT(false);
6393 case vk::VK_COMPARE_OP_NEVER: return false;
6400 default: DE_ASSERT(false); return false;
6403 return false; // Unreachable.
6420 default: DE_ASSERT(false); break;
6480 { false, "" },
6492 { false, ""},
6592 config.rastDiscardEnableConfig.staticValue = false;
6601 config.rastDiscardEnableConfig.dynamicValue = tcu::just(false);
6627 config.logicOpEnableConfig.staticValue = false;
6643 config.logicOpEnableConfig.dynamicValue = false;
6667 config.colorBlendEnableConfig.staticValue = false;
6686 config.colorBlendEnableConfig.dynamicValue = false;
6740 config.colorWriteEnableConfig.staticValue = false;
6747 config.logicOpEnableConfig.dynamicValue = false;
6820 config.colorWriteEnableConfig.staticValue = false;
6827 config.logicOpEnableConfig.dynamicValue = false;
6880 config.colorWriteEnableConfig.staticValue = false;
6885 config.logicOpEnableConfig.dynamicValue = false;
6990 config.colorBlendEnableConfig.staticValue = false;
7014 config.primRestartEnableConfig.staticValue = false;
7133 config.lineStippleEnableConfig.dynamicValue = false;
7168 config.lineStippleEnableConfig.staticValue = false;
7187 config.lineStippleEnableConfig.staticValue = false;
7401 config.depthTestEnableConfig.staticValue = false;
7411 config.depthTestEnableConfig.dynamicValue = tcu::just(false);
7427 config.depthWriteEnableConfig.staticValue = false;
7445 config.depthWriteEnableConfig.dynamicValue = tcu::just(false);
7466 config.depthClampEnableConfig.staticValue = false;
7486 config.depthClampEnableConfig.dynamicValue = false;
7513 config.depthClampEnableConfig.staticValue = false;
7532 config.depthClampEnableConfig.staticValue = false;
7552 config.depthClampEnableConfig.dynamicValue = false;
7636 config.alphaToCoverageConfig.staticValue = false;
7649 config.alphaToCoverageConfig.dynamicValue = false;
7662 config.alphaToOneConfig.staticValue = false;
7675 config.alphaToOneConfig.dynamicValue = false;
7783 { tcu::just(0u), tcu::Nothing, tcu::just(1u), false, "none_to_one_mismatch" },
7784 { tcu::just(0u), tcu::just(0u), tcu::just(1u), false, "zero_to_one_mismatch" },
7785 { tcu::Nothing, tcu::Nothing, tcu::just(1u), false, "none_to_one_mismatch_implicit" },
7786 { tcu::Nothing, tcu::just(0u), tcu::just(1u), false, "zero_to_one_mismatch_implicit" },
7823 { tcu::just(false), tcu::just(true), "provoking_vertex_first_to_last_explicit" },
7825 { tcu::just(true), tcu::just(false), "provoking_vertex_last_to_first" },
7854 // Dynamically switch negative one to one mode from none (false) to true
7856 // Dynamically switch negative one to one mode from false to true
7857 { tcu::just(false), tcu::just(true), "negative_one_to_one_false_to_true_explicit" },
7858 // Dynamically switch negative one to one mode from true to false
7859 { tcu::just(true), tcu::just(false), "negative_one_to_one_true_to_false" },
7894 // Dynamically switch negative one to one mode from none (true) to false
7895 { tcu::Nothing, tcu::just(false), "depth_clip_enable_true_to_false_implicit" },
7896 // Dynamically switch negative one to one mode from true to false
7897 { tcu::just(true), tcu::just(false), "depth_clip_enable_true_to_false_explicit" },
7898 // Dynamically switch negative one to one mode from false to true
7899 { tcu::just(false), tcu::just(true), "depth_clip_enable_true_to_false" },
7939 config.sampleLocationsEnableConfig.staticValue = false;
8075 config.coverageModTableEnableConfig.staticValue = false;
8364 config.depthBiasEnableConfig.staticValue = false;
8401 config.depthBiasEnableConfig.dynamicValue = tcu::just(false);
8632 config.depthBoundsTestEnableConfig.staticValue = false;
8641 config.depthBoundsTestEnableConfig.dynamicValue = tcu::just(false);
8650 config.stencilTestEnableConfig.staticValue = false;
8660 config.stencilTestEnableConfig.dynamicValue = tcu::just(false);
8977 TestConfig config(pipelineConstructionType, kOrdering, false, getVertexWithPaddingGenerator(), getVertexWithExtraAttributesGenerator());
8989 config.primRestartEnableConfig.staticValue = false;
9029 config.depthClampEnableConfig.dynamicValue = false;
9031 config.rastDiscardEnableConfig.dynamicValue = false;
9039 config.depthBiasEnableConfig.dynamicValue = false;
9055 config.alphaToCoverageConfig.dynamicValue = false;
9057 config.alphaToOneConfig.dynamicValue = false;
9065 config.depthTestEnableConfig.dynamicValue = false;
9067 config.depthWriteEnableConfig.dynamicValue = false;
9071 config.depthBoundsTestEnableConfig.dynamicValue = false;
9073 config.stencilTestEnableConfig.dynamicValue = false;
9086 config.logicOpEnableConfig.dynamicValue = false;
9090 config.colorBlendEnableConfig.dynamicValue = false;