Searched
refs:Program (Results
276 -
300 of
595) sorted by null
<<11121314151617181920>>
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_emulate_branches.c | 237 DBG("Program after ENDIF handling:\n"); 238 rc_print_program(&s->C->Program); 267 * the program. 288 for(struct rc_instruction * inst = s->C->Program.Instructions.Next; 289 inst != &s->C->Program.Instructions; 294 inst_mov = rc_insert_new_instruction(s->C, s->C->Program.Instructions.Prev); 318 ptr = c->Program.Instructions.Next; 319 while(ptr != &c->Program.Instructions) {
|
radeon_dataflow_swizzles.c | 94 for(inst = c->Program.Instructions.Next; inst != &c->Program.Instructions; inst = inst->Next) {
|
/external/opencv3/modules/core/include/opencv2/core/ |
ocl.hpp | 64 class CV_EXPORTS Program; 247 Program getProg(const ProgramSource& prog, 344 Kernel(const char* kname, const Program& prog); 352 bool create(const char* kname, const Program& prog); 535 class CV_EXPORTS Program 538 Program(); 539 Program(const ProgramSource& src, 541 explicit Program(const String& buf); 542 Program(const Program& prog) [all...] |
/external/ceres-solver/internal/ceres/ |
block_jacobian_writer.cc | 36 #include "ceres/program.h" 47 // per-parameter jacobian goes where in the overall program jacobian. 56 void BuildJacobianLayout(const Program& program, 60 const vector<ResidualBlock*>& residual_blocks = program.residual_blocks(); 90 jacobian_layout->resize(program.NumResidualBlocks()); 124 Program* program) 125 : program_(program) { 129 BuildJacobianLayout(*program, [all...] |
/external/libchrome/sandbox/linux/bpf_dsl/ |
codegen.cc | 34 // we could trace back through the program in Compile() and elide 60 CodeGen::Program CodeGen::Compile(CodeGen::Node head) { 61 return Program(program_.rbegin() + Offset(head), program_.rend());
|
dump_bpf.cc | 146 void DumpBPF::PrintProgram(const CodeGen::Program& program) { 147 fputs(StringPrintProgram(program).c_str(), stderr); 150 std::string DumpBPF::StringPrintProgram(const CodeGen::Program& program) { 152 for (size_t i = 0; i < program.size(); i++) { 153 AppendInstruction(&res, i + 1, program[i]);
|
/external/libyuv/files/ |
winarm.mk | 2 # call "c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_arm\vcvarsx86_arm.bat"
|
/frameworks/av/cmds/screenrecord/ |
Android.mk | 25 Program.cpp
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
RedEyeFilter.java | 24 import android.filterfw.core.Program; 58 private Program mProgram; 119 // Create program if not created already
|
RotateFilter.java | 25 import android.filterfw.core.Program; 42 private Program mProgram; 90 // Create program if not created already
|
StraightenFilter.java | 25 import android.filterfw.core.Program; 45 private Program mProgram; 91 // Create program if not created already
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-10.d | 10 Program Header:
|
tls-dso-dtpoffd2.d | 16 Program Header:
|
tls-dso-dtpoffd4.d | 16 Program Header:
|
tls-dso-tpoffgotcomm1.d | 12 Program Header:
|
tls-e-tpoffcomm1.d | 12 Program Header:
|
tls-e-tpoffgotcomm1.d | 12 Program Header:
|
tls-gc-75.d | 17 Program Header:
|
tls-gc-76.d | 14 Program Header:
|
tls-ie-78.d | 14 Program Header:
|
tls-ldgde-14.d | 19 Program Header:
|
tls-ldgdex-14.d | 17 Program Header:
|
tls-ldgdex-15.d | 17 Program Header:
|
tls-ldgdx-14.d | 16 Program Header:
|
tls-ldgdx-15.d | 16 Program Header:
|
Completed in 507 milliseconds
<<11121314151617181920>>