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

<<1112131415161718

  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function.cc 45 #include "ceres/program.h"
248 Program* program = problem_impl->mutable_program(); local
252 const vector<ParameterBlock*>& parameter_blocks = program->parameter_blocks();
269 const vector<ResidualBlock*>& residual_blocks = program->residual_blocks();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineFrameController.js 70 if (record.type === WebInspector.TimelineModel.RecordType.Program) {
121 // Alternatively, we could compute CPU time as sum of all Program events.
122 // This way it's a bit more flexible, as it works in case there's no program events.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_tex.c 73 rc_constants_add_state(&compiler->Base.Program.Constants,
143 ((c->Program.ShadowSamplers & (1 << inst->U.I.TexSrcUnit)) ||
347 two = rc_constants_add_immediate_scalar(&c->Program.Constants, 2, &two_swizzle);
445 two = rc_constants_add_immediate_scalar(&c->Program.Constants, 2.35, &two_swizzle);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs.c 132 * If the vertex program doesn't write all 4 colors, lets
229 DBG(r300, DBG_VP, "r300: Initial vertex program\n");
247 if (compiler.Base.Program.Constants.Count > 200) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.h 131 /* Maximum size of the program packet, which matches the limits on
136 /* Hardware version of a parsed fragment program. "Derived" from the
146 bool error; /* If program is malformed for any reason. */
159 /* TODO: split between the stored representation of a program and
166 GLuint program[(I915_MAX_TEX_INSN + I915_MAX_ALU_INSN) * 3]; member in struct:i915_fragment_program
172 GLuint *csr; /* Cursor, points into program.
228 GLuint Program[I915_PROGRAM_SIZE];
334 extern void i915_disassemble_program(const GLuint * program, GLuint sz);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_shader.cpp 205 _mesa_reference_program(ctx, &shader->base.Program, prog);
209 * program constant) has to happen before creating this linkage.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
getstring.c 148 return (const GLubyte *) ctx->Program.ErrorString;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_print.c 45 * Return string name for given program/register file.
207 * Print a vertex program's InputsRead field in human-readable format.
225 * Print a fragment program's InputsRead field in human-readable format.
341 * by the ARB/NV program languages so we've taken some liberties here.
345 * \param prog pointer to containing program
380 sprintf(str, "program.env[%s%d]", addr, index);
383 sprintf(str, "program.local[%s%d]", addr, index);
676 * Print a single vertex/fragment program instruction.
921 * Print program, with options.
938 fprintf(f, "# Vertex Program/Shader %u\n", prog->Id)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_tex.c 73 rc_constants_add_state(&compiler->Base.Program.Constants,
143 ((c->Program.ShadowSamplers & (1 << inst->U.I.TexSrcUnit)) ||
347 two = rc_constants_add_immediate_scalar(&c->Program.Constants, 2, &two_swizzle);
445 two = rc_constants_add_immediate_scalar(&c->Program.Constants, 2.35, &two_swizzle);
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.c 132 * If the vertex program doesn't write all 4 colors, lets
229 DBG(r300, DBG_VP, "r300: Initial vertex program\n");
247 if (compiler.Base.Program.Constants.Count > 200) {
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 131 /* Maximum size of the program packet, which matches the limits on
136 /* Hardware version of a parsed fragment program. "Derived" from the
146 bool error; /* If program is malformed for any reason. */
159 /* TODO: split between the stored representation of a program and
166 GLuint program[(I915_MAX_TEX_INSN + I915_MAX_ALU_INSN) * 3]; member in struct:i915_fragment_program
172 GLuint *csr; /* Cursor, points into program.
228 GLuint Program[I915_PROGRAM_SIZE];
334 extern void i915_disassemble_program(const GLuint * program, GLuint sz);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 205 _mesa_reference_program(ctx, &shader->base.Program, prog);
209 * program constant) has to happen before creating this linkage.
  /external/mesa3d/src/mesa/main/
getstring.c 148 return (const GLubyte *) ctx->Program.ErrorString;
  /external/mesa3d/src/mesa/program/
prog_print.c 45 * Return string name for given program/register file.
207 * Print a vertex program's InputsRead field in human-readable format.
225 * Print a fragment program's InputsRead field in human-readable format.
341 * by the ARB/NV program languages so we've taken some liberties here.
345 * \param prog pointer to containing program
380 sprintf(str, "program.env[%s%d]", addr, index);
383 sprintf(str, "program.local[%s%d]", addr, index);
676 * Print a single vertex/fragment program instruction.
921 * Print program, with options.
938 fprintf(f, "# Vertex Program/Shader %u\n", prog->Id)
    [all...]
  /frameworks/base/libs/hwui/
Caches.h 303 Program* currentProgram;
GammaFontRenderer.cpp 126 Program* program) const {
128 glUniform1f(program->getUniform("gamma"), description.gamma);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceRenderFilter.java 33 import android.filterfw.core.Program;
SurfaceTargetFilter.java 32 import android.filterfw.core.Program;
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
MeshTest.java 27 import android.renderscript.Program.TextureType;
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
SimpleAppRS.java 32 import android.renderscript.Program.TextureType;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 929 // Creates a Program for the given program.
930 Program* CreateProgram(
935 // Gets the program info for the given program. Returns NULL if none exists.
936 Program* GetProgram(GLuint client_id) {
968 // Gets the program info for the given program. If it's not a program
969 // generates a GL error. Returns NULL if not program
972 Program* program = GetProgram(client_id); local
4547 Program* program = GetProgramInfoNotShader(program_id, "glGetProgramiv"); local
4578 Program* program = GetProgramInfoNotShader( local
4589 GLuint program = static_cast<GLuint>(c.program); local
4604 GLuint program = static_cast<GLuint>(c.program); local
4640 Program* program = GetProgramInfoNotShader( local
4654 GLuint program = static_cast<GLuint>(c.program); local
4670 GLuint program = static_cast<GLuint>(c.program); local
4705 Program* program = GetProgram(client_id); local
4708 program_manager()->MarkAsDeleted(shader_manager(), program); local
5467 Program* program = GetProgramInfoNotShader( local
5933 Program* program = NULL; local
6779 Program* program = GetProgramInfoNotShader( local
6821 const Program* program = GetProgram(client_id); local
6845 Program* program = GetProgramInfoNotShader( local
6866 Program* program = GetProgramInfoNotShader( local
6885 Program* program = GetProgramInfoNotShader( local
7534 Program* program = GetProgramInfoNotShader( local
7593 Program* program = GetProgramInfoNotShader( local
8714 Program* program = GetProgramInfoNotShader(program_id, "glGetUniform"); local
8754 GLuint program = c.program; local
8773 GLuint program = c.program; local
8843 Program* program = GetProgramInfoNotShader( local
8888 Program* program = GetProgramInfoNotShader( local
8923 Program* program = GetProgramInfoNotShader( local
9281 Program* program = NULL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 105 * cl::Program::Sources source(1,
107 * cl::Program program_ = cl::Program(context, source);
199 class Program;
888 F(cl_kernel_info, CL_KERNEL_PROGRAM, cl::Program) \
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 105 * cl::Program::Sources source(1,
107 * cl::Program program_ = cl::Program(context, source);
199 class Program;
888 F(cl_kernel_info, CL_KERNEL_PROGRAM, cl::Program) \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 33 BuildUtil::BuildUtil(Program *prog)
39 BuildUtil::init(Program *prog)
nv50_ir_ssa.cpp 301 Program *prog;
305 Program::convertToSSA()

Completed in 1188 milliseconds

<<1112131415161718