Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_constants.c756 unsigned alloc_buf_size; in emit_constbuf() local
788 alloc_buf_size = align(new_buf_size, CONST0_UPLOAD_ALIGNMENT); in emit_constbuf()
790 u_upload_alloc(svga->const0_upload, 0, alloc_buf_size, in emit_constbuf()
803 memset(dst_map, 0, alloc_buf_size); in emit_constbuf()

Completed in 2 milliseconds