Home
last modified time | relevance | path

Searched refs:MAX_SLOTS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c39 #define MAX_SLOTS MAX2(VARYING_SLOT_TESS_MAX, FRAG_RESULT_MAX+1) macro
156 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() argument
215 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 …]
/third_party/lwip/src/include/netif/ppp/
Dvj.h38 #define MAX_SLOTS 16 /* must be > 2 and < 256 */ macro
150 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
151 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
/third_party/lwip/src/netif/ppp/
Dvj.c53 #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()
/third_party/libevdev/libevdev/
Dlibevdev.c667 #define MAX_SLOTS 256 in sync_mt_state() macro
669 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()