/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDrawBuffersIndexedTests.cpp | 159 struct BlendState struct 161 BlendState (void) {} in BlendState() function 163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() function 192 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend) in setCommonBlendState() 236 void setIndexedBlendState (const glw::Functions& gl, const BlendState& blend, deUint32 index) in setIndexedBlendState() 285 const BlendState& blendState, 290 const BlendState& getBlendState (void) const { return m_blendState; } in getBlendState() 297 BlendState m_blendState; 300 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const… in DrawBufferInfo() 602 void setBlendState (rr::FragmentOperationState& fragOps, const BlendState& state) in setBlendState() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 159 struct BlendState struct 161 BlendState (void) {} in BlendState() function 163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() argument 192 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend) in setCommonBlendState() 236 void setIndexedBlendState (const glw::Functions& gl, const BlendState& blend, deUint32 index) in setIndexedBlendState() 285 const BlendState& blendState, 290 const BlendState& getBlendState (void) const { return m_blendState; } in getBlendState() 297 BlendState m_blendState; 300 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const… in DrawBufferInfo() 590 void setBlendState (rr::FragmentOperationState& fragOps, const BlendState& state) in setBlendState() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.cpp | 42 BlendState::BlendState() in BlendState() function in gl::BlendState 44 memset(this, 0, sizeof(BlendState)); in BlendState() 57 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState 59 memcpy(this, &other, sizeof(BlendState)); in BlendState() 62 bool BlendState::allChannelsMasked() const in allChannelsMasked() 67 bool operator==(const BlendState &a, const BlendState &b) in operator ==() 69 return memcmp(&a, &b, sizeof(BlendState)) == 0; in operator ==() 72 bool operator!=(const BlendState &a, const BlendState &b) in operator !=()
|
D | angletypes.h | 148 struct BlendState final 151 BlendState(); 152 BlendState(const BlendState &other); 174 bool operator==(const BlendState &a, const BlendState &b); 175 bool operator!=(const BlendState &a, const BlendState &b);
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 43 struct BlendState struct 49 BlendState (void) in BlendState() function 94 BlendState blendRGBState; 95 BlendState blendAState;
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Context.hpp | 87 struct BlendState : sw::Memset<BlendState> struct 89 BlendState() in BlendState() function 93 BlendState(bool alphaBlendEnable, in BlendState() function 186 …BlendState getBlendState(int index, const Attachments &attachments, bool fragmentContainsKill) con… 256 BlendState blendState[sw::MAX_COLOR_BUFFERS] = {};
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderState.hpp | 207 struct BlendState struct 213 BlendState (void) in BlendState() argument 258 BlendState blendRGBState; 259 BlendState blendAState;
|
D | rrFragmentOperations.hpp | 141 void executeBlendFactorComputeRGB (const tcu::Vec4& blendColor, const BlendState& blendRGBState); 142 void executeBlendFactorComputeA (const tcu::Vec4& blendColor, const BlendState& blendAState); 143 void executeBlend (const BlendState& blendRGBState, const BlendState& blendAState);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.cpp | 72 BlendState::BlendState() in BlendState() function in gl::BlendState 74 memset(this, 0, sizeof(BlendState)); in BlendState() 89 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState 91 memcpy(this, &other, sizeof(BlendState)); in BlendState() 94 bool operator==(const BlendState &a, const BlendState &b) in operator ==() 96 return memcmp(&a, &b, sizeof(BlendState)) == 0; in operator ==() 99 bool operator!=(const BlendState &a, const BlendState &b) in operator !=()
|
D | angletypes.h | 239 struct BlendState final 242 BlendState(); 243 BlendState(const BlendState &other); 259 bool operator==(const BlendState &a, const BlendState &b); 260 bool operator!=(const BlendState &a, const BlendState &b);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.h | 72 const gl::BlendState &blendState); 76 const d3d11::BlendState **outBlendState); 103 using BlendStateMap = angle::base::HashingMRUCache<d3d11::BlendStateKey, d3d11::BlendState>;
|
D | RenderStateCache.cpp | 48 const gl::BlendState &blendState) in GetBlendStateKey() 76 const d3d11::BlendState **outBlendState) in getBlendState() 90 const gl::BlendState &blendState = key.blendState; in getBlendState() 116 d3d11::BlendState d3dBlendState; in getBlendState()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | State.h | 245 struct BlendState struct 251 static inline BlendState * argument 254 return static_cast<BlendState *>(hBlendState.pDrvPrivate); in CastBlendState() 261 BlendState *pBlendState = CastBlendState(hBlendState); in CastPipeBlendState()
|
D | OutputMerger.cpp | 411 return sizeof(BlendState); in CalcPrivateBlendStateSize() 432 return sizeof(BlendState); in CalcPrivateBlendStateSize1() 558 BlendState *pBlendState = CastBlendState(hBlendState); in CreateBlendState() 633 BlendState *pBlendState = CastBlendState(hBlendState); in CreateBlendState1() 689 BlendState *pBlendState = CastBlendState(hBlendState); in DestroyBlendState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | StateManager9.h | 77 void setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor); 78 void setBlendFuncsEquations(const gl::BlendState &blendState); 165 gl::BlendState mCurBlendState;
|
D | StateManager9.cpp | 143 const gl::BlendState &blendState = state.getBlendState(); in syncState() 163 const gl::BlendState &blendState = state.getBlendState(); in syncState() 185 const gl::BlendState &blendState = state.getBlendState(); in syncState() 328 const gl::BlendState &blendState = glState.getBlendState(); in setBlendDepthRasterStates() 700 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor() 723 void StateManager9::setBlendFuncsEquations(const gl::BlendState &blendState) in setBlendFuncsEquations()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | StateManager9.h | 77 void setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor); 78 void setBlendFuncsEquations(const gl::BlendState &blendState); 163 gl::BlendState mCurBlendState;
|
D | StateManager9.cpp | 142 const gl::BlendState &blendState = state.getBlendState(); in syncState() 162 const gl::BlendState &blendState = state.getBlendState(); in syncState() 185 const gl::BlendState &blendState = state.getBlendState(); in syncState() 328 const gl::BlendState &blendState = glState.getBlendState(); in setBlendDepthRasterStates() 699 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor() 722 void StateManager9::setBlendFuncsEquations(const gl::BlendState &blendState) in setBlendFuncsEquations()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.h | 77 const d3d11::BlendState **outBlendState); 104 using BlendStateMap = angle::base::HashingMRUCache<d3d11::BlendStateKey, d3d11::BlendState>;
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx10.cpp | 139 ID3D10BlendState* BlendState; in ImGui_ImplDX10_RenderDrawData() member 159 ctx->OMGetBlendState(&old.BlendState, old.BlendFactor, &old.SampleMask); in ImGui_ImplDX10_RenderDrawData() 234 …ctx->OMSetBlendState(old.BlendState, old.BlendFactor, old.SampleMask); if (old.BlendState) old.Ble… in ImGui_ImplDX10_RenderDrawData()
|
D | imgui_impl_dx11.cpp | 141 ID3D11BlendState* BlendState; in ImGui_ImplDX11_RenderDrawData() member 163 ctx->OMGetBlendState(&old.BlendState, old.BlendFactor, &old.SampleMask); in ImGui_ImplDX11_RenderDrawData() 239 …ctx->OMSetBlendState(old.BlendState, old.BlendFactor, old.SampleMask); if (old.BlendState) old.Ble… in ImGui_ImplDX11_RenderDrawData()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx10.cpp | 197 ID3D10BlendState* BlendState; in ImGui_ImplDX10_RenderDrawData() member 218 ctx->OMGetBlendState(&old.BlendState, old.BlendFactor, &old.SampleMask); in ImGui_ImplDX10_RenderDrawData() 280 …ctx->OMSetBlendState(old.BlendState, old.BlendFactor, old.SampleMask); if (old.BlendState) old.Ble… in ImGui_ImplDX10_RenderDrawData()
|
D | imgui_impl_dx11.cpp | 203 ID3D11BlendState* BlendState; in ImGui_ImplDX11_RenderDrawData() member 226 ctx->OMGetBlendState(&old.BlendState, old.BlendFactor, &old.SampleMask); in ImGui_ImplDX11_RenderDrawData() 290 …ctx->OMSetBlendState(old.BlendState, old.BlendFactor, old.SampleMask); if (old.BlendState) old.Ble… in ImGui_ImplDX11_RenderDrawData()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 379 descriptorD3D12.BlendState.RenderTarget[i] = in RenderPipeline() 384 descriptorD3D12.BlendState.AlphaToCoverageEnable = FALSE; in RenderPipeline() 385 descriptorD3D12.BlendState.IndependentBlendEnable = TRUE; in RenderPipeline()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 150 wgpu::BlendState blend; in CheckBlendOperation() 183 wgpu::BlendState blend; in CheckBlendFactor() 308 wgpu::BlendState blend; in TEST_P() 691 wgpu::BlendState blend; in TEST_P() 741 wgpu::BlendState blend; in TEST_P() 840 wgpu::BlendState blend0; in TEST_P() 849 wgpu::BlendState blend1; in TEST_P() 860 wgpu::BlendState blend3; in TEST_P() 948 wgpu::BlendState blend; in TEST_P()
|