Searched refs:prog_flags (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | state.c | 384 GLbitfield prog_flags = _NEW_PROGRAM; in _mesa_update_state_locked() local 399 prog_flags |= (_NEW_BUFFERS | _NEW_TEXTURE | _NEW_FOG | in _mesa_update_state_locked() 405 prog_flags |= (_NEW_VARYING_VP_INPUTS | _NEW_TEXTURE | in _mesa_update_state_locked() 415 if (new_state & prog_flags) in _mesa_update_state_locked() 457 if (new_state & prog_flags) { in _mesa_update_state_locked()
|
/external/strace/ |
D | bpf.c | 202 uint32_t kern_version, prog_flags; in DEF_BPF_CMD_DECODER() member 217 PRINT_FIELD_FLAGS(", ", attr, prog_flags, bpf_prog_flags, "BPF_F_???"); in DEF_BPF_CMD_DECODER()
|
D | configure.ac | 476 union bpf_attr.prog_flags,
|
D | config.h.in | 1334 /* Define to 1 if `prog_flags' is a member of `union bpf_attr'. */
|
D | configure | 10249 ac_fn_c_check_member "$LINENO" "union bpf_attr" "prog_flags" "ac_cv_member_union_bpf_attr_prog_flag…
|
D | ChangeLog | 5861 Implement decoding of union bpf_attr.prog_flags field for BPF_PROG_LOAD 5864 * configure.ac: Check for prog_flags member of union bpf_attr 5868 (decode_BPF_PROG_LOAD): Add prog_flags field to the structure, print it. 5872 (init_BPF_PROG_LOAD_attr): Initialize prog_flags field, update offset.
|
/external/strace/tests-m32/ |
D | bpf.c | 399 .prog_flags = 1 in init_BPF_PROG_LOAD_attr() 402 offsetofend(union bpf_attr, prog_flags); in init_BPF_PROG_LOAD_attr()
|
/external/strace/tests-mx32/ |
D | bpf.c | 399 .prog_flags = 1 in init_BPF_PROG_LOAD_attr() 402 offsetofend(union bpf_attr, prog_flags); in init_BPF_PROG_LOAD_attr()
|
/external/strace/tests/ |
D | bpf.c | 399 .prog_flags = 1 in init_BPF_PROG_LOAD_attr() 402 offsetofend(union bpf_attr, prog_flags); in init_BPF_PROG_LOAD_attr()
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 213 __u32 prog_flags; member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 263 __u32 prog_flags; member
|