Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1049 VkPipelineVertexInputStateCreateInfo vi_ci_ = {}; member
1079 vi_ci_.sType = VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO; in InitInputAndVertexInfo()
1164 gp_ci_.pVertexInputState = &vi_ci_; in InitGraphicsPipelineInfo()
13059 helper.vi_ci_.pNext = &pvids_ci; in TEST_F()
13060 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
13061 helper.vi_ci_.pVertexBindingDescriptions = &vibd; in TEST_F()
13106 helper.vi_ci_.pNext = &pvids_ci; in TEST_F()
13107 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
13108 helper.vi_ci_.pVertexBindingDescriptions = &vibd; in TEST_F()
13153 helper.vi_ci_.pNext = &pvids_ci; in TEST_F()
[all …]