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

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 42 Converter(Program *, struct nv50_ir_prog_info *);
160 Program *prog;
750 if (prog->getType() == Program::TYPE_FRAGMENT) {
794 if (prog->getType() == Program::TYPE_TESSELLATION_EVAL)
833 if (prog->getType() == Program::TYPE_TESSELLATION_EVAL)
899 assert(prog->getType() != Program::TYPE_FRAGMENT);
939 if (prog->getType() == Program::TYPE_FRAGMENT)
    [all...]
nv50_ir_target_nv50.cpp 307 if (ld->bb->getProgram()->getType() != Program::TYPE_GEOMETRY)
347 Program::Type pt = ld->bb->getProgram()->getType();
350 if (pt == Program::TYPE_COMPUTE)
352 if (pt == Program::TYPE_GEOMETRY) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 34 #include "program/register_allocate.h"
552 /* Get list of program variables */
599 for (inst = s->C->Program.Instructions.Next;
600 inst != &s->C->Program.Instructions;
748 for (struct rc_instruction *inst = s.C->Program.Instructions.Next;
749 inst != &s.C->Program.Instructions;
radeon_pair_translate.c 335 rc_error(&c->Base, "Fragment program does not support signed Saturate.\n");
342 rc_error(&c->Base, "Fragment program does not support relative addressing "
358 for(struct rc_instruction * inst = c->Base.Program.Instructions.Next;
359 inst != &c->Base.Program.Instructions;
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...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 103 ATTRIBUTE Exec-Program 1038 string
104 ATTRIBUTE Exec-Program-Wait 1039 string
  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 58 err = mExtTexProgram.setup(Program::PROGRAM_EXTERNAL_TEXTURE);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaScene.java 38 import android.renderscript.Program.TextureType;
  /frameworks/rs/
rsProgramFragment.cpp 28 : Program(rsc, shaderText, shaderLength, params, paramLength) {
44 ALOGE("Attempting to set fixed function emulation color on user program");
45 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot set fixed function emulation color on user program");
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 2 * drawElements Quality Program OpenGL ES 3.1 Module
21 * \brief Program interface query tests.
207 class Program : public Node
210 Program (bool separable = false)
447 static de::MovePtr<ProgramInterfaceDefinition::Program> generateProgramDefinitionFromResource (const ResourceDefinition::Node* resource)
449 de::MovePtr<ProgramInterfaceDefinition::Program> program (new ProgramInterfaceDefinition::Program());
640 ProgramInterfaceDefinition::Shader* shader = program->addShader(shaderDef->m_type, shaderDef->m_version);
654 ProgramInterfaceDefinition::Shader* shader = program->addShader((glu::ShaderType)shaderType, shaderDef->m_version)
    [all...]
  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function_test.cc 41 #include "ceres/program.h"
378 const Program& program = problem_impl.program(); local
379 const Program& gradient_checking_program =
380 gradient_checking_problem_impl->program();
385 // Program. This is not exepected to be the case and writing code to
388 for (int i = 0; i < program.parameter_blocks().size(); ++i) {
390 program.parameter_blocks()[i],
394 for (int i = 0; i < program.residual_blocks().size(); ++i)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ResourceManager.cpp 14 #include "libGLESv2/Program.h"
90 // Returns an unused shader/program name
108 // Returns an unused program/shader name
113 mProgramMap[handle] = new Program(mRenderer, this, handle);
189 void ResourceManager::deleteProgram(GLuint program)
191 ProgramMap::iterator programObject = mProgramMap.find(program);
300 Program *ResourceManager::getProgram(unsigned int handle)
302 ProgramMap::iterator program = mProgramMap.find(handle); local
304 if (program == mProgramMap.end())
310 return program->second
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_translate.c 335 rc_error(&c->Base, "Fragment program does not support signed Saturate.\n");
342 rc_error(&c->Base, "Fragment program does not support relative addressing "
358 for(struct rc_instruction * inst = c->Base.Program.Instructions.Next;
359 inst != &c->Base.Program.Instructions;
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...]
  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 31 -b "C:\Program Files (x86)\Safari\safari.exe"
32 -b "C:\Program Files (x86)\Opera 10.50 pre-alpha\opera.exe" -n 1
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 4 * drawElements Quality Program OpenGL (ES) Module
49 class Program;
182 * \brief Struct for a shader program sources and related data
184 * A ProgramContext holds a program's vertex and fragment shader sources
187 * number that varies between different compilations of the same program;
219 float rebuildProgram; //!< Rebuild program, with variable name-mangling.
322 LongStressCaseInternal::Program>* m_programs;
  /external/llvm/include/llvm/Support/
GraphWriter.h 54 GraphProgram::Name program = GraphProgram::DOT);
351 GraphProgram::Name Program = GraphProgram::DOT) {
357 DisplayGraph(Filename, true, Program);
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 20 Program received signal SIGTRAP, Trace/breakpoint trap.
  /frameworks/native/services/surfaceflinger/
Android.mk 30 RenderEngine/Program.cpp \
  /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/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 2 * drawElements Quality Program EGL Module
77 class Program;
97 SharedPtr<Program> popProgram (int index);
98 const SharedPtr<Program> getProgram (int index) const { return m_programs[index]; }
99 void addProgram (SharedPtr<Program> program) { m_programs.push_back(program); }
106 std::vector<SharedPtr<Program> > m_programs;
136 SharedPtr<Program> GLES2ResourceManager::popProgram (int index)
138 SharedPtr<Program> program = m_programs[index] local
1467 GLuint program; member in class:deqp::egl::GLES2ThreadTest::Program
1500 GLuint program = 0; local
1529 GLuint program = m_program->program; local
1651 GLuint program = m_program->program; local
2404 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->getProgram(programNdx); local
2728 SharedPtr<GLES2ThreadTest::Program> program; local
2740 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->popProgram(attachProgramNdx); local
2752 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->popProgram(detachableProgramNdx); local
2760 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->popProgram(linkableProgramNdx); local
3117 SharedPtr<GLES2ThreadTest::Program> program; local
3204 SharedPtr<GLES2ThreadTest::Program> program; local
3308 SharedPtr<GLES2ThreadTest::Program> program; local
3528 SharedPtr<GLES2ThreadTest::Program> program; local
    [all...]
  /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/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...]

Completed in 2268 milliseconds

<<11121314151617181920>>