Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_suballoc.c46 boolean zero_buffer_memory; /* If the buffer contents should be zeroed. */ member
62 boolean zero_buffer_memory) in u_suballocator_create() argument
72 allocator->zero_buffer_memory = zero_buffer_memory; in u_suballocator_create()
107 if (allocator->zero_buffer_memory) { in u_suballocator_alloc()
Du_suballoc.h39 boolean zero_buffer_memory);