Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/program/
Dprog_print.c365 reg_string(gl_register_file f, GLint index, gl_prog_print_mode mode, in reg_string()
366 GLboolean relAddr, const struct gl_program *prog) in reg_string()
517 gl_prog_print_mode mode, in fprint_dst_reg()
518 const struct gl_program *prog) in fprint_dst_reg()
537 gl_prog_print_mode mode, in fprint_src_reg()
538 const struct gl_program *prog) in fprint_src_reg()
559 gl_prog_print_mode mode, in _mesa_fprint_alu_instruction()
560 const struct gl_program *prog) in _mesa_fprint_alu_instruction()
607 gl_prog_print_mode mode, in _mesa_fprint_instruction_opt()
608 const struct gl_program *prog) in _mesa_fprint_instruction_opt()
[all …]
/external/e2fsprogs/lib/
Dfpopen.c36 FILE *fpopen(const char *cmd, const char *mode) in fpopen()
40 char *buf, *prog = 0; in fpopen() local
/external/mesa3d/src/compiler/glsl/
Dlink_uniform_initializers.cpp37 get_storage(struct gl_shader_program *prog, const char *name) in get_storage()
102 set_opaque_binding(void *mem_ctx, gl_shader_program *prog, in set_opaque_binding()
186 set_block_binding(gl_shader_program *prog, const char *block_name, in set_block_binding()
187 unsigned mode, int binding) in set_block_binding()
206 set_uniform_initializer(void *mem_ctx, gl_shader_program *prog, in set_uniform_initializer()
280 link_set_uniform_initializers(struct gl_shader_program *prog, in link_set_uniform_initializers()
Dlinker.cpp260 gl_shader_program *prog; member in __anon8ad725fe0111::array_resize_visitor
264 gl_shader_program *prog, in array_resize_visitor()
450 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error()
464 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning()
583 analyze_clip_cull_usage(struct gl_shader_program *prog, in analyze_clip_cull_usage()
679 validate_vertex_shader_executable(struct gl_shader_program *prog, in validate_vertex_shader_executable()
734 validate_tess_eval_shader_executable(struct gl_shader_program *prog, in validate_tess_eval_shader_executable()
753 validate_fragment_shader_executable(struct gl_shader_program *prog, in validate_fragment_shader_executable()
779 validate_geometry_shader_executable(struct gl_shader_program *prog, in validate_geometry_shader_executable()
801 struct gl_shader_program *prog) in validate_geometry_shader_emissions()
[all …]
Dlink_varyings.cpp111 struct gl_shader_program *prog, in process_xfb_layout_qualifiers()
195 struct gl_shader_program *prog, in cross_validate_types_and_qualifiers()
381 struct gl_shader_program *prog, in cross_validate_front_and_back_color()
458 gl_shader_program *prog, in check_location_aliasing()
555 gl_shader_program *prog, in validate_explicit_variable_location()
625 struct gl_shader_program *prog, in validate_sso_explicit_locations()
678 struct gl_shader_program *prog, in cross_validate_outputs_to_inputs()
818 enum ir_variable_mode mode) in remove_unused_shader_inputs_and_outputs()
965 struct gl_shader_program *prog) in assign_location()
1091 tfeedback_decl::store(struct gl_context *ctx, struct gl_shader_program *prog, in store()
[all …]
/external/mesa3d/src/mesa/main/
Dtexstate.c165 GLenum mode, GLenum texBaseFormat ) in calculate_derived_texenv()
408 tex_combine_translate_mode(GLenum envMode, GLenum mode) in tex_combine_translate_mode()
640 update_single_program_texture(struct gl_context *ctx, struct gl_program *prog, in update_single_program_texture()
695 struct gl_program *prog, in update_single_program_texture_state()
710 update_program_texture_state(struct gl_context *ctx, struct gl_program **prog, in update_program_texture_state()
837 struct gl_program *prog, in fix_missing_textures_for_atifs()
870 struct gl_program *prog[MESA_SHADER_STAGES]; in _mesa_update_texture_state() local
Dapi_validate.c102 const struct gl_program *prog = ctx->FragmentProgram._Current; in check_blend_func_error() local
209 struct gl_program **prog = ctx->_Shader->CurrentProgram; in _mesa_valid_to_render() local
342 _mesa_is_valid_prim_mode(const struct gl_context *ctx, GLenum mode) in _mesa_is_valid_prim_mode()
373 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode()
635 GLenum mode, GLsizei count, GLenum type, in validate_DrawElements_common()
697 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements()
714 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements()
779 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements()
834 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays()
873 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays()
[all …]
Dtransformfeedback.c48 struct gl_program *prog; member
234 begin_transform_feedback_fallback(struct gl_context *ctx, GLenum mode, in begin_transform_feedback_fallback()
385 begin_transform_feedback(struct gl_context *ctx, GLenum mode, bool no_error) in begin_transform_feedback()
483 _mesa_BeginTransformFeedback_no_error(GLenum mode) in _mesa_BeginTransformFeedback_no_error()
491 _mesa_BeginTransformFeedback(GLenum mode) in _mesa_BeginTransformFeedback()
/external/capstone/cstool/
Dcstool.c71 static void usage(char *prog) in usage()
128 char *mode; in main() local
/external/selinux/semodule-utils/semodule_package/
Dsemodule_package.c25 static __attribute__((__noreturn__)) void usage(const char *prog) in usage()
41 const char *mode) in file_to_policy_file()
/external/u-boot/tools/
Dbmp_logo.c17 void usage(const char *prog) in usage()
75 int mode, i, x; in main() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_sol.c101 const struct gl_program *prog; in brw_gs_upload_binding_table() local
389 brw_begin_transform_feedback(struct gl_context *ctx, GLenum mode, in brw_begin_transform_feedback()
393 const struct gl_program *prog; in brw_begin_transform_feedback() local
Dbrw_draw.c378 const struct gl_program *prog) in mark_textures_used_for_txf()
476 const struct gl_program *prog = ctx->_Shader->CurrentProgram[i]; in brw_predraw_resolve_inputs() local
1014 GLuint mode, in brw_draw_indirect_prims()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.h44 const struct fd_program_stateobj *prog; member
115 enum render_mode_cmd mode) in fd5_set_render_mode()
/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
/external/zlib/src/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
/external/vboot_reference/futility/
Dcmd_vbutil_firmware.c49 static void print_help(const char *prog) in print_help()
313 int mode = 0; in do_vbutil_firmware() local
Dcmd_gbb_utility.c21 static void print_help(const char *prog) in print_help()
352 enum do_what_now { DO_GET, DO_SET, DO_CREATE } mode = DO_GET; in do_gbb_utility() local
/external/zlib/src/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()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c115 nv50_program_validate(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_validate()
131 struct nv50_program *prog, int stage) in nv50_program_update_context_state()
300 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
Dnv50_surface.c379 uint32_t mode = 0; in nv50_clear_depth_stencil() local
535 uint32_t mode = 0; in nv50_clear() local
831 uint8_t mode; member
885 unsigned mode, in nv50_blitter_make_fp()
1078 const unsigned mode = ctx->mode; in nv50_blit_select_fp() local
1493 uint32_t mode; in nv50_blit_eng2d() local
1774 struct nv50_program *prog = blitter->fp[i][m]; in nv50_blitter_destroy() local
/external/libpcap/
Dpcap-rpcap.c837 static struct pcap_stat *rpcap_stats_rpcap(pcap_t *p, struct pcap_stat *ps, int mode) in rpcap_stats_rpcap()
1428 static int pcap_pack_bpffilter(pcap_t *fp, char *sendbuf, int *sendbufidx, struct bpf_program *prog) in pcap_pack_bpffilter()
1499 static int pcap_updatefilter_remote(pcap_t *fp, struct bpf_program *prog) in pcap_updatefilter_remote()
1570 static int pcap_setfilter_rpcap(pcap_t *fp, struct bpf_program *prog) in pcap_setfilter_rpcap()
1599 static int pcap_createfilter_norpcappkt(pcap_t *fp, struct bpf_program *prog) in pcap_createfilter_norpcappkt()
/external/iproute2/lib/
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()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp33 BuildUtil::BuildUtil(Program *prog) in BuildUtil()
39 BuildUtil::init(Program *prog) in init()
151 BuildUtil::mkInterp(unsigned mode, Value *dst, int32_t offset, Value *rel) in mkInterp()

12