Searched refs:NIR_VLA_FILL (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_vla.h | 44 #define NIR_VLA_FILL(_type, _name, _length, _byte) \ macro 50 * Just like NIR_VLA_FILL, _length is evaluated twice, so expressions with 54 NIR_VLA_FILL(_type, _name, _length, 0)
|
| H A D | nir_lower_amul.c | 243 NIR_VLA_FILL(bool, large_ubos, shader->info.num_ubos, 0); 244 NIR_VLA_FILL(bool, large_ssbos, shader->info.num_ssbos, 0);
|
| H A D | nir_from_ssa.c | 694 NIR_VLA_FILL(int, loc, num_copies * 2, -1); 697 NIR_VLA_FILL(int, pred, num_copies * 2, -1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_vla.h | 44 #define NIR_VLA_FILL(_type, _name, _length, _byte) \ macro 50 * Just like NIR_VLA_FILL, _length is evaluated twice, so expressions with 54 NIR_VLA_FILL(_type, _name, _length, 0)
|
| H A D | nir_from_ssa.c | 607 NIR_VLA_FILL(int, loc, num_copies * 2, -1); 610 NIR_VLA_FILL(int, pred, num_copies * 2, -1);
|
Completed in 22 milliseconds