Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp4549 VkPipelineViewportStateCreateInfo vp_state_ci = {}; in TEST_F() local
4550 vp_state_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO; in TEST_F()
4551 vp_state_ci.viewportCount = 1; in TEST_F()
4553 vp_state_ci.pViewports = &vp; in TEST_F()
4554 vp_state_ci.scissorCount = 1; in TEST_F()
4556 vp_state_ci.pScissors = &scissors; in TEST_F()
4594 gp_ci.pViewportState = &vp_state_ci; in TEST_F()
6597 VkPipelineViewportStateCreateInfo vp_state_ci = {}; in TEST_F() local
6598 vp_state_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO; in TEST_F()
6599 vp_state_ci.scissorCount = 1; in TEST_F()
[all …]