Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp1875 helper.vp_state_ci_.viewportCount = test_case.viewport_count; in TEST_F()
1876 helper.vp_state_ci_.pViewports = test_case.viewports; in TEST_F()
1877 helper.vp_state_ci_.scissorCount = test_case.scissor_count; in TEST_F()
1878 helper.vp_state_ci_.pScissors = test_case.scissors; in TEST_F()
1956 helper.vp_state_ci_.viewportCount = test_case.viewport_count; in TEST_F()
1957 helper.vp_state_ci_.pViewports = test_case.viewports; in TEST_F()
1958 helper.vp_state_ci_.scissorCount = test_case.scissor_count; in TEST_F()
1959 helper.vp_state_ci_.pScissors = test_case.scissors; in TEST_F()
2098 helper.vp_state_ci_.viewportCount = test_case.viewport_count; in TEST_F()
2099 helper.vp_state_ci_.pViewports = test_case.viewports; in TEST_F()
[all …]
Dlayer_validation_tests.cpp1457 vp_state_ci_.sType = VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO; in InitViewportInfo()
1458 vp_state_ci_.pNext = nullptr; in InitViewportInfo()
1459 vp_state_ci_.viewportCount = 1; in InitViewportInfo()
1460 vp_state_ci_.pViewports = &viewport_; // ignored if dynamic in InitViewportInfo()
1461 vp_state_ci_.scissorCount = 1; in InitViewportInfo()
1462 vp_state_ci_.pScissors = &scissor_; // ignored if dynamic in InitViewportInfo()
1529 gp_ci_.pViewportState = &vp_state_ci_; in InitGraphicsPipelineInfo()
Dvklayertests_others.cpp2858 helper.vp_state_ci_.viewportCount = 2; in TEST_F()
2859 helper.vp_state_ci_.pViewports = viewports; in TEST_F()
2860 helper.vp_state_ci_.scissorCount = 2; in TEST_F()
2861 helper.vp_state_ci_.pScissors = scissors; in TEST_F()
2862 helper.vp_state_ci_.pNext = &vsrisci; in TEST_F()
2878 helper.vp_state_ci_.viewportCount = 1; in TEST_F()
2879 helper.vp_state_ci_.pViewports = viewports; in TEST_F()
2880 helper.vp_state_ci_.scissorCount = 1; in TEST_F()
2881 helper.vp_state_ci_.pScissors = scissors; in TEST_F()
2882 helper.vp_state_ci_.pNext = &vsrisci; in TEST_F()
[all …]
Dlayer_validation_tests.h435 VkPipelineViewportStateCreateInfo vp_state_ci_ = {}; member
Dvklayertests_command.cpp4713 helper.vp_state_ci_.viewportCount = test_case.viewport_count; in TEST_F()
4714 helper.vp_state_ci_.pViewports = test_case.viewports; in TEST_F()
4715 helper.vp_state_ci_.scissorCount = test_case.scissor_count; in TEST_F()
4716 helper.vp_state_ci_.pScissors = test_case.scissors; in TEST_F()
4717 helper.vp_state_ci_.pNext = &exc; in TEST_F()