Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp137 uint32_t index_count() const in index_count() function in __anon192347900111::Mesh
144 return sizeof(uint32_t) * index_count(); in index_buffer_size()
332 const int index_count = sizeof(teapot_indices) / sizeof(teapot_indices[0]); in BuildTeapot() local
333 assert(position_count % 3 == 0 && index_count % 3 == 0); in BuildTeapot()
353 for (int i = 0; i < index_count; i += 3) { in BuildTeapot()
437 draw.indexCount = mesh.index_count(); in Meshes()
445 first_index += mesh.index_count(); in Meshes()