Searched refs:vertex_input_attribute_description (Results 1 – 1 of 1) sorted by relevance
2306 VkVertexInputAttributeDescription vertex_input_attribute_description{}; in TEST_F() local2307 vertex_input_attribute_description.location = m_device->props.limits.maxVertexInputAttributes; in TEST_F()2310 helper.vi_ci_.pVertexAttributeDescriptions = &vertex_input_attribute_description; in TEST_F()2327 VkVertexInputAttributeDescription vertex_input_attribute_description{}; in TEST_F() local2328 vertex_input_attribute_description.binding = m_device->props.limits.maxVertexInputBindings; in TEST_F()2331 helper.vi_ci_.pVertexAttributeDescriptions = &vertex_input_attribute_description; in TEST_F()2374 VkVertexInputAttributeDescription vertex_input_attribute_description{}; in TEST_F() local2375 vertex_input_attribute_description.format = VK_FORMAT_R8_UNORM; in TEST_F()2376 vertex_input_attribute_description.offset = maxVertexInputAttributeOffset + 1; in TEST_F()2381 helper.vi_ci_.pVertexAttributeDescriptions = &vertex_input_attribute_description; in TEST_F()