/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_storagebuf.c | 44 st_bind_ssbos(struct st_context *st, struct gl_program *prog, in st_bind_ssbos() 97 struct gl_program *prog = in st_bind_vs_ssbos() local 105 struct gl_program *prog = in st_bind_fs_ssbos() local 113 struct gl_program *prog = in st_bind_gs_ssbos() local 121 struct gl_program *prog = in st_bind_tcs_ssbos() local 129 struct gl_program *prog = in st_bind_tes_ssbos() local 137 struct gl_program *prog = in st_bind_cs_ssbos() local
|
D | st_atom_atomicbuf.c | 44 st_bind_atomics(struct st_context *st, struct gl_program *prog, in st_bind_atomics() 81 struct gl_program *prog = in st_bind_vs_atomics() local 90 struct gl_program *prog = in st_bind_fs_atomics() local 99 struct gl_program *prog = in st_bind_gs_atomics() local 108 struct gl_program *prog = in st_bind_tcs_atomics() local 117 struct gl_program *prog = in st_bind_tes_atomics() local 130 struct gl_program *prog = in st_bind_cs_atomics() local
|
D | st_cb_program.c | 62 struct st_vertex_program *prog = rzalloc(NULL, in st_new_program() local 67 struct st_fragment_program *prog = rzalloc(NULL, in st_new_program() local 74 struct st_common_program *prog = rzalloc(NULL, in st_new_program() local 79 struct st_compute_program *prog = rzalloc(NULL, in st_new_program() local 94 st_delete_program(struct gl_context *ctx, struct gl_program *prog) in st_delete_program() 160 struct gl_program *prog ) in st_program_string_notify() 262 struct gl_program *prog = ctx->Driver.NewProgram(ctx, GL_FRAGMENT_PROGRAM_ARB, in st_new_ati_fs() local
|
D | st_atom_image.c | 140 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images() 168 struct gl_program *prog = in st_bind_vs_images() local 176 struct gl_program *prog = in st_bind_fs_images() local 184 struct gl_program *prog = in st_bind_gs_images() local 192 struct gl_program *prog = in st_bind_tcs_images() local 200 struct gl_program *prog = in st_bind_tes_images() local 208 struct gl_program *prog = in st_bind_cs_images() local
|
D | st_atom_constbuf.c | 55 void st_upload_constants(struct st_context *st, struct gl_program *prog) in st_upload_constants() 188 static void st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos() 228 struct gl_program *prog = in st_bind_vs_ubos() local 236 struct gl_program *prog = in st_bind_fs_ubos() local 244 struct gl_program *prog = in st_bind_gs_ubos() local 252 struct gl_program *prog = in st_bind_tcs_ubos() local 260 struct gl_program *prog = in st_bind_tes_ubos() local 268 struct gl_program *prog = in st_bind_cs_ubos() local
|
D | st_shader_cache.c | 49 struct gl_program *prog, unsigned num_tokens) in write_tgsi_to_cache() 60 st_serialise_tgsi_program(struct gl_context *ctx, struct gl_program *prog) in st_serialise_tgsi_program() 115 st_store_tgsi_in_disk_cache(struct st_context *st, struct gl_program *prog) in st_store_tgsi_in_disk_cache() 157 struct gl_program *prog) in st_deserialise_tgsi_program() 291 struct gl_shader_program *prog) in st_load_tgsi_from_disk_cache()
|
D | st_glsl_to_nir.cpp | 81 st_nir_assign_vs_in_locations(struct gl_program *prog, nir_shader *nir) in st_nir_assign_vs_in_locations() 225 st_nir_assign_uniform_locations(struct gl_program *prog, in st_nir_assign_uniform_locations() 311 st_glsl_to_nir(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir() 339 st_glsl_to_nir_post_opts(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir_post_opts() 417 set_st_program(struct gl_program *prog, in set_st_program() 464 struct gl_program *prog; in st_nir_get_mesa_program() local 664 st_finalize_nir(struct st_context *st, struct gl_program *prog, in st_finalize_nir()
|
/external/mesa3d/src/mesa/program/ |
D | program.c | 183 _mesa_init_gl_program(struct gl_program *prog, GLenum target, GLuint id, in _mesa_init_gl_program() 241 struct gl_program *prog = rzalloc(NULL, struct gl_program); in _mesa_new_program() local 258 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog) in _mesa_delete_program() 314 struct gl_program *prog) in _mesa_reference_program_() 358 _mesa_insert_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_insert_instructions() 407 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count, in _mesa_delete_instructions() 458 _mesa_find_used_registers(const struct gl_program *prog, in _mesa_find_used_registers() 518 const struct gl_program *prog, in _mesa_get_min_invocations_per_fragment() 554 gl_external_samplers(const struct gl_program *prog) in gl_external_samplers()
|
D | prog_print.c | 366 GLboolean relAddr, const struct gl_program *prog) in reg_string() 518 const struct gl_program *prog) in fprint_dst_reg() 538 const struct gl_program *prog) in fprint_src_reg() 560 const struct gl_program *prog) in _mesa_fprint_alu_instruction() 608 const struct gl_program *prog) in _mesa_fprint_instruction_opt() 764 const struct gl_program *prog) in _mesa_print_instruction_opt() 784 const struct gl_program *prog, in _mesa_fprint_program_opt() 820 _mesa_print_program(const struct gl_program *prog) in _mesa_print_program() 857 const struct gl_program *prog) in _mesa_fprint_program_parameters() 899 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) in _mesa_print_program_parameters() [all …]
|
D | prog_opt_constant_fold.c | 49 src_reg_for_float(struct gl_program *prog, float val) in src_reg_for_float() 64 src_reg_for_vec4(struct gl_program *prog, const float *val) in src_reg_for_vec4() 91 get_value(struct gl_program *prog, struct prog_src_register *r, float *data) in get_value() 125 _mesa_constant_fold(struct gl_program *prog) in _mesa_constant_fold()
|
/external/mesa3d/src/compiler/glsl/ |
D | serialize.cpp | 43 write_subroutines(struct blob *metadata, struct gl_shader_program *prog) in write_subroutines() 71 read_subroutines(struct blob_reader *metadata, struct gl_shader_program *prog) in read_subroutines() 122 write_buffer_blocks(struct blob *metadata, struct gl_shader_program *prog) in write_buffer_blocks() 161 struct gl_shader_program *prog) in read_buffer_block() 190 struct gl_shader_program *prog) in read_buffer_blocks() 240 write_atomic_buffers(struct blob *metadata, struct gl_shader_program *prog) in write_atomic_buffers() 267 struct gl_shader_program *prog) in read_atomic_buffers() 315 struct gl_program *prog = shProg->last_vert_prog; in write_xfb() local 355 struct gl_program *prog = shProg->_LinkedShaders[xfb_stage]->Program; in read_xfb() local 391 has_uniform_storage(struct gl_shader_program *prog, unsigned idx) in has_uniform_storage() [all …]
|
D | link_interface_blocks.cpp | 42 interstage_member_mismatch(struct gl_shader_program *prog, in interstage_member_mismatch() 107 struct gl_shader_program *prog) in intrastage_match() 157 interstage_match(struct gl_shader_program *prog, ir_variable *producer, in interstage_match() 287 validate_intrastage_interface_blocks(struct gl_shader_program *prog, in validate_intrastage_interface_blocks() 357 validate_interstage_inout_blocks(struct gl_shader_program *prog, in validate_interstage_inout_blocks() 437 validate_interstage_uniform_blocks(struct gl_shader_program *prog, in validate_interstage_uniform_blocks()
|
D | linker.cpp | 260 gl_shader_program *prog; member in __anon10baf5350111::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 …]
|
D | link_uniform_initializers.cpp | 37 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() 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()
|
D | ir_set_program_inouts.cpp | 46 ir_set_program_inouts_visitor(struct gl_program *prog, in ir_set_program_inouts_visitor() 66 struct gl_program *prog; member in __anona088a2ee0111::ir_set_program_inouts_visitor 81 mark(struct gl_program *prog, ir_variable *var, int offset, int len, in mark() 424 do_set_program_inouts(exec_list *instructions, struct gl_program *prog, in do_set_program_inouts()
|
D | shader_cache.cpp | 71 compile_shaders(struct gl_context *ctx, struct gl_shader_program *prog) { in compile_shaders() 86 struct gl_shader_program *prog) in shader_cache_write_program_metadata() 142 struct gl_shader_program *prog) in shader_cache_read_program_metadata()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_disk_cache.c | 43 gen_shader_sha1(struct brw_context *brw, struct gl_program *prog, in gen_shader_sha1() 84 read_blob_program_data(struct blob_reader *binary, struct gl_program *prog, in read_blob_program_data() 112 struct gl_program *prog, gl_shader_stage stage) in read_and_upload() 253 struct gl_program *prog = brw->ctx._Shader->CurrentProgram[stage]; in brw_disk_cache_upload_program() local 293 write_program_data(struct brw_context *brw, struct gl_program *prog, in write_program_data() 329 struct gl_program *prog = in brw_disk_cache_write_render_programs() local 393 struct gl_program *prog = in brw_disk_cache_write_compute_program() local
|
D | brw_program.c | 68 struct gl_program *prog, in brw_create_nir() 140 brw_shader_gather_info(nir_shader *nir, struct gl_program *prog) in brw_shader_gather_info() 162 struct brw_program *prog = rzalloc(NULL, struct brw_program); in brwNewProgram() local 174 struct gl_program *prog ) in brwDeleteProgram() 213 struct gl_program *prog) in brwProgramStringNotify() 682 brw_get_shader_time_index(struct brw_context *brw, struct gl_program *prog, in brw_get_shader_time_index() 722 brw_dump_arb_asm(const char *stage, struct gl_program *prog) in brw_dump_arb_asm() 732 struct gl_program *prog) in brw_setup_tex_for_precompile() 759 const struct gl_program *prog, in brw_assign_common_binding_table_offsets() 831 brw_program_serialize_nir(struct gl_context *ctx, struct gl_program *prog) in brw_program_serialize_nir() [all …]
|
D | gen6_constant_state.c | 42 const struct gl_program *prog, in brw_param_value() 97 const struct gl_program *prog, in brw_populate_constant_data() 126 const struct gl_program *prog, in gen6_upload_push_constants() 228 const struct gl_program *prog, in brw_upload_pull_constants() 291 const struct gl_program *prog, in brw_upload_cs_push_constants()
|
/external/e2fsprogs/resize/ |
D | sim_progress.c | 29 static errcode_t ext2fs_progress_display(ext2_sim_progmeter prog) in ext2fs_progress_display() 51 void ext2fs_progress_update(ext2_sim_progmeter prog, __u32 current) in ext2fs_progress_update() 83 ext2_sim_progmeter prog; in ext2fs_progress_init() local 110 void ext2fs_progress_close(ext2_sim_progmeter prog) in ext2fs_progress_close()
|
/external/bcc/tools/ |
D | sslsniff.py | 50 prog = """ variable 123 prog = prog.replace('FILTER', 'if (pid != %d) { return 0; }' % args.pid) variable 125 prog = prog.replace('FILTER', '') variable
|
/external/libpng/contrib/tools/ |
D | cvtcolor.c | 25 usage(const char *prog) in usage() 34 component(const char *prog, const char *arg, int issRGB) in component() 51 const char *prog = *argv++; in main() local
|
/external/ply/ply/example/BASIC/ |
D | basic.py | 19 prog = basparse.parse(data) variable 46 prog = basparse.parse(line) variable
|
D | basiclog.py | 27 prog = basparse.parse(data, debug=log) variable 54 prog = basparse.parse(line, debug=log) variable
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | common.h | 6 #define OPT_MISSING(prog, opt) do { \ argument 12 #define OPT_COLLIDING(prog, opt1, opt2) do { \ argument 19 #define ARG_WRONG(prog, opt, arg) do { \ argument
|