Searched refs:o_flags (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mc.c | 235 struct ureg_dst o_vpos, o_flags; in create_ycbcr_vert_shader() local 255 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS); in create_ycbcr_vert_shader() 259 * o_flags.z = intra * 0.5 in create_ycbcr_vert_shader() 267 * o_flags.w = t_vtex.z ? 0 : 1 in create_ycbcr_vert_shader() 274 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z), in create_ycbcr_vert_shader() 276 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f)); in create_ycbcr_vert_shader() 297 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), in create_ycbcr_vert_shader()
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 2482 if ((ptnl->i_flags & GRE_KEY) && (ptnl->o_flags & GRE_KEY) in display_tunnel() 2484 else if ((ptnl->i_flags | ptnl->o_flags) & GRE_KEY) { in display_tunnel() 2487 if (ptnl->o_flags & GRE_KEY) printf(" okey %s ", okey_str); in display_tunnel() 2492 if (ptnl->o_flags & GRE_SEQ) printf("\n Sequence packets on output."); in display_tunnel() 2493 if (ptnl->o_flags & GRE_CSUM) printf("\n Checksum output packets."); in display_tunnel() 2600 ptnl->o_flags |= GRE_KEY; in parse_iptunnel_args() 2606 ptnl->o_flags |= GRE_KEY; in parse_iptunnel_args() 2613 ptnl->o_flags |= GRE_SEQ; in parse_iptunnel_args() 2619 ptnl->o_flags |= GRE_SEQ; in parse_iptunnel_args() 2623 ptnl->o_flags | in parse_iptunnel_args() [all...] |
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 1937 uvwasi_oflags_t o_flags, in uvwasi_path_open() 1958 "path_len=%d, o_flags=%d, fs_rights_base=%"PRIu64", " in uvwasi_path_open() 1965 o_flags, in uvwasi_path_open() 1984 if ((o_flags & UVWASI_O_CREAT) != 0) { in uvwasi_path_open() 1988 if ((o_flags & UVWASI_O_DIRECTORY) != 0) in uvwasi_path_open() 1990 if ((o_flags & UVWASI_O_EXCL) != 0) in uvwasi_path_open() 1992 if ((o_flags & UVWASI_O_TRUNC) != 0) { in uvwasi_path_open() 2054 if ((o_flags & UVWASI_O_DIRECTORY) != 0 && in uvwasi_path_open() 1932 uvwasi_path_open(uvwasi_t* uvwasi, uvwasi_fd_t dirfd, uvwasi_lookupflags_t dirflags, const char* path, uvwasi_size_t path_len, uvwasi_oflags_t o_flags, uvwasi_rights_t fs_rights_base, uvwasi_rights_t fs_rights_inheriting, uvwasi_fdflags_t fs_flags, uvwasi_fd_t* fd) uvwasi_path_open() argument
|
/third_party/node/deps/uvwasi/include/ |
H A D | uvwasi.h | 219 uvwasi_oflags_t o_flags,
|
/third_party/node/src/ |
H A D | node_wasi.cc | 1174 uint32_t o_flags; in PathOpen() local 1186 CHECK_TO_TYPE_OR_RETURN(args, args[4], Uint32, o_flags); in PathOpen() 1198 o_flags, in PathOpen() 1212 static_cast<uvwasi_oflags_t>(o_flags), in PathOpen()
|
Completed in 13 milliseconds