/external/mesa3d/src/mesa/program/ |
D | prog_print.c | 364 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() 516 gl_prog_print_mode mode, in fprint_dst_reg() 517 const struct gl_program *prog) in fprint_dst_reg() 536 gl_prog_print_mode mode, in fprint_src_reg() 537 const struct gl_program *prog) in fprint_src_reg() 558 gl_prog_print_mode mode, in _mesa_fprint_alu_instruction() 559 const struct gl_program *prog) in _mesa_fprint_alu_instruction() 606 gl_prog_print_mode mode, in _mesa_fprint_instruction_opt() 607 const struct gl_program *prog) in _mesa_fprint_instruction_opt() [all …]
|
D | program_parser.h | 133 struct gl_program *prog; member 203 } mode; member
|
/external/mesa3d/src/mesa/main/ |
D | api_validate.c | 102 const struct gl_program *prog = ctx->_Shader->_CurrentFragmentProgram; in check_blend_func_error() local 333 _mesa_is_valid_prim_mode(struct gl_context *ctx, GLenum mode) in _mesa_is_valid_prim_mode() 364 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode() 631 GLenum mode, GLsizei count, GLenum type, in validate_DrawElements_common() 700 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements() 717 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements() 782 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements() 800 GLenum mode, GLsizei count, GLsizei numInstances) in validate_draw_arrays() 868 _mesa_validate_DrawArrays(struct gl_context *ctx, GLenum mode, GLsizei count) in _mesa_validate_DrawArrays() 875 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first, in _mesa_validate_DrawArraysInstanced() [all …]
|
D | texstate.c | 164 GLenum mode, GLenum texBaseFormat ) in calculate_derived_texenv() 511 update_single_program_texture(struct gl_context *ctx, struct gl_program *prog, in update_single_program_texture() 570 update_program_texture_state(struct gl_context *ctx, struct gl_program **prog, in update_program_texture_state() 697 struct gl_program *prog[MESA_SHADER_STAGES]; in update_texture_state() local
|
D | transformfeedback.c | 48 struct gl_program *prog; member 249 begin_transform_feedback(struct gl_context *ctx, GLenum mode, in begin_transform_feedback() 400 _mesa_BeginTransformFeedback(GLenum mode) in _mesa_BeginTransformFeedback()
|
/external/e2fsprogs/lib/ |
D | fpopen.c | 36 FILE *fpopen(const char *cmd, const char *mode) in fpopen() 40 char *buf, *prog = 0; in fpopen() local
|
/external/mesa3d/src/compiler/glsl/ |
D | link_uniform_initializers.cpp | 37 get_storage(struct gl_shader_program *prog, const char *name) in get_storage() 97 set_opaque_binding(void *mem_ctx, gl_shader_program *prog, in set_opaque_binding() 157 set_block_binding(gl_shader_program *prog, const char *block_name, in set_block_binding() 158 unsigned mode, int binding) in set_block_binding() 177 set_uniform_initializer(void *mem_ctx, gl_shader_program *prog, in set_uniform_initializer() 255 link_set_uniform_initializers(struct gl_shader_program *prog, in link_set_uniform_initializers()
|
D | linker.cpp | 224 gl_shader_program *prog; member in __anon3603d7b40111::array_resize_visitor 228 gl_shader_program *prog, in array_resize_visitor() 414 linker_error(gl_shader_program *prog, const char *fmt, ...) in linker_error() 428 linker_warning(gl_shader_program *prog, const char *fmt, ...) in linker_warning() 547 analyze_clip_cull_usage(struct gl_shader_program *prog, in analyze_clip_cull_usage() 642 validate_vertex_shader_executable(struct gl_shader_program *prog, in validate_vertex_shader_executable() 697 validate_tess_eval_shader_executable(struct gl_shader_program *prog, in validate_tess_eval_shader_executable() 716 validate_fragment_shader_executable(struct gl_shader_program *prog, in validate_fragment_shader_executable() 743 validate_geometry_shader_executable(struct gl_shader_program *prog, in validate_geometry_shader_executable() 764 struct gl_shader_program *prog) in validate_geometry_shader_emissions() [all …]
|
D | link_varyings.cpp | 209 cross_validate_types_and_qualifiers(struct gl_shader_program *prog, in cross_validate_types_and_qualifiers() 370 cross_validate_front_and_back_color(struct gl_shader_program *prog, in cross_validate_front_and_back_color() 390 cross_validate_outputs_to_inputs(struct gl_shader_program *prog, in cross_validate_outputs_to_inputs() 579 enum ir_variable_mode mode) in remove_unused_shader_inputs_and_outputs() 726 struct gl_shader_program *prog) in assign_location() 850 tfeedback_decl::store(struct gl_context *ctx, struct gl_shader_program *prog, in store() 968 tfeedback_decl::find_candidate(gl_shader_program *prog, in find_candidate() 1018 parse_tfeedback_decls(struct gl_context *ctx, struct gl_shader_program *prog, in parse_tfeedback_decls() 1073 store_tfeedback_info(struct gl_context *ctx, struct gl_shader_program *prog, in store_tfeedback_info() 1483 varying_matches::assign_locations(struct gl_shader_program *prog, in assign_locations() [all …]
|
/external/selinux/semodule-utils/semodule_package/ |
D | semodule_package.c | 25 static __attribute__((__noreturn__)) void usage(const char *prog) in usage() 41 const char *mode) in file_to_policy_file()
|
/external/syslinux/efi/ |
D | fio.c | 85 void efi_perror(CHAR16 *prog) in efi_perror() 142 EFI_FILE_HANDLE efi_open(CHAR16 *file, UINT64 mode) in efi_open()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_emit.h | 44 const struct fd_program_stateobj *prog; member 109 enum render_mode_cmd mode) in fd5_set_render_mode()
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_firmware.c | 49 static void print_help(const char *prog) in print_help() 313 int mode = 0; in do_vbutil_firmware() local
|
D | cmd_gbb_utility.c | 21 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/test/ |
D | minigzip.c | 182 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/python/cpython2/Modules/zlib/ |
D | minigzip.c | 182 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/contrib/untgz/ |
D | untgz.c | 29 # 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/libpcap/ |
D | pcap-rpcap.c | 553 static struct pcap_stat *rpcap_stats_remote(pcap_t *p, struct pcap_stat *ps, int mode) in rpcap_stats_remote() 1322 static int pcap_pack_bpffilter(pcap_t *fp, char *sendbuf, int *sendbufidx, struct bpf_program *prog) in pcap_pack_bpffilter() 1388 static int pcap_updatefilter_remote(pcap_t *fp, struct bpf_program *prog) in pcap_updatefilter_remote() 1455 static int pcap_setfilter_remote(pcap_t *fp, struct bpf_program *prog) in pcap_setfilter_remote() 1487 static int pcap_createfilter_norpcappkt(pcap_t *fp, struct bpf_program *prog) in pcap_createfilter_norpcappkt()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_shader_state.c | 115 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() 297 uint32_t pntc[8], mode; in nv50_sprite_coords_validate() local
|
D | nv50_query_hw_sm.c | 103 uint32_t mode : 4; /* LOGOP, LOGOP_PULSE */ member 230 struct nv50_program *prog = CALLOC_STRUCT(nv50_program); in nv50_hw_sm_end_query() local
|
D | nv50_surface.c | 379 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/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 33 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()
|
/external/iproute2/tc/ |
D | tc_bpf.c | 476 enum bpf_prog_type *type, enum bpf_mode *mode, in bpf_parse() 592 enum bpf_mode mode; in bpf_parse_common() local 634 enum bpf_mode mode; in bpf_graft_map() local 1034 const struct bpf_elf_prog *prog, bool verbose) in bpf_prog_attach() 1275 struct bpf_elf_prog prog; in bpf_fetch_prog() local 1354 struct bpf_elf_prog prog; in bpf_fetch_prog_relo() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_surface.c | 632 uint32_t mode = 0; in nvc0_clear_depth_stencil() local 699 uint32_t mode = 0; in nvc0_clear() local 784 uint8_t mode; member 918 const unsigned mode = ctx->mode; in nvc0_blit_select_fp() local 1403 uint32_t mode; in nvc0_blit_eng2d() local 1683 struct nvc0_program *prog = blitter->fp[i][m]; in nvc0_blitter_destroy() local
|
/external/python/cpython2/Lib/ |
D | optparse.py | 877 def _update(self, dict, mode): argument 885 def read_module(self, modname, mode="careful"): argument 890 def read_file(self, filename, mode="careful"): argument 1200 prog=None, argument
|