Home
last modified time | relevance | path

Searched refs:prog_flags (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Dstate.c384 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/
Dbpf.c202 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()
Dconfigure.ac476 union bpf_attr.prog_flags,
Dconfig.h.in1334 /* Define to 1 if `prog_flags' is a member of `union bpf_attr'. */
Dconfigure10249 ac_fn_c_check_member "$LINENO" "union bpf_attr" "prog_flags" "ac_cv_member_union_bpf_attr_prog_flag…
DChangeLog5861 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/
Dbpf.c399 .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/
Dbpf.c399 .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/
Dbpf.c399 .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/
Dbpf.h213 __u32 prog_flags; member
/external/kernel-headers/original/uapi/linux/
Dbpf.h263 __u32 prog_flags; member