Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp241 vk::PipelineColorBlendAttachmentState blendAttachmentState; in createGraphicsPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp353 const VkPipelineColorBlendAttachmentState blendAttachmentState = in LogicOpTestInstance() local
DvktPipelineBlendTests.cpp313 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local
395 const VkPipelineColorBlendAttachmentState blendAttachmentState = in getIndexedValue() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp3056 PackedColorBlendAttachmentState blendAttachmentState; in initDefaults() local
3998 PackedColorBlendAttachmentState &blendAttachmentState = in setSingleBlend() local
4025 PackedColorBlendAttachmentState &blendAttachmentState = in updateBlendEquations() local
4043 PackedColorBlendAttachmentState &blendAttachmentState = in updateBlendFuncs() local
4073 PackedColorBlendAttachmentState &blendAttachmentState = in resetBlendFuncsAndEquations() local
Dvk_cache_utils.h674 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState; member