Searched refs:vb_size (Results 1 – 6 of 6) sorted by relevance
439 VkDeviceSize vb_size = 0; in Meshes() local453 vb_size += mesh.vertex_buffer_size(); in Meshes()457 allocate_resources(vb_size, ib_size, mem_flags); in Meshes()496 void Meshes::allocate_resources(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMem… in allocate_resources() argument500 buf_info.size = vb_size; in allocate_resources()
49 …void allocate_resources(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryProp…
113 unsigned int vb_size; /* size of client vertex buffer in bytes */ member
115 unsigned int vb_size; /* size of client vertex buffer in bytes */ member
117 GLuint vb_size,
487 GLuint vb_size, in _tnl_init_vertices() argument498 vtx->vertex_buf = (GLubyte *)_mesa_align_calloc(vb_size * max_vertex_size, 32 ); in _tnl_init_vertices()