Searched refs:flagsp (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_image.c | 98 ir3_get_image_coords(const nir_intrinsic_instr *instr, unsigned *flagsp) in ir3_get_image_coords() argument 109 if (flagsp) in ir3_get_image_coords() 110 *flagsp = flags; in ir3_get_image_coords()
|
H A D | ir3_image.h | 40 unsigned *flagsp);
|
H A D | ir3_compiler_nir.c | 2756 tex_info(nir_tex_instr *tex, unsigned *flagsp, unsigned *coordsp) in tex_info() argument 2775 *flagsp = flags; in tex_info()
|
/third_party/mksh/ |
H A D | edit.c | 391 x_file_glob(int *flagsp, char *toglob, char ***wordsp) in x_file_glob() argument 422 *flagsp |= XCF_IS_NOSPACE; in x_file_glob() 618 x_cf_glob(int *flagsp, const char *buf, int buflen, int pos, int *startp, in x_cf_glob() argument 626 if (!((*flagsp) & XCF_COMMAND)) in x_cf_glob() 673 *flagsp |= XCF_IS_NOSPACE; in x_cf_glob() 686 x_command_glob(*flagsp, toglob, &words) : in x_cf_glob() 687 x_file_glob(flagsp, toglob, &words); in x_cf_glob() 695 *flagsp |= XCF_IS_COMMAND; in x_cf_glob()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 35 milliseconds