/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 595 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local 611 NumUniqueDeclarations + NumComponentLists, NumComponents)); in Create() 614 NumVars, NumUniqueDeclarations, NumComponentLists, NumComponents); in Create() 627 unsigned NumComponents) { in CreateEmpty() argument 632 NumUniqueDeclarations + NumComponentLists, NumComponents)); in CreateEmpty() 634 NumComponentLists, NumComponents); in CreateEmpty() 646 unsigned NumComponents = getComponentsTotalNumber(ComponentLists); in Create() local 662 NumUniqueDeclarations + NumComponentLists, NumComponents)); in Create() 666 NumComponentLists, NumComponents); in Create() 676 unsigned NumComponents) { in CreateEmpty() argument [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_sol_state.c | 134 (1 << linked_xfb_info->Outputs[i].NumComponents) - 1; in upload_3dstate_so_decl_list() 138 assert(linked_xfb_info->Outputs[i].NumComponents == 1); in upload_3dstate_so_decl_list() 156 next_offset[buffer] += linked_xfb_info->Outputs[i].NumComponents; in upload_3dstate_so_decl_list()
|
D | gen6_sol.c | 59 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 2856 unsigned NumComponents; variable 2939 NumComponents); in getComponentsRef() 2947 NumComponents); in getComponentsRef() 2955 assert(Components.size() == NumComponents && in setComponents() 2971 assert(getComponentsTotalNumber(ComponentLists) == NumComponents && in setClauseInfo() 3056 unsigned NumComponentLists, unsigned NumComponents) in OMPMappableExprListClause() argument 3059 NumComponentLists(NumComponentLists), NumComponents(NumComponents) {} in OMPMappableExprListClause() 3068 unsigned getTotalComponentsNum() const { return NumComponents; } in getTotalComponentsNum() 3356 unsigned NumComponentLists, unsigned NumComponents) in OMPMapClause() argument 3359 NumComponentLists, NumComponents), in OMPMapClause() [all …]
|
/external/llvm/lib/CodeGen/ |
D | RenameIndependentSubregs.cpp | 160 unsigned NumComponents = 0; in findComponents() local 162 SubRangeInfos.push_back(SubRangeInfo(*LIS, SR, NumComponents)); in findComponents() 166 NumComponents += NumSubComponents; in findComponents() 177 Classes.grow(NumComponents); in findComponents()
|
D | LiveInterval.cpp | 1214 unsigned NumComponents = EqClass.getNumClasses(); in Distribute() local 1225 SubRanges.resize(NumComponents-1, nullptr); in Distribute()
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | composite_bitmap_glyph.h | 62 int32_t NumComponents();
|
D | composite_bitmap_glyph.cc | 32 int32_t CompositeBitmapGlyph::NumComponents() { in NumComponents() function in sfntly::CompositeBitmapGlyph
|
/external/clang/lib/CodeGen/ |
D | CGVTables.h | 66 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks,
|
D | CGVTables.cpp | 525 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks, in CreateVTableInitializer() argument 538 for (unsigned I = 0; I != NumComponents; ++I) { in CreateVTableInitializer() 655 llvm::ArrayType *ArrayType = llvm::ArrayType::get(Int8PtrTy, NumComponents); in CreateVTableInitializer()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1880 unsigned NumComponents = Record[Idx++]; in readClause() local 1882 NumComponents); in readClause() 1913 unsigned NumComponents = Record[Idx++]; in readClause() local 1915 NumComponents); in readClause() 1922 unsigned NumComponents = Record[Idx++]; in readClause() local 1924 NumComponents); in readClause()
|
/external/mesa3d/src/glsl/ |
D | linker.cpp | 1884 info->Outputs[info->NumOutputs].NumComponents = num_components; in store()
|
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 1759 unsigned NumComponents; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 5120 so->output[i].num_components = info->Outputs[i].NumComponents; in st_translate_stream_output_info()
|