Home
last modified time | relevance | path

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

1234567891011

/external/mesa3d/src/mesa/state_tracker/
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
72 struct st_geometry_program *prog = rzalloc(NULL, in st_new_program() local
77 struct st_tessctrl_program *prog = rzalloc(NULL, in st_new_program() local
82 struct st_tesseval_program *prog = rzalloc(NULL, in st_new_program() local
87 struct st_compute_program *prog = rzalloc(NULL, in st_new_program() local
102 st_delete_program(struct gl_context *ctx, struct gl_program *prog) in st_delete_program()
191 struct gl_program *prog ) in st_program_string_notify()
293 struct gl_program *prog = ctx->Driver.NewProgram(ctx, GL_FRAGMENT_PROGRAM_ARB, in st_new_ati_fs() local
Dst_atom_atomicbuf.c45 struct gl_shader_program *prog, in st_bind_atomics()
75 struct gl_shader_program *prog = in bind_vs_atomics() local
88 struct gl_shader_program *prog = in bind_fs_atomics() local
101 struct gl_shader_program *prog = in bind_gs_atomics() local
114 struct gl_shader_program *prog = in bind_tcs_atomics() local
127 struct gl_shader_program *prog = in bind_tes_atomics() local
140 struct gl_shader_program *prog = in bind_cs_atomics() local
Dst_atom_storagebuf.c44 st_bind_ssbos(struct st_context *st, struct gl_program *prog, in st_bind_ssbos()
95 struct gl_shader_program *prog = in bind_vs_ssbos() local
111 struct gl_shader_program *prog = in bind_fs_ssbos() local
127 struct gl_shader_program *prog = in bind_gs_ssbos() local
143 struct gl_shader_program *prog = in bind_tcs_ssbos() local
159 struct gl_shader_program *prog = in bind_tes_ssbos() local
175 struct gl_shader_program *prog = in bind_cs_ssbos() local
Dst_atom_image.c48 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images()
132 struct gl_shader_program *prog = in bind_vs_images() local
147 struct gl_shader_program *prog = in bind_fs_images() local
162 struct gl_shader_program *prog = in bind_gs_images() local
177 struct gl_shader_program *prog = in bind_tcs_images() local
192 struct gl_shader_program *prog = in bind_tes_images() local
207 struct gl_shader_program *prog = in bind_cs_images() local
Dst_atom_constbuf.c241 static void st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos()
281 struct gl_shader_program *prog = in bind_vs_ubos() local
296 struct gl_shader_program *prog = in bind_fs_ubos() local
311 struct gl_shader_program *prog = in bind_gs_ubos() local
326 struct gl_shader_program *prog = in bind_tcs_ubos() local
341 struct gl_shader_program *prog = in bind_tes_ubos() local
356 struct gl_shader_program *prog = in bind_cs_ubos() local
Dst_glsl_to_nir.cpp76 st_nir_assign_vs_in_locations(struct gl_program *prog, nir_shader *nir) in st_nir_assign_vs_in_locations()
165 st_nir_assign_uniform_locations(struct gl_program *prog, in st_nir_assign_uniform_locations()
216 st_glsl_to_nir(struct st_context *st, struct gl_program *prog, in st_glsl_to_nir()
312 st_finalize_nir(struct st_context *st, struct gl_program *prog, nir_shader *nir) in st_finalize_nir()
369 struct gl_program *prog; in st_nir_get_mesa_program() local
/external/mesa3d/src/mesa/program/
Dprogram.c181 _mesa_init_gl_program(struct gl_program *prog, GLenum target, GLuint id, in _mesa_init_gl_program()
240 struct gl_program *prog = rzalloc(NULL, struct gl_program); in _mesa_new_program() local
257 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog) in _mesa_delete_program()
302 struct gl_program *prog) in _mesa_reference_program_()
354 _mesa_insert_instructions(struct gl_program *prog, GLuint start, GLuint count) in _mesa_insert_instructions()
403 _mesa_delete_instructions(struct gl_program *prog, GLuint start, GLuint count, in _mesa_delete_instructions()
454 _mesa_find_used_registers(const struct gl_program *prog, in _mesa_find_used_registers()
514 const struct gl_program *prog, in _mesa_get_min_invocations_per_fragment()
Dprog_print.c365 GLboolean relAddr, const struct gl_program *prog) in reg_string()
517 const struct gl_program *prog) in fprint_dst_reg()
537 const struct gl_program *prog) in fprint_src_reg()
559 const struct gl_program *prog) in _mesa_fprint_alu_instruction()
607 const struct gl_program *prog) in _mesa_fprint_instruction_opt()
763 const struct gl_program *prog) in _mesa_print_instruction_opt()
783 const struct gl_program *prog, in _mesa_fprint_program_opt()
819 _mesa_print_program(const struct gl_program *prog) in _mesa_print_program()
856 const struct gl_program *prog) in _mesa_fprint_program_parameters()
898 _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()
Darbprogparse.c72 struct gl_program prog; in _mesa_parse_arb_fragment_program() local
165 struct gl_program prog; in _mesa_parse_arb_vertex_program() local
/external/regex-re2/re2/testing/
Ddfa_test.cc26 BuildThread(Prog* prog) : prog_(prog) {} in BuildThread()
47 Prog* prog = re->CompileToProg(0); in TEST() local
62 Prog* prog = re->CompileToProg(0); in TEST() local
105 Prog* prog = re->CompileToProg(limit); in TEST() local
205 Prog* prog = re->CompileToProg(1<<n); in TEST() local
237 SearchThread(Prog* prog, const StringPiece& match, in SearchThread()
275 Prog* prog = re->CompileToProg(1<<n); in TEST() local
289 Prog* prog = re->CompileToProg(1<<n); in TEST() local
330 Prog *prog = re->CompileToReverseProg(0); in TEST() local
/external/mesa3d/src/compiler/glsl/
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()
408 validate_interstage_uniform_blocks(struct gl_shader_program *prog, in validate_interstage_uniform_blocks()
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 __anonc69f0f8d0111::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()
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()
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()
Dlinker.cpp224 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 …]
/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/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/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp30 const struct gl_program *prog, in brw_nir_setup_glsl_builtin_uniform()
71 const struct gl_program *prog, in brw_nir_setup_glsl_uniform()
134 brw_nir_setup_glsl_uniforms(nir_shader *shader, const struct gl_program *prog, in brw_nir_setup_glsl_uniforms()
155 brw_nir_setup_arb_uniforms(nir_shader *shader, struct gl_program *prog, in brw_nir_setup_arb_uniforms()
Dbrw_program.c67 struct gl_program *prog, in brw_create_nir()
150 struct brw_program *prog = rzalloc(NULL, struct brw_program); in brwNewProgram() local
161 struct brw_program *prog = rzalloc(NULL, struct brw_program); in brwNewProgram() local
178 struct gl_program *prog ) in brwDeleteProgram()
230 struct gl_program *prog) in brwProgramStringNotify()
349 brw_add_texrect_params(struct gl_program *prog) in brw_add_texrect_params()
643 brw_get_shader_time_index(struct brw_context *brw, struct gl_program *prog, in brw_get_shader_time_index()
684 brw_dump_arb_asm(const char *stage, struct gl_program *prog) in brw_dump_arb_asm()
694 struct gl_program *prog) in brw_setup_tex_for_precompile()
/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
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c160 struct sock_fprog prog = { in TEST() local
192 struct sock_fprog prog = { }; in TEST() local
229 struct sock_fprog prog = { }; in TEST() local
266 struct sock_fprog prog = { in TEST() local
289 struct sock_fprog prog = { in TEST() local
314 struct sock_fprog prog = { in TEST() local
331 struct sock_fprog prog = { in TEST() local
350 struct sock_fprog prog = { in TEST_SIGNAL() local
372 struct sock_fprog prog = { in TEST_SIGNAL() local
393 struct sock_fprog prog = { in TEST_SIGNAL() local
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c39 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; in nv50_vertprog_assign_slots() local
141 struct nv50_program *prog = (struct nv50_program *)info->driverPriv; in nv50_fragprog_assign_slots() local
321 nv50_program_translate(struct nv50_program *prog, uint16_t chipset, in nv50_program_translate()
440 nv50_program_upload_code(struct nv50_context *nv50, struct nv50_program *prog) in nv50_program_upload_code()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c133 struct sock_fprog prog = { in TEST() local
157 struct sock_fprog prog = { in TEST() local
178 struct sock_fprog prog = { in TEST() local
193 struct sock_fprog prog = { in TEST() local
210 struct sock_fprog prog = { in TEST_SIGNAL() local
230 struct sock_fprog prog = { in TEST_SIGNAL() local
249 struct sock_fprog prog = { in TEST_SIGNAL() local
269 struct sock_fprog prog = { in TEST_SIGNAL() local
297 struct sock_fprog prog = { in TEST_SIGNAL() local
327 struct sock_fprog prog = { in TEST_SIGNAL() local
[all …]

1234567891011