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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_suballoc.h47 boolean zero_buffer_memory; /* If the buffer contents should be zeroed. */ member in struct:u_suballocator
58 boolean zero_buffer_memory);
H A Du_suballoc.c43 * \param zero_buffer_memory determines whether the buffer contents should be
52 boolean zero_buffer_memory)
61 allocator->zero_buffer_memory = zero_buffer_memory;
106 if (allocator->zero_buffer_memory) {
48 u_suballocator_init(struct u_suballocator * allocator,struct pipe_context * pipe,unsigned size,unsigned bind,enum pipe_resource_usage usage,unsigned flags,boolean zero_buffer_memory) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_suballoc.h39 boolean zero_buffer_memory);
H A Du_suballoc.c47 boolean zero_buffer_memory; /* If the buffer contents should be zeroed. */ member in struct:u_suballocator
58 * \param zero_buffer_memory determines whether the buffer contents should be
65 boolean zero_buffer_memory)
76 allocator->zero_buffer_memory = zero_buffer_memory;
123 if (allocator->zero_buffer_memory) {
63 u_suballocator_create(struct pipe_context * pipe,unsigned size,unsigned bind,enum pipe_resource_usage usage,unsigned flags,boolean zero_buffer_memory) argument

Completed in 4 milliseconds