Searched refs:prog (Results 201 - 225 of 459) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c1211 i915BindProgram(struct gl_context * ctx, GLenum target, struct gl_program *prog) argument
1215 struct i915_fragment_program *p = (struct i915_fragment_program *) prog;
1242 struct i915_fragment_program *prog = local
1244 if (prog) {
1245 i915_init_program(I915_CONTEXT(ctx), prog); local
1247 return _mesa_init_fragment_program(ctx, &prog->FragProg,
1262 i915DeleteProgram(struct gl_context * ctx, struct gl_program *prog) argument
1264 if (prog->Target == GL_FRAGMENT_PROGRAM_ARB) {
1266 struct i915_fragment_program *p = (struct i915_fragment_program *) prog;
1272 _mesa_delete_program(ctx, prog);
1277 i915IsProgramNative(struct gl_context * ctx, GLenum target, struct gl_program *prog) argument
1292 i915ProgramStringNotify(struct gl_context * ctx, GLenum target, struct gl_program *prog) argument
1307 i915SamplerUniformChange(struct gl_context *ctx, GLenum target, struct gl_program *prog) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.g353 prog: stat*
H A DProfileTreeGrammar.g353 prog: stat*
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
H A DExpr.g377 prog: stat+ ;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dkernel.hpp97 _cl_kernel(clover::program &prog,
113 clover::program &prog; member in struct:_cl_kernel
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof501 $main::prog = "";
510 $main::prog = $UNKNOWN_BINARY; # will be set later from the profile file
521 # Set $main::prog later...
525 $main::prog = shift(@ARGV) || usage("Did not specify program");
527 $main::prog = shift(@ARGV) || usage("Did not specify program");
550 $main::prog = FetchProgramName();
552 ConfigureObjTools($main::prog)
584 my $data = ReadProfile($main::prog, pop(@main::profile_files));
593 my $data2 = ReadProfile($main::prog, $pname);
602 my $base = ReadProfile($main::prog,
[all...]
/external/e2fsprogs/lib/blkid/
H A Ddev.c192 void usage(char *prog) argument
194 fprintf(stderr, "Usage: %s [-f blkid_file] [-m debug_mask]\n", prog);
/external/jemalloc/bin/
H A Dpprof501 $main::prog = "";
510 $main::prog = $UNKNOWN_BINARY; # will be set later from the profile file
521 # Set $main::prog later...
525 $main::prog = shift(@ARGV) || usage("Did not specify program");
527 $main::prog = shift(@ARGV) || usage("Did not specify program");
550 $main::prog = FetchProgramName();
552 ConfigureObjTools($main::prog)
584 my $data = ReadProfile($main::prog, pop(@main::profile_files));
593 my $data2 = ReadProfile($main::prog, $pname);
602 my $base = ReadProfile($main::prog,
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.hpp97 _cl_kernel(clover::program &prog,
113 clover::program &prog; member in struct:_cl_kernel
/external/zlib/src/test/
H A Dminigzip.c336 char *prog; variable
354 fprintf(stderr, "%s: %s\n", prog, msg);
466 fprintf(stderr, "%s: filename too long\n", prog);
484 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
506 fprintf(stderr, "%s: filename too long\n", prog);
531 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
571 prog = argv[0];
625 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parser.h133 struct gl_program *prog; member in struct:asm_parser_state
/external/chromium_org/third_party/re2/re2/
H A Dprog.cc10 #include "re2/prog.h"
134 static string ProgToString(Prog* prog, Workq* q) { argument
139 Prog::Inst* ip = prog->inst(id);
238 static bool IsMatch(Prog* prog, Prog::Inst* ip) { argument
254 ip = prog->inst(ip->out());
H A Dbitstate.cc10 // text) * (length of prog) bits, to make sure it never explores the
20 #include "re2/prog.h"
33 explicit BitState(Prog* prog);
71 BitState::BitState(Prog* prog) argument
72 : prog_(prog),
/external/lldb/examples/python/
H A Ddelta.py57 parser = optparse.OptionParser(description=description, prog='parse_time_log',usage=usage)
/external/lldb/scripts/
H A Dverify_api.py31 parser = optparse.OptionParser(description=description, prog='verify_api',usage=usage)
/external/mesa3d/src/mesa/program/
H A Dprogram_parser.h133 struct gl_program *prog; member in struct:asm_parser_state
/external/regex-re2/re2/
H A Dprog.cc10 #include "re2/prog.h"
134 static string ProgToString(Prog* prog, Workq* q) { argument
139 Prog::Inst* ip = prog->inst(id);
238 static bool IsMatch(Prog* prog, Prog::Inst* ip) { argument
254 ip = prog->inst(ip->out());
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dscopes.rb15 prog
19 : ID {$prog::name=$ID.text;}
32 parser.prog
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Datifragshader.c97 new_arith_inst(struct ati_fragment_shader *prog) argument
102 prog->numArithInstr[prog->cur_pass >> 1]++;
106 new_tex_inst(struct ati_fragment_shader *prog) argument
288 ctx->Driver.BindProgram(ctx, target, prog); */
302 struct ati_fragment_shader *prog = (struct ati_fragment_shader *) local
304 if (prog == &DummyShader) {
307 else if (prog) {
317 if (prog) {
318 prog
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_sampler.c211 const struct gl_program *prog,
220 samplers_used = prog->SamplersUsed;
232 const GLuint texUnit = prog->SamplerUnits[unit];
209 update_shader_samplers(struct st_context *st, unsigned shader_stage, const struct gl_program *prog, unsigned max_units, struct pipe_sampler_state *samplers, unsigned *num_samplers) argument
/external/chromium_org/third_party/re2/re2/testing/
H A Dbacktrack.cc27 #include "re2/prog.h"
50 explicit Backtracker(Prog* prog);
78 Backtracker::Backtracker(Prog* prog) argument
79 : prog_(prog),
/external/mesa3d/src/mesa/main/
H A Datifragshader.c97 new_arith_inst(struct ati_fragment_shader *prog) argument
102 prog->numArithInstr[prog->cur_pass >> 1]++;
106 new_tex_inst(struct ati_fragment_shader *prog) argument
288 ctx->Driver.BindProgram(ctx, target, prog); */
302 struct ati_fragment_shader *prog = (struct ati_fragment_shader *) local
304 if (prog == &DummyShader) {
307 else if (prog) {
317 if (prog) {
318 prog
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c211 const struct gl_program *prog,
220 samplers_used = prog->SamplersUsed;
232 const GLuint texUnit = prog->SamplerUnits[unit];
209 update_shader_samplers(struct st_context *st, unsigned shader_stage, const struct gl_program *prog, unsigned max_units, struct pipe_sampler_state *samplers, unsigned *num_samplers) argument
/external/openssl/apps/
H A Dcrl2p7.c91 char *infile,*outfile,*prog,*certfile; local
111 prog=argv[0];
165 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
H A Ddh.c95 char *infile,*outfile,*prog; local
117 prog=argv[0];
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);

Completed in 1017 milliseconds

1234567891011>>