Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp4583 VkPipelineColorBlendStateCreateInfo cb_ci = {}; in TEST_F() local
4584 cb_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO; in TEST_F()
4585 cb_ci.attachmentCount = 1; in TEST_F()
4586 cb_ci.pAttachments = &att; in TEST_F()
4596 gp_ci.pColorBlendState = &cb_ci; in TEST_F()
7111 VkPipelineColorBlendStateCreateInfo cb_ci = {}; in TEST_F() local
7112 cb_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO; in TEST_F()
7113 cb_ci.pNext = nullptr; in TEST_F()
7114 cb_ci.attachmentCount = 1; in TEST_F()
7115 cb_ci.pAttachments = &att; in TEST_F()
[all …]