Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp17593 struct VboEntry { in TEST_F() struct
17600 const VboEntry vbo_data[vbo_entry_count] = {}; in TEST_F()
17602 VkConstantBufferObj vbo(m_device, static_cast<int>(sizeof(VboEntry) * vbo_entry_count), in TEST_F()
17607 input_binding.stride = sizeof(VboEntry); in TEST_F()
17616 input_attribs[0].offset = offsetof(VboEntry, input1); in TEST_F()
17621 input_attribs[1].offset = offsetof(VboEntry, input0); in TEST_F()
17626 input_attribs[2].offset = offsetof(VboEntry, input2); in TEST_F()