Home
last modified time | relevance | path

Searched defs:blendState (Results 1 – 24 of 24) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp145 const gl::BlendState &blendState = state.getBlendState(); in syncState() local
165 const gl::BlendState &blendState = state.getBlendState(); in syncState() local
187 const gl::BlendState &blendState = state.getBlendState(); in syncState() local
330 const gl::BlendState &blendState = glState.getBlendState(); in setBlendDepthRasterStates() local
702 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor()
725 void StateManager9::setBlendFuncsEquations(const gl::BlendState &blendState) in setBlendFuncsEquations()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.h82 RENDER_TARGET_BLEND_COMPILE_STATE blendState; member
/external/skia/src/gpu/ganesh/dawn/
DGrDawnProgramBuilder.cpp187 wgpu::BlendState blendState; in create_blend_state() local
378 wgpu::BlendState blendState = create_blend_state(gpu, pipeline); in Build() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp456 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in checkSupport() local
1099 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in verifyImage() local
1514 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in verifyImage() local
2012 std::string getBlendStateName (const VkPipelineColorBlendAttachmentState& blendState) in getBlendStateName()
DvktPipelineMultisampleTests.cpp1314 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleTest()
2015 const VkPipelineColorBlendAttachmentState& blendState, in RasterizationSamplesInstance()
2257 const VkPipelineColorBlendAttachmentState& blendState, in MinSampleShadingDisabledInstance()
2323 const VkPipelineColorBlendAttachmentState& blendState, in SampleMaskInstance()
2489 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToOneInstance()
2567 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToCoverageInstance()
2643 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToCoverageNoColorAttachmentInstance()
2701 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToCoverageColorUnusedAttachmentInstance()
3268 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleRenderer()
3303 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleRenderer()
[all …]
DvktPipelineStencilTests.cpp599 const vk::VkPipelineColorBlendAttachmentState blendState local
DvktPipelineDepthTests.cpp699 const vk::VkPipelineColorBlendAttachmentState blendState local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp648 const d3d11::BlendState *blendState = nullptr; in clearFramebuffer() local
DResourceManager11.cpp107 ID3D11BlendState **blendState) in CreateResource()
DStateManager11.cpp2576 void StateManager11::setSimpleBlendState(const d3d11::BlendState *blendState) in setSimpleBlendState()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h113 SWR_BLEND_STATE blendState; member
Dswr_state.cpp85 SWR_RENDER_TARGET_BLEND_STATE &blendState = in swr_create_blend_state() local
1894 SWR_BLEND_STATE blendState; in swr_update_derived() local
/external/angle/src/libANGLE/
DvalidationES.h778 ANGLE_INLINE bool ValidateColorMasksForSharedExponentColorBuffers(const BlendStateExt &blendState, in ValidateColorMasksForSharedExponentColorBuffers()
DvalidationES.cpp4193 const BlendState &blendState = state.getBlendState(); in ValidateDrawStates() local
/external/deqp/modules/gles3/functional/
Des3fDrawBuffersIndexedTests.cpp300 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const… in DrawBufferInfo()
1281 void genRandomBlendState (de::Random& rng, BlendState& blendState) in genRandomBlendState()
1382 BlendState blendState; in genRandomTest() local
/external/swiftshader/src/Device/
DPixelProcessor.hpp88 vk::BlendState blendState[MAX_COLOR_BUFFERS]; member
DContext.hpp403 BlendState blendState[sw::MAX_COLOR_BUFFERS] = {}; member
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp929 const VkPipelineColorBlendStateCreateInfo blendState = in createRenderPipeline() local
1079 const VkPipelineColorBlendStateCreateInfo blendState = in createSplitPipeline() local
DvktRenderPassDitheringTests.cpp753 const VkPipelineColorBlendAttachmentState blendState = in createDrawResources() local
DvktRenderPassMultisampleResolveTests.cpp1756 const VkPipelineColorBlendStateCreateInfo blendState = in createRenderPipeline() local
2711 const VkPipelineColorBlendStateCreateInfo blendState = in createRenderPipeline() local
DvktRenderPassTests.cpp2048 const VkPipelineColorBlendStateCreateInfo blendState = in createSubpassPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp716 VkPipelineColorBlendStateCreateInfo blendState; in generateWork() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h318 SWR_BLEND_STATE blendState; in OSALIGNLINE() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h671 VkPipelineColorBlendStateCreateInfo blendState = {}; member