Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c39 #define MAX_SLOTS MAX2(VARYING_SLOT_TESS_MAX, FRAG_RESULT_MAX+1) macro
154 get_flat_type(const nir_shader *shader, nir_variable *old_vars[MAX_SLOTS][4], in get_flat_type()
165 assert(*loc < MAX_SLOTS); in get_flat_type()
210 nir_variable *new_vars[MAX_SLOTS][4], in create_new_io_vars()
211 bool flat_vars[MAX_SLOTS]) in create_new_io_vars() argument
213 nir_variable *old_vars[MAX_SLOTS][4] = {{0}}; in create_new_io_vars()
227 for (unsigned loc = 0; loc < MAX_SLOTS; loc++) { in create_new_io_vars()
288 for (unsigned loc = 0; loc < MAX_SLOTS;) { in create_new_io_vars()
383 nir_variable *new_inputs[MAX_SLOTS][4] = {{0}}; in nir_lower_io_to_vector_impl()
384 nir_variable *new_outputs[MAX_SLOTS][4] = {{0}}; in nir_lower_io_to_vector_impl()
[all …]
/external/bcc/libbpf-tools/
Dfunclatency.bpf.c21 __u32 hist[MAX_SLOTS] = {};
64 if (slot >= MAX_SLOTS) in BPF_KRETPROBE()
65 slot = MAX_SLOTS - 1; in BPF_KRETPROBE()
Dtcprtt.bpf.c64 if (slot >= MAX_SLOTS) in BPF_PROG()
65 slot = MAX_SLOTS - 1; in BPF_PROG()
117 if (slot >= MAX_SLOTS) in BPF_KPROBE()
118 slot = MAX_SLOTS - 1; in BPF_KPROBE()
Dtcpsynbl.h5 #define MAX_SLOTS 32 macro
8 __u32 slots[MAX_SLOTS];
Dsoftirqs.h5 #define MAX_SLOTS 20 macro
8 __u32 slots[MAX_SLOTS];
Drunqlen.h6 #define MAX_SLOTS 32 macro
9 __u32 slots[MAX_SLOTS];
Dcpudist.h6 #define MAX_SLOTS 36 macro
9 __u32 slots[MAX_SLOTS];
Drunqlat.h6 #define MAX_SLOTS 26 macro
9 __u32 slots[MAX_SLOTS];
Dhardirqs.h5 #define MAX_SLOTS 20 macro
13 __u32 slots[MAX_SLOTS];
Dreadahead.h5 #define MAX_SLOTS 20 macro
10 __u32 slots[MAX_SLOTS];
Dtcprtt.h5 #define MAX_SLOTS 27 macro
10 __u32 slots[MAX_SLOTS];
Dfsdist.h14 #define MAX_SLOTS 32 macro
17 __u32 slots[MAX_SLOTS];
Dcpufreq.h7 #define MAX_SLOTS 26 macro
16 __u32 slots[MAX_SLOTS];
Dbitesize.h7 #define MAX_SLOTS 20 macro
19 __u32 slots[MAX_SLOTS];
Dbiolatency.h6 #define MAX_SLOTS 27 macro
19 __u32 slots[MAX_SLOTS];
Dbiostacks.h7 #define MAX_SLOTS 20 macro
24 __u32 slots[MAX_SLOTS];
Drunqlen.bpf.c39 if (slot >= MAX_SLOTS) in do_sample()
40 slot = MAX_SLOTS - 1; in do_sample()
Dsoftirqs.bpf.c59 if (slot >= MAX_SLOTS) in BPF_PROG()
60 slot = MAX_SLOTS - 1; in BPF_PROG()
Dtcpsynbl.bpf.c35 if (slot >= MAX_SLOTS) in do_entry()
36 slot = MAX_SLOTS - 1; in do_entry()
Dcpufreq.bpf.c58 if (slot >= MAX_SLOTS) in do_sample()
59 slot = MAX_SLOTS - 1; in do_sample()
Dbitesize.bpf.c64 if (slot >= MAX_SLOTS) in trace_rq_issue()
65 slot = MAX_SLOTS - 1; in trace_rq_issue()
Dhardirqs.bpf.c85 if (slot >= MAX_SLOTS) in BPF_PROG()
86 slot = MAX_SLOTS - 1; in BPF_PROG()
Dreadahead.bpf.c78 if (slot >= MAX_SLOTS) in BPF_PROG()
79 slot = MAX_SLOTS - 1; in BPF_PROG()
Dcpudist.bpf.c75 if (slot >= MAX_SLOTS) in update_hist()
76 slot = MAX_SLOTS - 1; in update_hist()
Drunqlat.bpf.c122 if (slot >= MAX_SLOTS) in BPF_PROG()
123 slot = MAX_SLOTS - 1; in BPF_PROG()

12