Searched refs:kBad (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tests/ |
D | DetermineDomainModeTest.cpp | 58 kBad = 2 // we can't sample across this edge enumerator 78 if (kHard != fTypes[i] && kBad != fTypes[i]) { in isHardOrBadAllAround() 88 if (kBad == fTypes[i]) { in hasABad() 143 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy() 144 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy() 166 return RectInfo::kBad; in compute_inset_edgetype()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constexpr-depth.cpp | 7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expressi… variable
|
/external/clang/test/SemaCXX/ |
D | constexpr-depth.cpp | 7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expressi… variable
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 956 const tcu::Vec4 kBad(1.0f, 0.0f, 0.0f, 1.0f); in iterate() local 980 colorErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate() 1008 depthErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 1945 const tcu::Vec4 kBad (1.0f, 0.0f, 0.0f, 1.0f); in iterate() local 1969 colorErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate() 1975 depthErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate() 1981 stencilErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
|
/external/stressapptest/src/ |
D | worker.cc | 749 const int kBad = 1; in CheckRegion() local 780 state = kBad; in CheckRegion() 786 } else if (state == kBad) { in CheckRegion() 807 if ((state == kGoodAgain) || (state == kBad)) { in CheckRegion()
|