HomeSort by relevance Sort by last modified time
    Searched full:linked (Results 626 - 650 of 3718) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 416 unsigned linked = program.cf_insn_linked[insn_num]; local
417 if(program.insns[linked]->opcode == SM4_OPCODE_ENDIF)
422 label_to_sm4_insn_num.push_back(std::make_pair(label, linked));
429 unsigned endif = program.cf_insn_linked[linked];
432 label_to_sm4_insn_num.push_back(std::make_pair(label, linked));
434 translate_insns(linked + 1, endif);
436 sm4_to_tgsi_insn_num[linked] = ureg_get_instruction_number(ureg);
440 translate_insns(insn_num + 1, linked);
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 1014 * \param linked Is the shader linked? This enables
1022 * \c linked is \c true.
1028 do_common_optimization(exec_list *ir, bool linked,
1036 if (linked) {
1044 if (linked)
1051 if (linked)
1062 progress = optimize_split_arrays(ir, linked) || progress;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parser.h 143 * Linked list of symbols
156 * Linked list of instructions generated during parsing.
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_program.h 81 /** next in linked list */
133 /** Next in linked list */
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
pratom.h 95 ** LIFO linked-list (stack)
109 ** Create a stack, a LIFO linked list
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 88 // We maintain an LRU linked list between unlocked nodes with these pointers
175 // Head and tail for linked list of least-recently-used rows (front = least recently used).
  /external/chromium_org/third_party/tcmalloc/chromium/src/
maybe_threads.cc 108 // linked with -pthread is silently a noop. :-( Luckily, we have a
113 // is not linked with -pthread).
  /external/chromium_org/third_party/tcmalloc/vendor/src/
maybe_threads.cc 108 // linked with -pthread is silently a noop. :-( Luckily, we have a
113 // is not linked with -pthread).
  /external/e2fsprogs/lib/blkid/
blkidP.h 56 * are linked via bit_names for a single device, so that traversing the
58 * They are also linked via bit_values for all devices, so one can easily
  /external/elfutils/0.153/libdwfl/
dwfl_getmodules.c 23 distribute linked combinations of the two. Non-GPL Code permitted under
62 /* We iterate through the linked list when it's all we have.
  /external/libpcap/
README.linux 79 Linux's run-time linker allows shared libraries to be linked with other
83 later version of the shared library can be linked with that other shared
  /external/libunwind/doc/
NOTES 91 same application can be linked against the separate unwind libraries
95 entire application would have to be linked against both -lunwind and
  /external/llvm/docs/HistoricalNotes/
2001-02-09-AdveComments.txt 56 This gets even worse when code from different languages is linked
81 load-linked
  /external/llvm/include/llvm/Support/
Recycler.h 61 /// Recycler - This class manages a linked-list of deallocated nodes
67 /// FreeList - Doubly-linked list of nodes that have deleted contents and
Registry.h 59 /// linked with an executable.
85 /// Node in linked list of entries.
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 79 // abs32 Static Small text+data+bss linked below 2^32 bytes
80 // abs44 Static Medium text+data+bss linked below 2^44 bytes
  /external/llvm/tools/llvm-link/
llvm-link.cpp 52 DumpAsm("d", cl::desc("Print assembly as linked"), cl::Hidden);
121 errs() << argv[0] << ": linked module is broken!\n";
  /external/mesa3d/src/egl/main/
eglscreen.c 132 * Lookup a handle to find the linked config.
133 * Return NULL if the handle has no corresponding linked config.
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 57 /* linked list of preallocated blocks */
59 /* linked list of freed fences */
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 416 unsigned linked = program.cf_insn_linked[insn_num]; local
417 if(program.insns[linked]->opcode == SM4_OPCODE_ENDIF)
422 label_to_sm4_insn_num.push_back(std::make_pair(label, linked));
429 unsigned endif = program.cf_insn_linked[linked];
432 label_to_sm4_insn_num.push_back(std::make_pair(label, linked));
434 translate_insns(linked + 1, endif);
436 sm4_to_tgsi_insn_num[linked] = ureg_get_instruction_number(ureg);
440 translate_insns(insn_num + 1, linked);
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 1014 * \param linked Is the shader linked? This enables
1022 * \c linked is \c true.
1028 do_common_optimization(exec_list *ir, bool linked,
1036 if (linked) {
1044 if (linked)
1051 if (linked)
1062 progress = optimize_split_arrays(ir, linked) || progress;
  /external/mesa3d/src/mesa/program/
program_parser.h 143 * Linked list of symbols
156 * Linked list of instructions generated during parsing.
  /external/mesa3d/src/mesa/state_tracker/
st_program.h 81 /** next in linked list */
133 /** Next in linked list */
  /external/proguard/src/proguard/shrink/
ShortestUsageMark.java 59 * @param previousUsageMark the previous mark to which this one is linked.
74 * @param previousUsageMark the previous mark to which this one is linked.
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 88 // We maintain an LRU linked list between unlocked nodes with these pointers
175 // Head and tail for linked list of least-recently-used rows (front = least recently used).

Completed in 795 milliseconds

<<21222324252627282930>>