Searched refs:ib_size (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/demos/smoke/ |
D | Meshes.cpp | 440 VkDeviceSize ib_size = 0; in Meshes() local 454 ib_size += mesh.index_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() argument 505 buf_info.size = ib_size; in allocate_resources()
|
D | Meshes.h | 49 …void allocate_resources(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryProp…
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_draw_upload.c | 795 GLuint ib_size; in brw_upload_indices() local 805 ib_size = ib_type_size * index_buffer->count; in brw_upload_indices() 814 intel_upload_data(&brw->intel, index_buffer->ptr, ib_size, ib_type_size, in brw_upload_indices() 826 ib_size, in brw_upload_indices() 830 intel_upload_data(&brw->intel, map, ib_size, ib_type_size, in brw_upload_indices()
|