Home
last modified time | relevance | path

Searched +defs:prog +defs:mode (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_print.c366 reg_string(gl_register_file f, GLint index, gl_prog_print_mode mode, in reg_string()
367 GLboolean relAddr, const struct gl_program *prog) in reg_string()
518 gl_prog_print_mode mode, in fprint_dst_reg()
519 const struct gl_program *prog) in fprint_dst_reg()
538 gl_prog_print_mode mode, in fprint_src_reg()
539 const struct gl_program *prog) in fprint_src_reg()
560 gl_prog_print_mode mode, in _mesa_fprint_alu_instruction()
561 const struct gl_program *prog) in _mesa_fprint_alu_instruction()
608 gl_prog_print_mode mode, in _mesa_fprint_instruction_opt()
609 const struct gl_program *prog) in _mesa_fprint_instruction_opt()
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp72 nir_variable_mode mode) in st_nir_fixup_varying_slots()
132 st_nir_lookup_parameter_index(struct gl_program *prog, nir_variable *var) in st_nir_lookup_parameter_index()
183 struct gl_program *prog, in st_nir_assign_uniform_locations()
276 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir_post_opts()
450 struct gl_program *prog, in st_nir_lower_wpos_ytransform()
523 struct gl_program *prog = shader->Program; in st_link_glsl_to_nir() local
590 struct gl_program *prog = linked_shader[i]->Program; in st_link_glsl_to_nir() local
618 nir_variable_mode mode = (nir_variable_mode)0; in st_link_glsl_to_nir() local
721 struct gl_program *prog = shader->Program; in st_link_glsl_to_nir() local
829 struct gl_program *prog) in st_nir_lower_samplers()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_opt_dead_builtin_varyings.c72 nir_variable_mode mode; member
76 initialise_varying_info(struct varying_info *info, nir_variable_mode mode, in initialise_varying_info()
224 struct gl_shader_program *prog; member
235 create_new_var(nir_shader *shader, char *name, nir_variable_mode mode, in create_new_var()
334 struct gl_shader_program *prog, in replace_varyings()
441 struct gl_shader_program *prog, in lower_texcoord_array()
450 struct gl_shader_program *prog, in gl_nir_opt_dead_builtin_varyings()
H A Dgl_nir_link_interface_blocks.c42 interstage_member_mismatch(struct gl_shader_program *prog, in interstage_member_mismatch()
117 struct gl_shader_program *prog, in intrastage_match()
183 interstage_match(struct gl_shader_program *prog, nir_variable *producer, in interstage_match()
283 nir_variable_mode mode) in get_interface()
306 gl_nir_validate_interstage_inout_blocks(struct gl_shader_program *prog, in gl_nir_validate_interstage_inout_blocks()
452 gl_nir_validate_interstage_uniform_blocks(struct gl_shader_program *prog, in gl_nir_validate_interstage_uniform_blocks()
H A Dgl_nir_link_varyings.c147 struct gl_shader_program *prog, in cross_validate_types_and_qualifiers()
354 struct gl_shader_program *prog, in cross_validate_front_and_back_color()
418 struct gl_shader_program *prog, in check_location_aliasing()
569 resize_input_array(nir_shader *shader, struct gl_shader_program *prog, in resize_input_array()
616 struct gl_shader_program *prog) in resize_tes_inputs()
657 set_geom_shader_input_array_size(struct gl_shader_program *prog) in set_geom_shader_input_array_size()
673 struct gl_shader_program *prog, in validate_explicit_variable_location()
744 struct gl_shader_program *prog, in gl_nir_validate_first_and_last_interface_explicit_locations()
819 static_input_output_matching(struct gl_shader_program *prog) in static_input_output_matching()
829 struct gl_shader_program *prog, in gl_nir_cross_validate_outputs_to_inputs()
[all …]
H A Dgl_nir_linker.c261 struct gl_shader_program *prog) in validate_geometry_shader_emissions()
394 struct gl_program *prog) in gl_nir_can_add_pointsize_to_program()
521 disable_varying_optimizations_for_sso(struct gl_shader_program *prog) in disable_varying_optimizations_for_sso()
803 struct gl_shader_program *prog, struct set *resource_set, in add_vars_with_modes()
885 struct gl_shader_program *prog, in add_interface_variables()
934 init_program_resource_list(struct gl_shader_program *prog) in init_program_resource_list()
946 struct gl_shader_program *prog, in nir_build_program_resource_list()
1250 struct gl_program *prog, in preprocess_shader()
1351 struct gl_program *prog = shader->Program; in prelink_lowering() local
1431 struct gl_shader_program *prog, bool spirv) in gl_nir_lower_optimize_varyings()
[all …]
H A Dgl_nir_lower_packed_varyings.c164 struct gl_shader_program *prog; member
198 nir_variable_mode mode; member
994 struct gl_shader_program *prog, in gl_nir_lower_packed_varyings()
997 nir_variable_mode mode, unsigned gs_input_vertices, in gl_nir_lower_packed_varyings()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_program_state.hpp58 get_pipeline_idx(enum mesa_prim mode, VkPrimitiveTopology vkmode) in get_pipeline_idx()
101 struct zink_gfx_program *prog, in zink_get_gfx_pipeline()
103 enum mesa_prim mode) in zink_get_gfx_pipeline()
353 get_gfx_pipeline_stage_eq_func(struct zink_gfx_program *prog, bool optimal_keys) in get_gfx_pipeline_stage_eq_func()
392 zink_get_gfx_pipeline_eq_func(struct zink_screen *screen, struct zink_gfx_program *prog) in zink_get_gfx_pipeline_eq_func()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexstate.c174 GLenum mode, GLenum texBaseFormat ) in calculate_derived_texenv()
423 tex_combine_translate_mode(GLenum envMode, GLenum mode) in tex_combine_translate_mode()
658 update_single_program_texture(struct gl_context *ctx, struct gl_program *prog, in update_single_program_texture()
715 struct gl_program *prog, in update_single_program_texture_state()
730 update_program_texture_state(struct gl_context *ctx, struct gl_program **prog, in update_program_texture_state()
861 struct gl_program *prog, in fix_missing_textures_for_atifs()
894 struct gl_program *prog[MESA_SHADER_STAGES]; in _mesa_update_texture_state() local
/aosp_15_r20/external/bc/src/
H A Dparse.c88 BcProgram* prog = p->prog; in bc_parse_addNum() local
180 bc_parse_text(BcParse* p, const char* text, BcMode mode) in bc_parse_text()
250 bc_parse_init(BcParse* p, BcProgram* prog, size_t func) in bc_parse_init()
/aosp_15_r20/external/bpftool/src/
H A Dprog.c89 static int prep_prog_info(struct bpf_prog_info *const info, enum dump_mode mode, in prep_prog_info()
701 prog_dump(struct bpf_prog_info *info, enum dump_mode mode, in prog_dump()
882 enum dump_mode mode; in do_dump() local
1466 auto_attach_program(struct bpf_program *prog, const char *path) in auto_attach_program()
1486 struct bpf_program *prog; in auto_attach_programs() local
1521 struct bpf_program *prog = NULL, *pos; in load_with_options() local
2347 struct bpf_program *prog; in do_profile() local
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_gpu_frequency.c49 const char *mode; member
121 usage(const char *prog) in usage()
146 version(const char *prog) in version()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c188 struct fd_program_stateobj *prog) in fd2_program_emit()
194 enum a2xx_sq_ps_vtx_mode mode = POSITION_1_VECTOR; in fd2_program_emit() local
270 struct fd_program_stateobj *prog; in fd2_prog_init() local
/aosp_15_r20/external/capstone/cstool/
H A Dcstool.c14 cs_mode mode; member
135 static void usage(char *prog) in usage()
286 char *mode; in main() local
/aosp_15_r20/external/e2fsprogs/lib/
H A Dfpopen.c36 FILE *fpopen(const char *cmd, const char *mode) in fpopen()
40 char *buf, *prog = 0; in fpopen() local
/aosp_15_r20/external/iproute2/lib/
H A Dbpf.c816 static int bpf_parse(enum bpf_prog_type *type, enum bpf_mode *mode, in bpf_parse()
929 enum bpf_mode mode; in bpf_parse_opt_tbl() local
986 enum bpf_mode mode; in bpf_graft_map() local
1451 const struct bpf_elf_prog *prog, in bpf_prog_report()
1470 const struct bpf_elf_prog *prog, in bpf_prog_attach()
1945 struct bpf_elf_prog prog; in bpf_fetch_prog() local
2050 struct bpf_elf_prog prog; in bpf_fetch_prog_relo() local
2136 struct bpf_prog_data prog; member
2140 static int bpf_derive_prog_from_fdinfo(int fd, struct bpf_prog_data *prog) in bpf_derive_prog_from_fdinfo()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c120 nv50_program_validate(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_validate()
137 struct nv50_program *prog, int stage) in nv50_program_update_context_state()
307 uint32_t pntc[8], mode; in nv50_sprite_coords_validate() local
/aosp_15_r20/external/edid-decode/vs/
H A Dgetopt.c120 int getopt_argerror( int mode, char *fmt, CHAR *prog, struct option *opt, int retval ) in getopt_argerror()
257 int getopt_resolved( int mode, int argc, CHAR *const *argv, int *argind, in getopt_resolved()
358 int getopt_parse( int mode, getopt_std_args, ... ) in getopt_parse()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c63 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings()
75 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots()
97 struct gl_shader_program *prog; in load_glsl() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/test/
Dminigzip.c182 gzFile gzopen(path, mode) in gzopen() argument
189 gzFile gzdopen(fd, mode) in gzdopen() argument
196 gzFile gz_open(path, fd, mode) in gz_open() argument
336 static char *prog; variable
457 void file_compress(file, mode) in file_compress() argument
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Dminigzip.c182 gzFile gzopen(path, mode) in gzopen() argument
189 gzFile gzdopen(fd, mode) in gzdopen() argument
196 gzFile gz_open(path, fd, mode) in gz_open() argument
336 char *prog; variable
457 void file_compress(file, mode) in file_compress() argument
/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dminigzip.c185 gzFile gzopen(path, mode) in gzopen() argument
192 gzFile gzdopen(fd, mode) in gzdopen() argument
199 gzFile gz_open(const char *path, int fd, const char *mode) { in gz_open()
323 char *prog; variable
435 void file_compress(char *file, char *mode) { in file_compress()
/aosp_15_r20/external/zlib/test/
H A Dminigzip.c170 static gzFile gz_open(const char *path, int fd, const char *mode) { in gz_open()
204 static gzFile gzopen(const char *path, const char *mode) { in gzopen()
208 static gzFile gzdopen(int fd, const char *mode) { in gzdopen()
293 static char *prog; variable
393 static void file_compress(char *file, char *mode) { in file_compress()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/untgz/
Duntgz.c29 # define mkdir(dirname,mode) _mkdir(dirname) argument
31 # define access(path,mode) _access(path,mode) argument
32 # define chmod(path,mode) _chmod(path,mode) argument
71 char mode[8]; /* 100 */ member
99 int mode; member
125 char *prog; variable
253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c98 static int xdp_attach(struct skeletons *skeletons, struct bpf_program *prog, char *iface) in xdp_attach()
141 static int bonding_setup(struct skeletons *skeletons, int mode, int xmit_policy, in bonding_setup()
278 static void test_xdp_bonding_with_mode(struct skeletons *skeletons, int mode, int xmit_policy) in test_xdp_bonding_with_mode()
513 int mode; member

12345678910>>...12