Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c595 unsigned alloc_buf_size; in emit_constbuf() local
627 alloc_buf_size = align(new_buf_size, CONST0_UPLOAD_ALIGNMENT); in emit_constbuf()
629 u_upload_alloc(svga->const0_upload, 0, alloc_buf_size, in emit_constbuf()
642 memset(dst_map, 0, alloc_buf_size); in emit_constbuf()