Home
last modified time | relevance | path

Searched defs:prog (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_storagebuf.c44 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
Dst_atom_atomicbuf.c44 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
Dst_cb_program.c62 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
Dst_atom_image.c140 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
Dst_atom_constbuf.c55 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
Dst_shader_cache.c49 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()
Dst_glsl_to_nir.cpp81 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/
Dprogram.c183 _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()
Dprog_print.c366 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 …]
Dprog_opt_constant_fold.c49 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/
Dserialize.cpp43 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 …]
Dlink_interface_blocks.cpp42 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()
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 …]
Dshader_cache.cpp71 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()
Dir_set_program_inouts.cpp46 ir_set_program_inouts_visitor(struct gl_program *prog, in ir_set_program_inouts_visitor()
66 struct gl_program *prog; member in __anon8bf990970111::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()
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()
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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c43 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
Dbrw_program.c68 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 …]
Dgen6_constant_state.c42 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/
Dsim_progress.c29 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/ply/ply/example/BASIC/
Dbasic.py19 prog = basparse.parse(data) variable
46 prog = basparse.parse(line) variable
Dbasiclog.py27 prog = basparse.parse(data, debug=log) variable
54 prog = basparse.parse(line, debug=log) variable
/external/bcc/tools/
Dsslsniff.py50 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/
Dcvtcolor.c25 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/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcommon.h6 #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

12345678910>>...15