Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/mesa/program/
Dprog_print.c364 reg_string(gl_register_file f, GLint index, gl_prog_print_mode mode, in reg_string()
365 GLboolean relAddr, const struct gl_program *prog) in reg_string()
513 gl_prog_print_mode mode, in fprint_dst_reg()
514 const struct gl_program *prog) in fprint_dst_reg()
533 gl_prog_print_mode mode, in fprint_src_reg()
534 const struct gl_program *prog) in fprint_src_reg()
555 gl_prog_print_mode mode, in _mesa_fprint_alu_instruction()
556 const struct gl_program *prog) in _mesa_fprint_alu_instruction()
603 gl_prog_print_mode mode, in _mesa_fprint_instruction_opt()
604 const struct gl_program *prog) in _mesa_fprint_instruction_opt()
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/
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()
356 get_gfx_pipeline_stage_eq_func(struct zink_gfx_program *prog, bool optimal_keys) in get_gfx_pipeline_stage_eq_func()
395 zink_get_gfx_pipeline_eq_func(struct zink_screen *screen, struct zink_gfx_program *prog) in zink_get_gfx_pipeline_eq_func()
Dzink_program.h63 zink_primitive_topology(enum mesa_prim mode) in zink_primitive_topology()
140 get_primtype_idx(enum mesa_prim mode) in get_primtype_idx()
224 struct zink_gfx_program *prog = (struct zink_gfx_program*)pg; in zink_program_reference() local
/third_party/mesa3d/src/compiler/glsl/
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()
Dgl_nir_link_interface_blocks.c267 interstage_member_mismatch(struct gl_shader_program *prog, in interstage_member_mismatch()
342 struct gl_shader_program *prog, in intrastage_match()
409 interstage_match(struct gl_shader_program *prog, nir_variable *producer, in interstage_match()
509 nir_variable_mode mode) in get_interface()
523 gl_nir_validate_intrastage_interface_blocks(struct gl_shader_program *prog, in gl_nir_validate_intrastage_interface_blocks()
605 gl_nir_validate_interstage_inout_blocks(struct gl_shader_program *prog, in gl_nir_validate_interstage_inout_blocks()
751 gl_nir_validate_interstage_uniform_blocks(struct gl_shader_program *prog, in gl_nir_validate_interstage_uniform_blocks()
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 …]
Dgl_nir_linker.c286 struct gl_shader_program *prog) in validate_geometry_shader_emissions()
456 struct gl_program *prog) in gl_nir_can_add_pointsize_to_program()
542 disable_varying_optimizations_for_sso(struct gl_shader_program *prog) in disable_varying_optimizations_for_sso()
824 struct gl_shader_program *prog, struct set *resource_set, in add_vars_with_modes()
906 struct gl_shader_program *prog, in add_interface_variables()
955 init_program_resource_list(struct gl_shader_program *prog) in init_program_resource_list()
967 struct gl_shader_program *prog, in nir_build_program_resource_list()
1271 struct gl_program *prog, in preprocess_shader()
1366 struct gl_program *prog = shader->Program; in prelink_lowering() local
1463 struct gl_shader_program *prog, bool spirv) in gl_nir_lower_optimize_varyings()
[all …]
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()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp66 st_nir_lookup_parameter_index(struct gl_program *prog, nir_variable *var) in st_nir_lookup_parameter_index()
117 struct gl_program *prog, in st_nir_assign_uniform_locations()
210 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir_post_opts()
346 struct gl_program *prog, in st_nir_lower_wpos_ytransform()
420 struct gl_program *prog = shader->Program; in st_link_glsl_to_nir() local
463 struct gl_program *prog = linked_shader[i]->Program; in st_link_glsl_to_nir() local
488 nir_variable_mode mode = (nir_variable_mode)0; in st_link_glsl_to_nir() local
562 struct gl_program *prog = shader->Program; in st_link_glsl_to_nir() local
626 struct gl_program *prog) in st_nir_lower_samplers()
678 st_finalize_nir(struct st_context *st, struct gl_program *prog, in st_finalize_nir()
[all …]
Dst_draw_feedback.c193 const struct gl_program *prog = &vp->Base; in st_feedback_draw_vbo() local
467 const unsigned char *mode, in st_feedback_draw_vbo_multi_mode()
/third_party/mesa3d/src/mesa/main/
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
/third_party/skia/src/effects/
DSkBlenders.cpp25 SkBlendMode mode; in Arithmetic() member
43 const char prog[] = R"( in Arithmetic() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c189 struct fd_program_stateobj *prog) in fd2_program_emit()
195 enum a2xx_sq_ps_vtx_mode mode = POSITION_1_VECTOR; in fd2_program_emit() local
271 struct fd_program_stateobj *prog; in fd2_prog_init() local
/third_party/littlefs/scripts/
Dtracebd.py44 def openio(path, mode='r', buffering=-1): argument
239 def prog(self): member in Block
267 prog=True, argument
389 def prog(self, block=None, off=None, size=None): member in Bd
452 prog=False, argument
566 prog=False, argument
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
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
/third_party/zlib/test/
Dminigzip.c172 static gzFile gz_open(const char *path, int fd, const char *mode) in gz_open()
207 static gzFile gzopen(const char *path, const char *mode) in gzopen()
212 static gzFile gzdopen(int fd, const char *mode) in gzdopen()
302 static char *prog; variable
442 static void file_compress(char *file, char *mode) in file_compress()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
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
Dnv50_query_hw_sm.c103 uint32_t mode : 4; /* LOGOP, LOGOP_PULSE */ member
230 struct nv50_program *prog = CALLOC_STRUCT(nv50_program); in nv50_hw_sm_end_query() local
/third_party/zlib/contrib/untgz/
Duntgz.c40 # define mkdir(dirname,mode) _mkdir(dirname) argument
42 # define access(path,mode) _access(path,mode) argument
43 # define chmod(path,mode) _chmod(path,mode) argument
84 char mode[8]; /* 100 */ member
112 int mode; member
118 char *prog; variable
267 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr()
/third_party/libbpf/src/
Dlibbpf.c313 int libbpf_set_strict_mode(enum libbpf_strict_mode mode) in libbpf_set_strict_mode()
743 void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload()
754 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit()
791 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, in bpf_object__init_prog()
856 struct bpf_program *prog, *progs; in bpf_object__add_programs() local
1116 struct bpf_program *prog; in bpf_map__init_kern_struct_ops() local
3153 static bool prog_needs_vmlinux_btf(struct bpf_program *prog)
3170 struct bpf_program *prog; local
3246 struct bpf_program *prog = &obj->programs[i]; local
3272 struct bpf_program *prog = &obj->programs[i]; local
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.h28 const struct fd5_program_state *prog; member
108 enum render_mode_cmd mode) in fd5_set_render_mode()
/third_party/openssl/apps/
Dpasswd.c97 char *salt_malloc = NULL, *passwd_malloc = NULL, *prog; in passwd_main() local
105 passwd_modes mode = passwd_unset; in passwd_main() local
779 int reverse, size_t pw_maxlen, passwd_modes mode) in do_passwd()
Dsrp.c238 int doupdatedb = 0, mode = OPT_ERR; in srp_main() local
243 char *srpvfile = NULL, **pp, *prog; in srp_main() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_build_util.cpp33 BuildUtil::BuildUtil(Program *prog) in BuildUtil()
39 BuildUtil::init(Program *prog) in init()
153 BuildUtil::mkInterp(unsigned mode, Value *dst, int32_t offset, Value *rel) in mkInterp()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c636 uint32_t mode = 0; in nvc0_clear_depth_stencil() local
704 uint32_t mode = 0; in nvc0_clear() local
829 uint8_t mode; member
945 const unsigned mode = ctx->mode; in nvc0_blit_select_fp() local
1473 uint32_t mode; in nvc0_blit_eng2d() local
1766 struct nvc0_program *prog = blitter->fp[i][m]; in nvc0_blitter_destroy() local
1775 struct nvc0_program *prog = blitter->vp; in nvc0_blitter_destroy() local

123