HomeSort by relevance Sort by last modified time
    Searched refs:NIR_VLA (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_vla.h 35 #define NIR_VLA(_type, _name, _length) \
nir_liveness.c 29 #include "nir_vla.h"
124 NIR_VLA(BITSET_WORD, live, state->bitset_words);
nir_lower_regs_to_ssa.c 31 #include "nir_vla.h"
230 NIR_VLA(BITSET_WORD, defs, block_set_words);
nir_phi_builder.c 25 #include "nir/nir_vla.h"
254 NIR_VLA(nir_block *, preds, num_blocks);
nir_from_ssa.c 30 #include "nir_vla.h"
185 NIR_VLA(merge_node *, dom, a->size + b->size);
612 NIR_VLA(int, to_do, num_copies * 2);
664 NIR_VLA(int, ready, num_copies * 2);
nir_instr_set.c 25 #include "nir_vla.h"
107 NIR_VLA(nir_phi_src *, srcs, num_preds);
nir_lower_vars_to_ssa.c 31 #include "nir_vla.h"
701 NIR_VLA(BITSET_WORD, store_blocks, BITSET_WORDS(state.impl->num_blocks));
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 25 #include "nir/nir_vla.h"
712 NIR_VLA(nir_ssa_def *, conditions, num_cases);
spirv_to_nir.c 29 #include "nir/nir_vla.h"
778 NIR_VLA(struct glsl_struct_field, fields, count);
806 NIR_VLA(struct glsl_function_param, params, count - 3);
    [all...]

Completed in 183 milliseconds