Home
last modified time | relevance | path

Searched refs:superSampling (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/sandor_fxs/
H A Dblend.h19 int superSampling; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/tests/fuzzers/
H A DVertexRoutineFuzzer.cpp151 state.superSampling = (data[0] & 0x02) != 0; in LLVMFuzzerTestOneInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DVertexProcessor.hpp84 bool superSampling : 1; member
H A DVertexProcessor.cpp968 state.superSampling = context->getSuperSampleCount() > 1; in update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DVertexProcessor.hpp84 bool superSampling : 1; member
H A DVertexProcessor.cpp968 state.superSampling = context->getSuperSampleCount() > 1; in update()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DVertexRoutine.cpp637 if(state.superSampling) in postTransform()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DVertexRoutine.cpp637 if(state.superSampling) in postTransform()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtcolumnfx.cpp514 param.superSampling = sandorData->m_blendParams.m_superSampling; in applyCmappedFx()