HomeSort by relevance Sort by last modified time
    Searched full:program (Results 1801 - 1825 of 23867) sorted by null

<<71727374757677787980>>

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 367 if (m_scene.program) {
368 m_context->deleteProgram(m_scene.program);
369 m_scene.program = 0;
404 m_scene.program = loadProgram(vertexSource, fragmentSource);
405 if (!m_scene.program)
408 m_scene.colorLocation = m_context->getUniformLocation(m_scene.program, "color");
409 m_scene.positionLocation = m_context->getAttribLocation(m_scene.program, "position");
435 BLINK_ASSERT(m_scene.program);
437 m_context->useProgram(m_scene.program);
472 unsigned program = m_context->createProgram() local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_emit.c 335 if ( is_tex_instruction(i915->fs->program + i)) {
336 int sampler = tex_sampler(i915->fs->program + i);
379 /* emit program constant */
413 if ( is_tex_instruction(i915->fs->program + i) &&
414 i915->current.sampler_srgb[tex_sampler(i915->fs->program+i)] )
442 uint *program)
445 (program[0] & UREG_TYPE_NR_MASK) >> UREG_A0_DEST_SHIFT_LEFT;
446 int dst_mask = program[0] & A0_DEST_CHANNEL_ALL;
476 /* we should always have, at least, a pass-through program */
490 /* output the program */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs.c 38 #include "program/prog_print.h"
39 #include "program/prog_parameter.h"
54 * Compute the VUE map for vertex shader program.
179 /* Either we are using fixed function or an ARB vertex program. In
199 const GLuint *program; local
213 c.prog_data.outputs_written = vp->program.Base.OutputsWritten;
214 c.prog_data.inputs_read = vp->program.Base.InputsRead;
235 _mesa_fprint_program_opt(stdout, &c.vp->program.Base, PROG_PRINT_DEBUG,
252 if (c.vp->program.Base.SamplersUsed)
272 /* get the program
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c 335 if ( is_tex_instruction(i915->fs->program + i)) {
336 int sampler = tex_sampler(i915->fs->program + i);
379 /* emit program constant */
413 if ( is_tex_instruction(i915->fs->program + i) &&
414 i915->current.sampler_srgb[tex_sampler(i915->fs->program+i)] )
442 uint *program)
445 (program[0] & UREG_TYPE_NR_MASK) >> UREG_A0_DEST_SHIFT_LEFT;
446 int dst_mask = program[0] & A0_DEST_CHANNEL_ALL;
476 /* we should always have, at least, a pass-through program */
490 /* output the program */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 38 #include "program/prog_print.h"
39 #include "program/prog_parameter.h"
54 * Compute the VUE map for vertex shader program.
179 /* Either we are using fixed function or an ARB vertex program. In
199 const GLuint *program; local
213 c.prog_data.outputs_written = vp->program.Base.OutputsWritten;
214 c.prog_data.inputs_read = vp->program.Base.InputsRead;
235 _mesa_fprint_program_opt(stdout, &c.vp->program.Base, PROG_PRINT_DEBUG,
252 if (c.vp->program.Base.SamplersUsed)
272 /* get the program
    [all...]
  /external/ceres-solver/internal/ceres/
problem_impl.h 60 class Program;
146 const Program& program() const { return *program_; } function in class:ceres::internal::ProblemImpl
147 Program* mutable_program() { return program_.get(); }
154 bool InternalEvaluate(Program* program,
175 internal::scoped_ptr<internal::Program> program_;
coordinate_descent_minimizer.cc 46 #include "ceres/program.h"
60 const Program& program,
89 const vector<ParameterBlock*>& parameter_blocks = program.parameter_blocks();
100 const vector<ResidualBlock*>& residual_blocks = program.residual_blocks();
168 Program inner_program;
203 void CoordinateDescentMinimizer::Solve(Program* program,
214 Evaluator::Create(evaluator_options_, program, &error));
  /external/chromium_org/courgette/
description.md 70 - The goal is the match the indices from the old program to the new
71 program as closely as possible.
129 **Adjust**: Reassign address indices in the new program to match more
132 **Assembly program**: The output of _disassembly_. Contains a list of
140 program. Courgette instructions replace branches with an index to
150 **Encoded Program**: The output of encoding.
153 of branch addresses, the encoded program. It supports patching
  /external/chromium_org/third_party/libxslt/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_run.c 114 pp_filter_setup_in(struct program *p, struct pipe_resource *in)
123 pp_filter_setup_out(struct program *p, struct pipe_resource *out)
133 pp_filter_end_pass(struct program *p)
167 pp_filter_misc_state(struct program *p)
179 pp_filter_draw(struct program *p)
188 pp_filter_set_fb(struct program *p)
195 pp_filter_set_clear_fb(struct program *p)
  /external/chromium_org/third_party/tcmalloc/vendor/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/grub/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libffi/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libogg/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libusb/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libusb-compat/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libvorbis/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 114 pp_filter_setup_in(struct program *p, struct pipe_resource *in)
123 pp_filter_setup_out(struct program *p, struct pipe_resource *out)
133 pp_filter_end_pass(struct program *p)
167 pp_filter_misc_state(struct program *p)
179 pp_filter_draw(struct program *p)
188 pp_filter_set_fb(struct program *p)
195 pp_filter_set_clear_fb(struct program *p)
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.renderscript.Program.BaseProgramBuilder.html 10 android.renderscript.Program.BaseProgramBuilder
74 Class android.renderscript.<A HREF="../../../../reference/android/renderscript/Program.BaseProgramBuilder.html" target="_top"><font size="+2"><code>Program.BaseProgramBuilder</code></font></A>
86 <A NAME="android.renderscript.Program.BaseProgramBuilder.addTexture_added(android.renderscript.Program.TextureType, java.lang.String)"></A>
87 <nobr><code>BaseProgramBuilder</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Program.BaseProgramBuilder.html#addTexture(android.renderscript.Program.TextureType, java.lang.String)" target="_top"><code>addTexture</code></A>(<code>TextureType,</nobr> String<nobr><nobr></code>)</nobr>
  /ndk/sources/host-tools/make-3.81/config/
compile 9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program; if not, write to the Free Software
24 # distribute this file as part of a program that contains a
26 # the same distribution terms that you use for the rest of that program.
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /docs/source.android.com/src/compatibility/
overview.jd 1 page.title=Compatibility Program Overview
20 <p>The Android compatibility program makes it easy for mobile device
22 <h1 id="program-goals">Program goals</h1>
23 <p>The Android compatibility program works for the benefit of the entire
37 for different devices. The compatibility program provides a precise definition
48 compatibility program also provides the tools needed for distribution systems
55 The Android compatibility program focuses on the aspects of
72 <p>The Android compatibility program consists of three key components:</p>
  /external/bison/build-aux/
ylwrap 11 # This program is free software; you can redistribute it and/or modify
16 # This program is distributed in the hope that it will be useful,
22 # along with this program. If not, see <http://www.gnu.org/licenses/>.
25 # distribute this file as part of a program that contains a
27 # the same distribution terms that you use for the rest of that program.
44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
51 PROGRAM is program to run
90 # The program to run.
  /external/chromium_org/base/
command_line.h 47 // Construct a new command line with |program| as argv[0].
48 explicit CommandLine(const base::FilePath& program);
110 // Get and Set the program part of the command line string (the first item).
112 void SetProgram(const base::FilePath& program);
155 // If |include_program| is true, include |other|'s program as well.
164 // The program name is assumed to be the first item in the string.
169 // Disallow default constructor; a program name must be explicitly specified.
179 // The argv array: { program, [(--|-|/)switch[=value]]*, [--], [argument]* }
185 // The index after the program and switches, any arguments start here.
  /external/elfutils/config/
ylwrap 11 # This program is free software; you can redistribute it and/or modify
16 # This program is distributed in the hope that it will be useful,
22 # along with this program; if not, write to the Free Software
27 # distribute this file as part of a program that contains a
29 # the same distribution terms that you use for the rest of that program.
46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
53 PROGRAM is program to run
92 # The program to run.
  /external/llvm/docs/CommandGuide/
llc.rst 7 :program:`llc` [*options*] [*filename*]
12 The :program:`llc` command compiles LLVM source inputs into assembly language
23 If ``filename`` is "``-``" or omitted, :program:`llc` reads from standard input.
27 If the :option:`-o` option is omitted, then :program:`llc` will send its output
32 specified, then :program:`llc` creates the output filename by taking the input
35 Other :program:`llc` options are described below.
48 :program:`llvm-gcc` and :program:`clang`.
188 If :program:`llc` succeeds, it will exit with 0. Otherwise, if an error

Completed in 1906 milliseconds

<<71727374757677787980>>