Home
last modified time | relevance | path

Searched refs:NumComponents (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/AST/
DOpenMPClause.cpp595 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/
Dgen7_sol_state.c134 (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()
Dgen6_sol.c59 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces()
/external/clang/include/clang/AST/
DOpenMPClause.h2856 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/
DRenameIndependentSubregs.cpp160 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()
DLiveInterval.cpp1214 unsigned NumComponents = EqClass.getNumClasses(); in Distribute() local
1225 SubRanges.resize(NumComponents-1, nullptr); in Distribute()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dcomposite_bitmap_glyph.h62 int32_t NumComponents();
Dcomposite_bitmap_glyph.cc32 int32_t CompositeBitmapGlyph::NumComponents() { in NumComponents() function in sfntly::CompositeBitmapGlyph
/external/clang/lib/CodeGen/
DCGVTables.h66 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks,
DCGVTables.cpp525 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/
DASTReaderStmt.cpp1880 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/
Dlinker.cpp1884 info->Outputs[info->NumOutputs].NumComponents = num_components; in store()
/external/mesa3d/src/mesa/main/
Dmtypes.h1759 unsigned NumComponents; member
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5120 so->output[i].num_components = info->Outputs[i].NumComponents; in st_translate_stream_output_info()