Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp182 helper.vi_ci_.pVertexBindingDescriptions = &input_binding; in TEST_F()
183 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
184 helper.vi_ci_.pVertexAttributeDescriptions = &input_attribs; in TEST_F()
185 helper.vi_ci_.vertexAttributeDescriptionCount = 1; in TEST_F()
1515 helper.vi_ci_.pNext = &pvids_ci; in TEST_F()
1516 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
1517 helper.vi_ci_.pVertexBindingDescriptions = &vibd; in TEST_F()
1575 helper.vi_ci_.pNext = &pvids_ci; in TEST_F()
1576 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
1577 helper.vi_ci_.pVertexBindingDescriptions = &vibd; in TEST_F()
[all …]
Dlayer_validation_tests.cpp1301 pipelineHelper->vi_ci_.pVertexBindingDescriptions = VertexInputBindingDescription; in AddVertexInputToPipeHelpr()
1302 pipelineHelper->vi_ci_.vertexBindingDescriptionCount = BindingCount; in AddVertexInputToPipeHelpr()
1303 pipelineHelper->vi_ci_.pVertexAttributeDescriptions = VertexInputAttributeDescription; in AddVertexInputToPipeHelpr()
1304 pipelineHelper->vi_ci_.vertexAttributeDescriptionCount = AttributeCount; in AddVertexInputToPipeHelpr()
1432 vi_ci_.sType = VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO; in InitInputAndVertexInfo()
1526 gp_ci_.pVertexInputState = &vi_ci_; in InitGraphicsPipelineInfo()
Dvkpositivelayertests.cpp4905 pipe.vi_ci_.pVertexBindingDescriptions = &input_binding; in TEST_F()
4906 pipe.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
4907 pipe.vi_ci_.pVertexAttributeDescriptions = input_attribs; in TEST_F()
4908 pipe.vi_ci_.vertexAttributeDescriptionCount = 2; in TEST_F()
4946 pipe.vi_ci_.pVertexBindingDescriptions = &input_binding; in TEST_F()
4947 pipe.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
4948 pipe.vi_ci_.pVertexAttributeDescriptions = input_attribs; in TEST_F()
4949 pipe.vi_ci_.vertexAttributeDescriptionCount = 2; in TEST_F()
5266 pipe.vi_ci_.pVertexBindingDescriptions = input_bindings; in TEST_F()
5267 pipe.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
[all …]
Dlayer_validation_tests.h430 VkPipelineVertexInputStateCreateInfo vi_ci_ = {}; member