Searched refs:Unit (Results 1 - 25 of 210) sorted by relevance

123456789

/external/clang/test/CodeGenCXX/
H A Darray-value-initialize.cpp32 struct Unit struct
34 Unit() {} function in struct:Unit
35 Unit(const Unit& v) {} function in struct:Unit
41 Unit leafPos[1];
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_ui_constants.h27 enum Unit { enum in namespace:performance_monitor
74 const Unit unit;
80 const UnitDetails* GetUnitDetails(Unit unit);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstate.h46 ASSERT(ctx->Texture.CurrentUnit < Elements(ctx->Texture.Unit));
47 return &(ctx->Texture.Unit[ctx->Texture.CurrentUnit]);
H A Dsamplerobj.h34 if (ctx->Texture.Unit[unit].Sampler)
35 return ctx->Texture.Unit[unit].Sampler;
36 else if (ctx->Texture.Unit[unit]._Current)
37 return &ctx->Texture.Unit[unit]._Current->Sampler;
H A Dtexstate.c81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled;
82 dst->Texture.Unit[u].EnvMode = src->Texture.Unit[u].EnvMode;
83 COPY_4V(dst->Texture.Unit[u].EnvColor, src->Texture.Unit[u].EnvColor);
84 dst->Texture.Unit[u].TexGenEnabled = src->Texture.Unit[u].TexGenEnabled;
85 dst->Texture.Unit[u].GenS = src->Texture.Unit[
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexstate.h46 ASSERT(ctx->Texture.CurrentUnit < Elements(ctx->Texture.Unit));
47 return &(ctx->Texture.Unit[ctx->Texture.CurrentUnit]);
H A Dsamplerobj.h34 if (ctx->Texture.Unit[unit].Sampler)
35 return ctx->Texture.Unit[unit].Sampler;
36 else if (ctx->Texture.Unit[unit]._Current)
37 return &ctx->Texture.Unit[unit]._Current->Sampler;
H A Dtexstate.c81 dst->Texture.Unit[u].Enabled = src->Texture.Unit[u].Enabled;
82 dst->Texture.Unit[u].EnvMode = src->Texture.Unit[u].EnvMode;
83 COPY_4V(dst->Texture.Unit[u].EnvColor, src->Texture.Unit[u].EnvColor);
84 dst->Texture.Unit[u].TexGenEnabled = src->Texture.Unit[u].TexGenEnabled;
85 dst->Texture.Unit[u].GenS = src->Texture.Unit[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_tex.c53 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
119 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_tex.c53 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
119 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
/external/clang/lib/Frontend/
H A DASTMerge.cpp48 ASTUnit *Unit = ASTUnit::LoadFromASTFile(ASTFiles[I], Diags, local
50 if (!Unit)
55 Unit->getASTContext(),
56 Unit->getFileManager(),
59 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
72 delete Unit;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
119 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
119 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
119 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_span.c117 if (!ctx->Texture.Unit[i]._ReallyEnabled)
119 tex_obj = intel_texture_object(ctx->Texture.Unit[i]._Current);
158 if (ctx->Texture.Unit[i]._ReallyEnabled) {
159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
188 if (ctx->Texture.Unit[i]._ReallyEnabled &&
190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
208 if (ctx->Texture.Unit[i]._ReallyEnabled &&
210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_span.c127 if (ctx->Texture.Unit[i]._ReallyEnabled) {
129 ctx->Texture.Unit[i]._Current);
130 radeon_swrast_map_texture_images(ctx, ctx->Texture.Unit[i]._Current);
146 if (ctx->Texture.Unit[i]._ReallyEnabled)
147 radeon_swrast_unmap_texture_images(ctx, ctx->Texture.Unit[i]._Current);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_span.c127 if (ctx->Texture.Unit[i]._ReallyEnabled) {
129 ctx->Texture.Unit[i]._Current);
130 radeon_swrast_map_texture_images(ctx, ctx->Texture.Unit[i]._Current);
146 if (ctx->Texture.Unit[i]._ReallyEnabled)
147 radeon_swrast_unmap_texture_images(ctx, ctx->Texture.Unit[i]._Current);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_span.c127 if (ctx->Texture.Unit[i]._ReallyEnabled) {
129 ctx->Texture.Unit[i]._Current);
130 radeon_swrast_map_texture_images(ctx, ctx->Texture.Unit[i]._Current);
146 if (ctx->Texture.Unit[i]._ReallyEnabled)
147 radeon_swrast_unmap_texture_images(ctx, ctx->Texture.Unit[i]._Current);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_span.c127 if (ctx->Texture.Unit[i]._ReallyEnabled) {
129 ctx->Texture.Unit[i]._Current);
130 radeon_swrast_map_texture_images(ctx, ctx->Texture.Unit[i]._Current);
146 if (ctx->Texture.Unit[i]._ReallyEnabled)
147 radeon_swrast_unmap_texture_images(ctx, ctx->Texture.Unit[i]._Current);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp546 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit, argument
570 return getOrCreateType(QualType(T, 0), Unit);
574 getOrCreateType(Qc.apply(CGM.getContext(), T), Unit, Declaration);
584 llvm::DIFile Unit) {
590 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
594 Ty->getPointeeType(), Unit);
599 llvm::DIFile Unit) {
601 Ty->getPointeeType(), Unit);
657 llvm::DIFile Unit) {
659 return getOrCreateType(PointeeTy, Unit);
583 CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile Unit) argument
598 CreateType(const PointerType *Ty, llvm::DIFile Unit) argument
656 getOrCreateTypeDeclaration(QualType PointeeTy, llvm::DIFile Unit) argument
663 CreatePointerLikeType(unsigned Tag, const Type *Ty, QualType PointeeTy, llvm::DIFile Unit) argument
694 CreateType(const BlockPointerType *Ty, llvm::DIFile Unit) argument
756 CreateType(const TypedefType *Ty, llvm::DIFile Unit, bool Declaration) argument
776 CreateType(const FunctionType *Ty, llvm::DIFile Unit) argument
979 getOrCreateMethodType(const CXXMethodDecl *Method, llvm::DIFile Unit) argument
988 getOrCreateInstanceMethodType( QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit) argument
1047 CreateCXXMemberFunction(const CXXMethodDecl *Method, llvm::DIFile Unit, llvm::DIType RecordTy) argument
1122 CollectCXXMemberFunctions(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) argument
1149 CollectCXXFriends(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) argument
1167 CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) argument
1208 CollectTemplateParams(const TemplateParameterList *TPList, ArrayRef<TemplateArgument> TAList, llvm::DIFile Unit) argument
1319 CollectFunctionTemplateParams(const FunctionDecl *FD, llvm::DIFile Unit) argument
1334 CollectCXXTemplateParams(const ClassTemplateSpecializationDecl *TSpecial, llvm::DIFile Unit) argument
1348 getOrCreateVTablePtrType(llvm::DIFile Unit) argument
1380 CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys) argument
1492 CreateType(const ObjCObjectType *Ty, llvm::DIFile Unit) argument
1524 CreateType(const ObjCInterfaceType *Ty, llvm::DIFile Unit) argument
1700 CreateType(const VectorType *Ty, llvm::DIFile Unit) argument
1717 CreateType(const ArrayType *Ty, llvm::DIFile Unit) argument
1772 CreateType(const LValueReferenceType *Ty, llvm::DIFile Unit) argument
1778 CreateType(const RValueReferenceType *Ty, llvm::DIFile Unit) argument
1983 getOrCreateType(QualType Ty, llvm::DIFile Unit, bool Declaration) argument
1999 getOrCreateType(QualType(Ty.getTypePtr(), 0), Unit, Declaration); local
2069 CreateTypeNode(QualType Ty, llvm::DIFile Unit, bool Declaration) argument
2158 getOrCreateLimitedType(QualType Ty, llvm::DIFile Unit) argument
2257 CreateLimitedTypeNode(QualType Ty,llvm::DIFile Unit) argument
2276 CreateMemberType(llvm::DIFile Unit, QualType FType, StringRef Name, uint64_t *Offset) argument
2415 llvm::DIFile Unit = getOrCreateFile(Loc); local
2585 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
2660 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
2801 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
3047 llvm::DIFile Unit = getOrCreateFile(D->getLocation()); local
3084 llvm::DIFile Unit = getOrCreateFile(ID->getLocation()); local
3110 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c68 if (ctx->Texture.Unit[i]._ReallyEnabled) {
69 struct gl_texture_object *t = ctx->Texture.Unit[i]._Current;
84 lod_bias = CLAMP(ctx->Texture.Unit[i].LodBias +
/external/eigen/test/
H A Dgeo_eulerangles.cpp30 VERIFY_IS_APPROX(m, Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z()))); \
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c68 if (ctx->Texture.Unit[i]._ReallyEnabled) {
69 struct gl_texture_object *t = ctx->Texture.Unit[i]._Current;
84 lod_bias = CLAMP(ctx->Texture.Unit[i].LodBias +

Completed in 867 milliseconds

123456789