Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c795 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()