Searched refs:NIR_VLA_FILL (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_vla.h | 44 #define NIR_VLA_FILL(_type, _name, _length, _byte) \ macro 54 NIR_VLA_FILL(_type, _name, _length, 0)
|
D | nir_lower_amul.c | 243 NIR_VLA_FILL(bool, large_ubos, shader->info.num_ubos, 0); in nir_lower_amul() 244 NIR_VLA_FILL(bool, large_ssbos, shader->info.num_ssbos, 0); in nir_lower_amul()
|
D | nir_from_ssa.c | 700 NIR_VLA_FILL(int, loc, num_copies * 2, -1); in resolve_parallel_copy() 703 NIR_VLA_FILL(int, pred, num_copies * 2, -1); in resolve_parallel_copy()
|