Searched refs:NIR_VLA (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_vla.h | 35 #define NIR_VLA(_type, _name, _length) \ macro
|
D | nir_from_ssa.c | 186 NIR_VLA(merge_node *, dom, a->size + b->size); in merge_sets_interfere() 613 NIR_VLA(int, to_do, num_copies * 2); in resolve_parallel_copy() 665 NIR_VLA(int, ready, num_copies * 2); in resolve_parallel_copy()
|
D | nir_liveness.c | 124 NIR_VLA(BITSET_WORD, live, state->bitset_words); in propagate_across_edge()
|
D | nir_phi_builder.c | 254 NIR_VLA(nir_block *, preds, num_blocks); in nir_phi_builder_finish()
|
D | nir_lower_regs_to_ssa.c | 230 NIR_VLA(BITSET_WORD, defs, block_set_words); in nir_lower_regs_to_ssa_impl()
|
D | nir_instr_set.c | 107 NIR_VLA(nir_phi_src *, srcs, num_preds); in hash_phi()
|
D | nir_lower_vars_to_ssa.c | 705 NIR_VLA(BITSET_WORD, store_blocks, BITSET_WORDS(state.impl->num_blocks)); in nir_lower_vars_to_ssa_impl()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 818 NIR_VLA(nir_ssa_def *, conditions, num_cases); in vtn_emit_cf_list()
|
D | spirv_to_nir.c | 1103 NIR_VLA(struct glsl_struct_field, fields, count); in vtn_handle_type()
|