Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_vla.h44 #define NIR_VLA_FILL(_type, _name, _length, _byte) \ macro
54 NIR_VLA_FILL(_type, _name, _length, 0)
Dnir_from_ssa.c606 NIR_VLA_FILL(int, loc, num_copies * 2, -1); in resolve_parallel_copy()
609 NIR_VLA_FILL(int, pred, num_copies * 2, -1); in resolve_parallel_copy()