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

12345678910

/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/llvm/bindings/ocaml/all_backends/
H A Dall_backends_ocaml.c25 CAMLprim value llvm_initialize_all(value Unit) { argument
/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();
70 delete 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/llvm/bindings/ocaml/backends/
H A Dbackend_ocaml.c28 CAMLprim value llvm_initialize_ ## target(value Unit) { \
/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/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/eigen/test/
H A Dgeo_eulerangles.cpp23 Matrix3 m(AngleAxisx(ea[0], Vector3::Unit(i)) * AngleAxisx(ea[1], Vector3::Unit(j)) * AngleAxisx(ea[2], Vector3::Unit(k)));
25 Matrix3 mbis(AngleAxisx(eabis[0], Vector3::Unit(i)) * AngleAxisx(eabis[1], Vector3::Unit(j)) * AngleAxisx(eabis[2], Vector3::Unit(k)));
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp525 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit) { argument
548 return getOrCreateType(QualType(T, 0), Unit);
551 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
561 llvm::DIFile Unit) {
567 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
571 Ty->getPointeeType(), Unit);
576 llvm::DIFile Unit) {
578 Ty->getPointeeType(), Unit);
637 llvm::DIFile Unit) {
640 return DBuilder.createReferenceType(Tag, getOrCreateType(PointeeTy, Unit));
560 CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile Unit) argument
575 CreateType(const PointerType *Ty, llvm::DIFile Unit) argument
634 CreatePointerLikeType(llvm::dwarf::Tag Tag, const Type *Ty, QualType PointeeTy, llvm::DIFile Unit) argument
664 CreateType(const BlockPointerType *Ty, llvm::DIFile Unit) argument
726 CreateType(const TemplateSpecializationType *Ty, llvm::DIFile Unit) argument
751 CreateType(const TypedefType *Ty, llvm::DIFile Unit) argument
769 CreateType(const FunctionType *Ty, llvm::DIFile Unit) argument
977 getOrCreateMethodType(const CXXMethodDecl *Method, llvm::DIFile Unit) argument
986 getOrCreateInstanceMethodType( QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit) argument
1051 CreateCXXMemberFunction(const CXXMethodDecl *Method, llvm::DIFile Unit, llvm::DIType RecordTy) argument
1138 CollectCXXMemberFunctions(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) argument
1181 CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) argument
1221 CollectTemplateParams(const TemplateParameterList *TPList, ArrayRef<TemplateArgument> TAList, llvm::DIFile Unit) argument
1343 CollectFunctionTemplateParams(const FunctionDecl *FD, llvm::DIFile Unit) argument
1358 CollectCXXTemplateParams(const ClassTemplateSpecializationDecl *TSpecial, llvm::DIFile Unit) argument
1369 getOrCreateVTablePtrType(llvm::DIFile Unit) argument
1396 CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys) argument
1599 CreateType(const ObjCObjectType *Ty, llvm::DIFile Unit) argument
1631 CreateType(const ObjCInterfaceType *Ty, llvm::DIFile Unit) argument
1657 CreateTypeDefinition(const ObjCInterfaceType *Ty, llvm::DIFile Unit) argument
1805 CreateType(const VectorType *Ty, llvm::DIFile Unit) argument
1822 CreateType(const ArrayType *Ty, llvm::DIFile Unit) argument
1877 CreateType(const LValueReferenceType *Ty, llvm::DIFile Unit) argument
1883 CreateType(const RValueReferenceType *Ty, llvm::DIFile Unit) argument
2062 getOrCreateType(QualType Ty, llvm::DIFile Unit) argument
2109 CreateTypeNode(QualType Ty, llvm::DIFile Unit) argument
2200 getOrCreateLimitedType(const RecordType *Ty, llvm::DIFile Unit) argument
2306 CreateMemberType(llvm::DIFile Unit, QualType FType, StringRef Name, uint64_t *Offset) argument
2461 llvm::DIFile Unit = getOrCreateFile(Loc); local
2642 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
2720 llvm::DIFile Unit; local
2864 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
3112 CollectAnonRecordDecls(const RecordDecl *RD, llvm::DIFile Unit, unsigned LineNo, StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIDescriptor DContext) argument
3144 llvm::DIFile Unit = getOrCreateFile(D->getLocation()); local
3196 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 +

Completed in 405 milliseconds

12345678910