• Home
  • Raw
  • Download

Lines Matching refs:vi_ci_

182         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()
1622 helper.vi_ci_.pNext = &pvids_ci; in TEST_F()
1623 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
1624 helper.vi_ci_.pVertexBindingDescriptions = &vibd; in TEST_F()
2270 helper.vi_ci_.pVertexBindingDescriptions = &vertex_input_binding_description; in TEST_F()
2271 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
2290 helper.vi_ci_.pVertexBindingDescriptions = &vertex_input_binding_description; in TEST_F()
2291 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
2310 helper.vi_ci_.pVertexAttributeDescriptions = &vertex_input_attribute_description; in TEST_F()
2311 helper.vi_ci_.vertexAttributeDescriptionCount = 1; in TEST_F()
2331 helper.vi_ci_.pVertexAttributeDescriptions = &vertex_input_attribute_description; in TEST_F()
2332 helper.vi_ci_.vertexAttributeDescriptionCount = 1; in TEST_F()
2379 helper.vi_ci_.pVertexBindingDescriptions = &vertex_input_binding_description; in TEST_F()
2380 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
2381 helper.vi_ci_.pVertexAttributeDescriptions = &vertex_input_attribute_description; in TEST_F()
2382 helper.vi_ci_.vertexAttributeDescriptionCount = 1; in TEST_F()
2582 helper.vi_ci_.pVertexBindingDescriptions = input_bindings.data(); in TEST_F()
2583 helper.vi_ci_.vertexBindingDescriptionCount = binding_count; in TEST_F()
2584 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F()
2585 helper.vi_ci_.vertexAttributeDescriptionCount = 1; in TEST_F()
2622 helper.vi_ci_.pVertexBindingDescriptions = &input_binding; in TEST_F()
2623 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
2624 helper.vi_ci_.pVertexAttributeDescriptions = input_attribs.data(); in TEST_F()
2625 helper.vi_ci_.vertexAttributeDescriptionCount = attribute_count; in TEST_F()
3303 helper.vi_ci_.pVertexBindingDescriptions = &input_binding; in TEST_F()
3304 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
3305 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F()
3306 helper.vi_ci_.vertexAttributeDescriptionCount = 1; in TEST_F()
3328 helper.vi_ci_.pVertexBindingDescriptions = &input_binding; in TEST_F()
3329 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
3330 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F()
3331 helper.vi_ci_.vertexAttributeDescriptionCount = 1; in TEST_F()
3387 helper.vi_ci_.pVertexBindingDescriptions = &input_binding; in TEST_F()
3388 helper.vi_ci_.vertexBindingDescriptionCount = 1; in TEST_F()
3389 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F()
3390 helper.vi_ci_.vertexAttributeDescriptionCount = 1; in TEST_F()
3656 helper.vi_ci_.pVertexBindingDescriptions = input_bindings; in TEST_F()
3657 helper.vi_ci_.vertexBindingDescriptionCount = 2; in TEST_F()
3658 helper.vi_ci_.pVertexAttributeDescriptions = &input_attrib; in TEST_F()
3659 helper.vi_ci_.vertexAttributeDescriptionCount = 1; in TEST_F()