Searched refs:progB (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/tests/
H A Dvg_regtest68 # - progB: <prog to run in parallel with prog> (default: none)
69 # - argsB: <args for progB> (default: none)
70 # - stdinB: <input file for progB> (default: none)
71 # - stdoutB_filter: <filter progB stdout through> (default: none)
72 # - stderrB_filter: <filter progB stderr through> (default: ./filter_stderr)
83 # Note that if a progB is specified, it is started in background (before prog).
91 # Expected output for progB is handled similarly, except that
92 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
97 # (for progB, in <test>.std<strm>2.out and <test>.std<strm>2.diff*).
143 my $progB; # Sam
[all...]
H A Dvg_regtest.in68 # - progB: <prog to run in parallel with prog> (default: none)
69 # - argsB: <args for progB> (default: none)
70 # - stdinB: <input file for progB> (default: none)
71 # - stdoutB_filter: <filter progB stdout through> (default: none)
72 # - stderrB_filter: <filter progB stderr through> (default: ./filter_stderr)
83 # Note that if a progB is specified, it is started in background (before prog).
91 # Expected output for progB is handled similarly, except that
92 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
97 # (for progB, in <test>.std<strm>2.out and <test>.std<strm>2.diff*).
143 my $progB; # Sam
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c725 const struct gl_program *progB)
730 const GLuint lenB = progB->NumInstructions;
738 ASSERT(progA->Target == progB->Target);
745 _mesa_copy_instructions(newInst + lenA, progB->Instructions, lenB);
763 GLbitfield64 progB_inputsRead = progB->InputsRead;
767 fprogB = gl_fragment_program_const(progB);
787 for (i = 0; i < progB->Parameters->NumParameters; i++) {
788 struct gl_program_parameter *p = &progB->Parameters->Parameters[i];
830 newProg->OutputsWritten = progB->OutputsWritten;
831 newProg->SamplersUsed = progA->SamplersUsed | progB
723 _mesa_combine_programs(struct gl_context *ctx, const struct gl_program *progA, const struct gl_program *progB) argument
[all...]
H A Dprogram.h166 const struct gl_program *progB);
/external/mesa3d/src/mesa/program/
H A Dprogram.c725 const struct gl_program *progB)
730 const GLuint lenB = progB->NumInstructions;
738 ASSERT(progA->Target == progB->Target);
745 _mesa_copy_instructions(newInst + lenA, progB->Instructions, lenB);
763 GLbitfield64 progB_inputsRead = progB->InputsRead;
767 fprogB = gl_fragment_program_const(progB);
787 for (i = 0; i < progB->Parameters->NumParameters; i++) {
788 struct gl_program_parameter *p = &progB->Parameters->Parameters[i];
830 newProg->OutputsWritten = progB->OutputsWritten;
831 newProg->SamplersUsed = progA->SamplersUsed | progB
723 _mesa_combine_programs(struct gl_context *ctx, const struct gl_program *progA, const struct gl_program *progB) argument
[all...]
H A Dprogram.h166 const struct gl_program *progB);

Completed in 439 milliseconds