Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.cpp216 return allocate_with_mask(index, 1 << comp, pre_alloc); in allocate_component()
297 allocate_with_mask(ssa_index, swizzle, true); in inject_register()
400 allocate_with_mask(index, 0xf, true); in allocate_ssa_register()
451 allocate_with_mask(index, 0xf, true); in allocate_local_register()
479 int ValuePool::allocate_with_mask(unsigned index, unsigned mask, bool pre_alloc) in allocate_with_mask() function in r600::ValuePool
Dsfn_valuepool.h201 int allocate_with_mask(unsigned index, unsigned mask, bool pre_alloc);