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.cpp2639 VkPipelineViewportStateCreateInfo vp_state_ci = {}; in TEST_F() local
2640 vp_state_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO; in TEST_F()
2641 vp_state_ci.scissorCount = 1; in TEST_F()
2642 vp_state_ci.pScissors = ≻ in TEST_F()
2643 vp_state_ci.viewportCount = 1; in TEST_F()
2644 vp_state_ci.pViewports = &vp; in TEST_F()
2657 gp_ci.pViewportState = &vp_state_ci; in TEST_F()
2897 VkPipelineViewportStateCreateInfo vp_state_ci = {}; in TEST_F() local
2898 vp_state_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO; in TEST_F()
2899 vp_state_ci.scissorCount = 0; in TEST_F()
[all …]