Home
last modified time | relevance | path

Searched refs:blendOff (Results 1 – 25 of 27) sorted by relevance

12

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DGPUDriverTestScreen.cpp322 BlendState *blendOff = draw->CreateBlendState({ false, 0xF }); in DiscardTest() local
395 inputLayout, depthStencilWrite, blendOff, rasterNoCull, &vsColBufDesc, in DiscardTest()
406 inputLayout, stencilEqual, blendOff, rasterNoCull, &vsColBufDesc, in DiscardTest()
432 blendOff->Release(); in DiscardTest()
548 BlendState *blendOff = draw->CreateBlendState({ false, 0xF }); in ShaderTest() local
561 inputLayout, depthStencilOff, blendOff, rasterNoCull, &vsColBufDesc, in ShaderTest()
568 inputLayout, depthStencilOff, blendOff, rasterNoCull, &vsColBufDesc, in ShaderTest()
573 blendOff->Release(); in ShaderTest()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DGPUDriverTestScreen.cpp322 BlendState *blendOff = draw->CreateBlendState({ false, 0xF }); in DiscardTest() local
395 inputLayout, depthStencilWrite, blendOff, rasterNoCull, &vsColBufDesc, in DiscardTest()
406 inputLayout, stencilEqual, blendOff, rasterNoCull, &vsColBufDesc, in DiscardTest()
432 blendOff->Release(); in DiscardTest()
548 BlendState *blendOff = draw->CreateBlendState({ false, 0xF }); in ShaderTest() local
561 inputLayout, depthStencilOff, blendOff, rasterNoCull, &vsColBufDesc, in ShaderTest()
568 inputLayout, depthStencilOff, blendOff, rasterNoCull, &vsColBufDesc, in ShaderTest()
573 blendOff->Release(); in ShaderTest()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DGPUDriverTestScreen.cpp322 BlendState *blendOff = draw->CreateBlendState({ false, 0xF }); in DiscardTest() local
395 inputLayout, depthStencilWrite, blendOff, rasterNoCull, &vsColBufDesc, in DiscardTest()
406 inputLayout, stencilEqual, blendOff, rasterNoCull, &vsColBufDesc, in DiscardTest()
432 blendOff->Release(); in DiscardTest()
548 BlendState *blendOff = draw->CreateBlendState({ false, 0xF }); in ShaderTest() local
561 inputLayout, depthStencilOff, blendOff, rasterNoCull, &vsColBufDesc, in ShaderTest()
568 inputLayout, depthStencilOff, blendOff, rasterNoCull, &vsColBufDesc, in ShaderTest()
573 blendOff->Release(); in ShaderTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineState.cpp173 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff); in fill_in_blend_state() local
176 rtBlend.BlendEnable = !blendOff; in fill_in_blend_state()
177 if (!blendOff) { in fill_in_blend_state()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineStateBuilder.mm311 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) &&
314 mtlColorAttachment.blendingEnabled = !blendOff;
315 if (!blendOff) {
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineStateBuilder.mm311 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) &&
314 mtlColorAttachment.blendingEnabled = !blendOff;
315 if (!blendOff) {
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineStateBuilder.mm311 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) &&
314 mtlColorAttachment.blendingEnabled = !blendOff;
315 if (!blendOff) {
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp322 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) && in setup_color_blend_state() local
326 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
327 if (!blendOff) { in setup_color_blend_state()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp361 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) && in setup_color_blend_state() local
365 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
366 if (!blendOff) { in setup_color_blend_state()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineStateBuilder.mm311 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) &&
314 mtlColorAttachment.blendingEnabled = !blendOff;
315 if (!blendOff) {
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp434 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) && in setup_color_blend_state() local
438 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
439 if (!blendOff) { in setup_color_blend_state()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp434 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) && in setup_color_blend_state() local
438 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
439 if (!blendOff) { in setup_color_blend_state()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp430 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff); in setup_color_blend_state() local
433 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
434 if (!blendOff) { in setup_color_blend_state()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp434 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) && in setup_color_blend_state() local
438 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
439 if (!blendOff) { in setup_color_blend_state()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkPipeline.cpp434 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) && in setup_color_blend_state() local
438 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
439 if (!blendOff) { in setup_color_blend_state()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineStateBuilder.cpp340 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff); in fill_in_blend_state() local
343 rtBlend.BlendEnable = !blendOff; in fill_in_blend_state()
344 if (!blendOff) { in fill_in_blend_state()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp430 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff); in setup_color_blend_state() local
433 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
434 if (!blendOff) { in setup_color_blend_state()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineStateBuilder.mm349 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff);
351 mtlColorAttachment.blendingEnabled = !blendOff;
352 if (!blendOff) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineStateBuilder.mm350 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff);
352 mtlColorAttachment.blendingEnabled = !blendOff;
353 if (!blendOff) {
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2527 bool blendOff = in flushBlendAndColorWrite() local
2532 if (blendOff) { in flushBlendAndColorWrite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2495 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff) || in flushBlendAndColorWrite() local
2498 if (blendOff) { in flushBlendAndColorWrite()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2527 bool blendOff = in flushBlendAndColorWrite() local
2532 if (blendOff) { in flushBlendAndColorWrite()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2527 bool blendOff = in flushBlendAndColorWrite() local
2532 if (blendOff) { in flushBlendAndColorWrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2486 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff) || in flushBlendAndColorWrite() local
2489 if (blendOff) { in flushBlendAndColorWrite()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2527 bool blendOff = in flushBlendAndColorWrite() local
2532 if (blendOff) { in flushBlendAndColorWrite()

12