/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.c | 618 /* work out gpr and base_chan from index */ 691 * USE_VTX_RENDER_TARGET_INDX - render target index in the Z channel of export 61 692 * USE_VTX_VIEWPORT_INDX - viewport index in the W channel of export 61 694 * exclusive from render target index) 713 /* Map name/sid pair from tgsi to the 8-bit semantic index for SPI setup */ 716 int index, name = io->name; local 724 index = 0; 728 index = io->sid; 731 index = 0x80 | (name<<3) | (io->sid); 737 index++ 950 int index; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winnt.h | [all...] |
msimcsdk.h | [all...] |
tapi3if.h | [all...] |
d3d9.h | [all...] |
d3d8.h | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
DAGCombiner.cpp | 81 MaySplitLoadIndex("combiner-split-load-index", cl::Hidden, cl::init(true), 200 /// \param EltNo index of the vector element to load. 557 // become dead allowing further simplification (e.g. split index [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | 111 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {} 114 unsigned Index) 115 : Block(Block), ScopeDepth(Depth), Index(Index) {} 120 unsigned getDestIndex() const { return Index; } 130 unsigned Index; [all...] |
CGClass.cpp | 457 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!"); 570 unsigned Index) { 571 if (Index == ArrayIndexes.size()) { 575 // If we have an array index variable, load it and use it as an offset. 614 Address IndexVar = CGF.GetAddrOfLocalVar(ArrayIndexes[Index]); 616 // Initialize this index variable to zero. 628 // Generate: if (loop-index < number-of-elements) fall to the loop body, 646 Array->getElementType(), ArrayIndexes, Index + 1); 778 // Create an array index that will be used to walk over all of the 780 ArrayIndexVar = CreateMemTemp(getContext().getSizeType(), "object.index"); [all...] |
/external/clang/lib/Serialization/ |
ASTWriterDecl.cpp | 633 Record.push_back(D->Index); [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGNodes.h | 110 /// get the index which selects a specific result in the SDNode [all...] |
/frameworks/compile/slang/ |
slang_rs_export_type.cpp | 57 // IMPORTANT: The data types in this table should be at the same index as [all...] |
/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 342 Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block, Index);
|
/external/llvm/bindings/ocaml/llvm/ |
llvm_ocaml.c | [all...] |
/external/opencv3/modules/features2d/include/opencv2/ |
features2d.hpp | 242 @param indexChange index remapping of the bits. */ 277 rectangle), find point of maximum brightness and output index of the winner (0, 1 or 2). Such 778 Trains a descriptor matcher (for example, the flann index). In all methods to match, the method [all...] |
/external/clang/lib/Driver/ |
ToolChains.cpp | 788 unsigned Index = Args.getBaseArgs().MakeIndex(A->getValue(1)); 789 unsigned Prev = Index; 790 std::unique_ptr<Arg> XarchArg(Opts.ParseOneArg(Args, Index)); 800 if (!XarchArg || Index > Prev + 1) { [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | [all...] |
/packages/apps/Settings/src/com/android/settings/ |
SecuritySettings.java | 60 import com.android.settings.search.Index; 396 // the index. This call is expected to be fairly cheap, but we may want to do something 398 Index.getInstance(getActivity()) 815 final List<SearchIndexableResource> index = new ArrayList<SearchIndexableResource>(); local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
Delphi.stg | 195 State.RuleMemoCount := <numRules>+1;<\n> <! index from 1..n !> 250 State.TokenStartCharIndex := Input.Index; 479 State.RuleMemoCount := <length(grammar.allImportedRules)>+1;<\n> <! index from 1..n !> 513 TraceIn('<ruleName>_fragment', <ruleDescriptor.index>); 517 TraceOut('<ruleName>_fragment', <ruleDescriptor.index>); 571 if ((State.Backtracking > 0) and AlreadyParsedRule(Input, <ruleDescriptor.index>)) then 669 <if(trace)>TraceIn('<ruleName>', <ruleDescriptor.index>);<endif> 700 <if(trace)>TraceOut("<ruleName>", <ruleDescriptor.index>);<endif> 731 <ruleDescriptor.name>_StartIndex := Input.Index(); 825 Memoize(Input, <ruleDescriptor.index>, <ruleDescriptor.name>_StartIndex) [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | [all...] |
/external/llvm/lib/Target/AMDGPU/ |
R600ISelLowering.cpp | [all...] |
/external/clang/include/clang/AST/ |
Type.h | [all...] |
/external/clang/lib/AST/ |
VTableBuilder.cpp | 660 // OffsetIndex is the index of this vcall or vbase offset, relative to the 837 /// VTableIndex - The index in the vtable that this method has. 838 /// (For destructors, this is the index of the complete destructor). 859 /// MethodVTableIndices - Contains the index (relative to the vtable address 865 /// VTableThunks - The thunks by vtable index in the vtable currently being [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
upload-diffs.py | 593 help=("Set the minimum similarity index for detecting renames " 822 to include an svn-style "Index:".""" 873 are retrieved based on lines that start with "Index:" or 878 if line.startswith('Index:') or line.startswith('Property changes on:'): [all...] |