Searched refs:NIR_VLA (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_vla.h | 35 #define NIR_VLA(_type, _name, _length) \ macro
|
D | nir_inline_functions.c | 162 NIR_VLA(nir_ssa_def *, params, num_params); in inline_functions_block()
|
D | nir_from_ssa.c | 234 NIR_VLA(merge_node *, dom, a->size + b->size); in merge_sets_interfere() 706 NIR_VLA(int, to_do, num_copies * 2); in resolve_parallel_copy() 758 NIR_VLA(int, ready, num_copies * 2); in resolve_parallel_copy()
|
D | nir_instr_set.c | 225 NIR_VLA(nir_phi_src *, srcs, num_preds); in hash_phi()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 930 NIR_VLA(struct glsl_struct_field, fields, num_fields); in vtn_type_get_nir_type() 1530 NIR_VLA(struct glsl_struct_field, fields, count); in vtn_handle_type()
|