Home
last modified time | relevance | path

Searched refs:foundFragment (Results 1 – 2 of 2) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Main/
H A DMaterialInstance.cpp157 …bool foundFragment = std::find(usedTextureSamplersFragment.begin(), usedTextureSamplersFragment.en… in createForConfiguration() local
158 if ( (foundVertex || foundFragment) in createForConfiguration()
167 …if (useShaders && ((hasVertex && foundVertex) || (hasFragment && foundFragment)) && (mFactory->get… in createForConfiguration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuRasterizationVerifier.cpp1431 bool foundFragment = false; in verifySinglesampleLineGroupRasterization() local
1436 foundFragment = true; in verifySinglesampleLineGroupRasterization()
1440 for (int dy = -1; dy < 2 && !foundFragment; ++dy) in verifySinglesampleLineGroupRasterization()
1441 for (int dx = -1; dx < 2 && !foundFragment; ++dx) in verifySinglesampleLineGroupRasterization()
1444 foundFragment = true; in verifySinglesampleLineGroupRasterization()
1447 if (!foundFragment) in verifySinglesampleLineGroupRasterization()
2656 bool foundFragment = false; in verifyTriangleGroupRasterization() local
2659 for (int dy = -1; dy < 2 && !foundFragment; ++dy) in verifyTriangleGroupRasterization()
2660 for (int dx = -1; dx < 2 && !foundFragment; ++dx) in verifyTriangleGroupRasterization()
2667 foundFragment = true; in verifyTriangleGroupRasterization()
[all …]