Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.cpp213 int ValuePool::allocate_component(unsigned index, unsigned comp, bool pre_alloc) in allocate_component() argument
216 return allocate_with_mask(index, 1 << comp, pre_alloc); in allocate_component()
479 int ValuePool::allocate_with_mask(unsigned index, unsigned mask, bool pre_alloc) in allocate_with_mask() argument
484 sfn_log << SfnLog::reg << (pre_alloc ? "Pre-alloc" : "Allocate") in allocate_with_mask()
500 if (pre_alloc) in allocate_with_mask()
505 if (pre_alloc) in allocate_with_mask()
Dsfn_valuepool.h201 int allocate_with_mask(unsigned index, unsigned mask, bool pre_alloc);
208 int allocate_component(unsigned index, unsigned comp, bool pre_alloc);
/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c119 int pre_alloc(int fd, long size);
1468 if (pre_alloc(fd, total_grow_value) != 0) { in main()
3026 int pre_alloc(int fd, long size) in pre_alloc() function