HomeSort by relevance Sort by last modified time
    Searched refs:Program (Results 251 - 275 of 450) sorted by null

<<1112131415161718

  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 20 Program received signal SIGTRAP, Trace/breakpoint trap.
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 34 import android.renderscript.Program;
143 geometryBuilder.addTexture(Program.TextureType.TEXTURE_2D);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 11 import android.renderscript.Program;
204 builder.addTexture(Program.TextureType.TEXTURE_2D);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 10 import android.renderscript.Program;
220 builder.addTexture(Program.TextureType.TEXTURE_2D);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_optimize.c 333 inst->U.I.SrcReg[src].Index >= c->Program.Constants.Count)
337 &c->Program.Constants.Constants[inst->U.I.SrcReg[src].Index];
605 * is possible it will remain part of the program.*/
623 * 0 if the ADD instruction is still part of the program.
624 * 1 if the ADD instruction is no longer part of the program.
837 * 0 if inst is still part of the program.
838 * 1 if inst is no longer part of the program.
859 struct rc_instruction * inst = c->Program.Instructions.Next;
861 while(inst != &c->Program.Instructions) {
872 /* cur may no longer be part of the program */
    [all...]
radeon_program_alu.c 368 constant = rc_constants_add_immediate_scalar(&c->Program.Constants, -127.999999, &constant_swizzle);
761 int constant = rc_constants_add_immediate_scalar(&c->Program.Constants,
963 constants[i] = rc_constants_add_immediate_vec4(&c->Program.Constants, SinCosConsts[i]);
    [all...]
radeon_variable.c 348 * Generate a list of variables used by the shader program. Each instruction
359 for (inst = c->Program.Instructions.Next;
360 inst != &c->Program.Instructions;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c 26 * \file program.c
27 * Vertex and fragment program support functions.
36 #include "program.h"
43 * A pointer to this dummy program is put into the hash table when
50 * Init context's vertex/fragment program state
83 ctx->Program.ErrorPos = -1;
84 ctx->Program.ErrorString = _mesa_strdup("");
115 /* right now by default we don't have a geometry program */
132 * Free a context's vertex/fragment program state
158 free((void *) ctx->Program.ErrorString)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 333 inst->U.I.SrcReg[src].Index >= c->Program.Constants.Count)
337 &c->Program.Constants.Constants[inst->U.I.SrcReg[src].Index];
605 * is possible it will remain part of the program.*/
623 * 0 if the ADD instruction is still part of the program.
624 * 1 if the ADD instruction is no longer part of the program.
837 * 0 if inst is still part of the program.
838 * 1 if inst is no longer part of the program.
859 struct rc_instruction * inst = c->Program.Instructions.Next;
861 while(inst != &c->Program.Instructions) {
872 /* cur may no longer be part of the program */
    [all...]
radeon_program_alu.c 368 constant = rc_constants_add_immediate_scalar(&c->Program.Constants, -127.999999, &constant_swizzle);
761 int constant = rc_constants_add_immediate_scalar(&c->Program.Constants,
963 constants[i] = rc_constants_add_immediate_vec4(&c->Program.Constants, SinCosConsts[i]);
    [all...]
radeon_variable.c 348 * Generate a list of variables used by the shader program. Each instruction
359 for (inst = c->Program.Instructions.Next;
360 inst != &c->Program.Instructions;
  /external/mesa3d/src/mesa/program/
program.c 26 * \file program.c
27 * Vertex and fragment program support functions.
36 #include "program.h"
43 * A pointer to this dummy program is put into the hash table when
50 * Init context's vertex/fragment program state
83 ctx->Program.ErrorPos = -1;
84 ctx->Program.ErrorString = _mesa_strdup("");
115 /* right now by default we don't have a geometry program */
132 * Free a context's vertex/fragment program state
158 free((void *) ctx->Program.ErrorString)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 42 inline void setProgramType(Program::Type pType) { progType = pType; }
47 Program::Type progType;
379 if (progType == Program::TYPE_GEOMETRY) {
397 assert(progType == Program::TYPE_GEOMETRY ||
398 progType == Program::TYPE_COMPUTE);
405 if (progType == Program::TYPE_GEOMETRY) {
420 assert(progType != Program::TYPE_GEOMETRY);
427 if (progType != Program::TYPE_COMPUTE)
    [all...]
nv50_ir_bb.cpp 27 Function::Function(Program *p, const char *fnName, uint32_t label)
72 program = func->getProgram();
446 Pass::run(Program *prog, bool ordered, bool skipPhi)
454 Pass::doRun(Program *prog, bool ordered, bool skipPhi)
nv50_ir_from_tgsi.cpp 1027 Converter(Program *, const tgsi::Source *);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 42 inline void setProgramType(Program::Type pType) { progType = pType; }
47 Program::Type progType;
379 if (progType == Program::TYPE_GEOMETRY) {
397 assert(progType == Program::TYPE_GEOMETRY ||
398 progType == Program::TYPE_COMPUTE);
405 if (progType == Program::TYPE_GEOMETRY) {
420 assert(progType != Program::TYPE_GEOMETRY);
427 if (progType != Program::TYPE_COMPUTE)
    [all...]
nv50_ir_bb.cpp 27 Function::Function(Program *p, const char *fnName, uint32_t label)
72 program = func->getProgram();
446 Pass::run(Program *prog, bool ordered, bool skipPhi)
454 Pass::doRun(Program *prog, bool ordered, bool skipPhi)
nv50_ir_from_tgsi.cpp 1027 Converter(Program *, const tgsi::Source *);
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 99 // Cannot determine whether program is single-threaded. Hope for
164 // typical program has very few of these.
508 // Temporarily copy the contents of the "program" vector into a
511 // installed the BPF filter program in the kernel. Depending on the
514 Program* program = AssembleFilter(false /* force_verification */); local
516 struct sock_filter bpf[program->size()];
517 const struct sock_fprog prog = {static_cast<unsigned short>(program->size()),
519 memcpy(bpf, &(*program)[0], sizeof(bpf));
520 delete program;
699 Program* program = new Program(); local
    [all...]
  /external/ceres-solver/internal/ceres/
problem_impl.cc 49 #include "ceres/program.h"
139 // sync with the position of the parameter in the program's parameter vector.
190 ProblemImpl::ProblemImpl() : program_(new internal::Program) {}
193 program_(new internal::Program) {}
548 // take the residual blocks from the underlying program.
549 Program program; local
550 *program.mutable_residual_blocks() =
559 *program.mutable_parameter_blocks();
564 // the underlying program object
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_program.c 190 if (p->csr >= p->program + ARRAY_SIZE(p->program)) {
191 i915_program_error(p, "Program contains too many instructions");
279 if (p->csr >= p->program + ARRAY_SIZE(p->program)) {
280 i915_program_error(p, "Program contains too many instructions");
438 /* Warning the user about program errors seems to be quite valuable, from
440 * when we fall back to software due to an unsupportable program, though.
479 p->csr = p->program;
496 GLuint program_size = p->csr - p->program;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 190 if (p->csr >= p->program + ARRAY_SIZE(p->program)) {
191 i915_program_error(p, "Program contains too many instructions");
279 if (p->csr >= p->program + ARRAY_SIZE(p->program)) {
280 i915_program_error(p, "Program contains too many instructions");
438 /* Warning the user about program errors seems to be quite valuable, from
440 * when we fall back to software due to an unsupportable program, though.
479 p->csr = p->program;
496 GLuint program_size = p->csr - p->program;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 47 class Program;
285 void deleteProgram(GLuint program);
308 void useProgram(GLuint program);
309 void linkProgram(GLuint program);
310 void setProgramBinary(GLuint program, const void *binary, GLint length);
325 Program *getProgram(GLuint handle);
libGLESv2.cpp 18 #include "libGLESv2/Program.h"
283 void __stdcall glAttachShader(GLuint program, GLuint shader)
285 EVENT("(GLuint program = %d, GLuint shader = %d)", program, shader);
293 gl::Program *programObject = context->getProgram(program);
298 if (context->getShader(program))
365 void __stdcall glBindAttribLocation(GLuint program, GLuint index, const GLchar* name)
367 EVENT("(GLuint program = %d, GLuint index = %d, const GLchar* name = 0x%0.8p)", program, index, name)
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 10 // This program provides an extremely hacky way to stop Dr. Watson from starting
13 // This simply starts the program named in the first positional argument with
15 // any unhandled exceptions thrown in the child process and close the program
64 cl::desc("<program to run>"));
66 cl::desc("<program arguments>..."));
217 /// @brief Find program using shell lookup rules.
218 /// @param Program This is either an absolute path, relative path, or simple a
219 /// program name. Look in PATH for any programs that match. If no
221 /// @return If ec == errc::success, The absolute path to the program. Otherwise
223 static std::string FindProgram(const std::string &Program, error_code &ec)
    [all...]

Completed in 1116 milliseconds

<<1112131415161718