HomeSort by relevance Sort by last modified time
    Searched refs:Program (Results 376 - 400 of 595) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp 2 * drawElements Quality Program OpenGL ES 3.1 Module
21 * \brief Program interface utilities
128 bool programContainsIOBlocks (const ProgramInterfaceDefinition::Program* program)
130 for (int shaderNdx = 0; shaderNdx < (int)program->getShaders().size(); ++shaderNdx)
132 if (shaderContainsIOBlocks(program->getShaders()[shaderNdx]))
155 glu::ShaderType getProgramTransformFeedbackStage (const ProgramInterfaceDefinition::Program* program)
157 if (program->hasStage(glu::SHADERTYPE_GEOMETRY))
160 if (program->hasStage(glu::SHADERTYPE_TESSELLATION_EVALUATION)
    [all...]
  /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) {
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...]
  /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/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");
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 51 import com.android.tv.data.Program;
376 final Program program = Utils.getCurrentProgram(this, channel.getId()); local
377 if (program == null) {
380 final long programDurationMs = program.getEndTimeUtcMillis()
381 - program.getStartTimeUtcMillis();
382 long programLeftTimsMs = program.getEndTimeUtcMillis() - System.currentTimeMillis();
394 program.getPosterArtUri(), (int) mNotificationCardMaxWidth,
397 Log.e(TAG, "Failed to decode poster image for " + program.getPosterArtUri());
404 createChannelLogoCallback(this, notificationId, inputDisplayName, channel, program,
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/
MutatableCode.java 17 package dexfuzz.program;
38 * This is an index into the Program's list of MutatableCodes.
82 * The Program that owns this MutatableCode.
86 public Program program; field in class:MutatableCode
94 public MutatableCode(Program program) {
95 this.program = program;
  /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/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 53 GraphProgram::Name program = GraphProgram::DOT);
352 GraphProgram::Name Program = GraphProgram::DOT) {
358 DisplayGraph(Filename, false, Program);
  /external/valgrind/gdbserver_tests/
hgtls.stdoutB.exp 45 Program exited normally.
mcinfcallWSRU.stderrB.exp 17 Program received signal SIGTRAP, Trace/breakpoint trap.
  /packages/apps/TV/src/com/android/tv/dvr/
ScheduledRecording.java 27 import com.android.tv.data.Program;
77 public static Builder builder(Program p) {
185 * Record with a given program.
249 * Optional id of the associated program.
291 * Return the optional program id
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-20.d 17 Program Header:
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 2 * drawElements Quality Program EGL Module
74 class Program;
94 SharedPtr<Program> popProgram (int index);
95 const SharedPtr<Program> getProgram (int index) const { return m_programs[index]; }
96 void addProgram (SharedPtr<Program> program) { m_programs.push_back(program); }
103 std::vector<SharedPtr<Program> > m_programs;
133 SharedPtr<Program> GLES2ResourceManager::popProgram (int index)
135 SharedPtr<Program> program = m_programs[index] local
1465 GLuint program; member in class:deqp::egl::GLES2ThreadTest::Program
1499 GLuint program = 0; local
1529 GLuint program = m_program->program; local
1656 GLuint program = m_program->program; local
2408 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->getProgram(programNdx); local
2732 SharedPtr<GLES2ThreadTest::Program> program; local
2744 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->popProgram(attachProgramNdx); local
2756 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->popProgram(detachableProgramNdx); local
2764 SharedPtr<GLES2ThreadTest::Program> program = m_threads[threadNdx]->context->resourceManager->popProgram(linkableProgramNdx); local
3135 SharedPtr<GLES2ThreadTest::Program> program; local
3222 SharedPtr<GLES2ThreadTest::Program> program; local
3326 SharedPtr<GLES2ThreadTest::Program> program; local
3546 SharedPtr<GLES2ThreadTest::Program> program; local
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 87 OrigProgram = BD.Program;
89 BD.Program = parseInputFile(PrefixOutput, BD.getContext()).release();
90 if (BD.Program == nullptr) {
108 delete BD.Program;
109 BD.Program = OrigProgram;
116 /// variable's initializer and seeing if the program still crashes. If it
117 /// does, then we keep that program and try again.
144 // Clone the program to try hacking it apart...
169 // Try running the hacked up program...
185 /// seeing if the program still crashes. If it does, then keep the newer
    [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...]
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 25 _PT_LOAD = 1 /* Loadable program segment */
78 e_phoff uint64 /* Program header table file offset */
82 e_phentsize uint16 /* Program header table entry size */
83 e_phnum uint16 /* Program header table entry count */
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 25 _PT_LOAD = 1 /* Loadable program segment */
78 e_phoff uint64 /* Program header table file offset */
82 e_phentsize uint16 /* Program header table entry size */
83 e_phnum uint16 /* Program header table entry count */
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 2 * drawElements Quality Program Reference Renderer
506 void flatshadeVertices (const Program& program, ContainerType& list)
509 const std::vector<rr::VertexVaryingInfo>& fragInputs = (program.geometryShader) ? (program.geometryShader->getOutputs()) : (program.vertexShader->getOutputs());
521 const Program& program,
534 const std::vector<rr::VertexVaryingInfo>& fragInputs = (program.geometryShader) ? (program.geometryShader->getOutputs()) : (program.vertexShader->getOutputs())
    [all...]

Completed in 450 milliseconds

<<11121314151617181920>>