HomeSort by relevance Sort by last modified time
    Searched refs:NIR_VLA_FILL (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_vla.h 44 #define NIR_VLA_FILL(_type, _name, _length, _byte) \
50 * Just like NIR_VLA_FILL, _length is evaluated twice, so expressions with
54 NIR_VLA_FILL(_type, _name, _length, 0)
nir_from_ssa.c 606 NIR_VLA_FILL(int, loc, num_copies * 2, -1);
609 NIR_VLA_FILL(int, pred, num_copies * 2, -1);

Completed in 75 milliseconds