Home
last modified time | relevance | path

Searched refs:blendAttachmentState (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1680 PackedColorBlendAttachmentState blendAttachmentState; in initDefaults() local
1681 SetBitField(blendAttachmentState.srcColorBlendFactor, VK_BLEND_FACTOR_ONE); in initDefaults()
1682 SetBitField(blendAttachmentState.dstColorBlendFactor, VK_BLEND_FACTOR_ZERO); in initDefaults()
1683 SetBitField(blendAttachmentState.colorBlendOp, VK_BLEND_OP_ADD); in initDefaults()
1684 SetBitField(blendAttachmentState.srcAlphaBlendFactor, VK_BLEND_FACTOR_ONE); in initDefaults()
1685 SetBitField(blendAttachmentState.dstAlphaBlendFactor, VK_BLEND_FACTOR_ZERO); in initDefaults()
1686 SetBitField(blendAttachmentState.alphaBlendOp, VK_BLEND_OP_ADD); in initDefaults()
1690 blendAttachmentState); in initDefaults()
1719 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState; in initializePipeline() local
1796 sizeof(tessellationState) + sizeof(blendAttachmentState) + in initializePipeline()
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp241 vk::PipelineColorBlendAttachmentState blendAttachmentState; in createGraphicsPipeline() local
242blendAttachmentState.colorWriteMask = vk::ColorComponentFlagBits::eR | vk::ColorComponentFlagBits:… in createGraphicsPipeline()
243 blendAttachmentState.blendEnable = VK_FALSE; in createGraphicsPipeline()
246 colorBlendState.pAttachments = &blendAttachmentState; in createGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp353 const VkPipelineColorBlendAttachmentState blendAttachmentState = in LogicOpTestInstance() local
373 &blendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in LogicOpTestInstance()
DvktPipelineBlendTests.cpp313 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local
326 return blendAttachmentState; in getIndexedValue()
395 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local
408 return blendAttachmentState; in getIndexedValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp353 const VkPipelineColorBlendAttachmentState blendAttachmentState = in LogicOpTestInstance() local
373 &blendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in LogicOpTestInstance()
DvktPipelineBlendTests.cpp313 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local
326 return blendAttachmentState; in getIndexedValue()
395 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local
408 return blendAttachmentState; in getIndexedValue()