Searched refs:MAX_SLOTS (Results 1 – 4 of 4) sorted by relevance
39 #define MAX_SLOTS MAX2(VARYING_SLOT_TESS_MAX, FRAG_RESULT_MAX+1) macro156 get_flat_type(const nir_shader *shader, nir_variable *old_vars[MAX_SLOTS][4], in get_flat_type()167 assert(*loc < MAX_SLOTS); in get_flat_type()212 nir_variable *new_vars[MAX_SLOTS][4], in create_new_io_vars()213 bool flat_vars[MAX_SLOTS]) in create_new_io_vars() argument215 nir_variable *old_vars[MAX_SLOTS][4] = {{0}}; in create_new_io_vars()229 for (unsigned loc = 0; loc < MAX_SLOTS; loc++) { in create_new_io_vars()290 for (unsigned loc = 0; loc < MAX_SLOTS;) { in create_new_io_vars()415 nir_variable *new_inputs[MAX_SLOTS][4] = {{0}}; in nir_lower_io_to_vector_impl()416 nir_variable *new_outputs[MAX_SLOTS][4] = {{0}}; in nir_lower_io_to_vector_impl()[all …]
38 #define MAX_SLOTS 16 /* must be > 2 and < 256 */ macro150 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */151 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
53 #if MAX_SLOTS == 0 in vj_compress_init()56 comp->maxSlotIndex = MAX_SLOTS - 1; in vj_compress_init()58 for (i = MAX_SLOTS - 1; i > 0; --i) { in vj_compress_init()62 tstate[0].cs_next = &tstate[MAX_SLOTS - 1]; in vj_compress_init()467 if (IPH_PROTO(ip) >= MAX_SLOTS in vj_uncompress_uncomp()515 if (*cp >= MAX_SLOTS) { in vj_uncompress_tcp()
667 #define MAX_SLOTS 256 in sync_mt_state() macro669 struct slot_change_state changes[MAX_SLOTS] = {0}; in sync_mt_state()670 unsigned int nslots = min(MAX_SLOTS, dev->num_slots); in sync_mt_state()676 int32_t val[MAX_SLOTS]; in sync_mt_state()719 if (dev->num_slots > MAX_SLOTS) in sync_mt_state()