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.cpp367 const VkPipelineColorBlendAttachmentState blendAttachmentState = { in LogicOpTestInstance() local
DvktPipelineBlendTests.cpp315 const VkPipelineColorBlendAttachmentState blendAttachmentState = { in getIndexedValue() local
396 const VkPipelineColorBlendAttachmentState blendAttachmentState = { in getIndexedValue() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp3425 PackedColorBlendAttachmentState blendAttachmentState; in initDefaults() local
4429 PackedColorBlendAttachmentState &blendAttachmentState = in setSingleBlend() local
4456 PackedColorBlendAttachmentState &blendAttachmentState = in updateBlendEquations() local
4474 PackedColorBlendAttachmentState &blendAttachmentState = in updateBlendFuncs() local
4504 PackedColorBlendAttachmentState &blendAttachmentState = in resetBlendFuncsAndEquations() local
Dvk_cache_utils.h795 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState; member