Home
last modified time | relevance | path

Searched defs:blendAttachmentState (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp241 vk::PipelineColorBlendAttachmentState blendAttachmentState; in createGraphicsPipeline() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp313 const VkPipelineColorBlendAttachmentState blendAttachmentState = { in getIndexedValue() local
394 const VkPipelineColorBlendAttachmentState blendAttachmentState = { in getIndexedValue() local
H A DvktPipelineLogicOpTests.cpp367 const VkPipelineColorBlendAttachmentState blendAttachmentState = { in LogicOpTestInstance() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp3403 PackedColorBlendAttachmentState blendAttachmentState; in initDefaults() local
4394 PackedColorBlendAttachmentState &blendAttachmentState = in setSingleBlend() local
4421 PackedColorBlendAttachmentState &blendAttachmentState = in updateBlendEquations() local
4439 PackedColorBlendAttachmentState &blendAttachmentState = in updateBlendFuncs() local
4469 PackedColorBlendAttachmentState &blendAttachmentState = in resetBlendFuncsAndEquations() local
H A Dvk_cache_utils.h791 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState; member