Searched refs:Levels (Results 1 - 22 of 22) sorted by relevance

/external/selinux/mcstrans/share/examples/pipes/
H A Dsetrans.conf8 Base=Sensitivity Levels
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dtexture9.c43 UINT Width, UINT Height, UINT Levels,
58 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
59 "pSharedHandle=%p\n", This, Width, Height, Levels,
66 * D3DPOOL_SYSTEMMEM: Levels must be 1
67 * D3DPOOL_DEFAULT: no restriction for Levels
71 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) ||
75 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1),
106 Levels = 0;
128 if (Levels)
129 info->last_level = Levels
41 NineTexture9_ctor( struct NineTexture9 *This, struct NineUnknownParams *pParams, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) argument
381 NineTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineTexture9 **ppOut, HANDLE *pSharedHandle ) argument
[all...]
H A Dtexture9.h44 UINT Width, UINT Height, UINT Levels,
H A Dvolumetexture9.h43 UINT Width, UINT Height, UINT Depth, UINT Levels,
H A Dcubetexture9.c36 UINT EdgeLength, UINT Levels,
51 DBG("This=%p pParams=%p EdgeLength=%u Levels=%u Usage=%d "
53 This, pParams, EdgeLength, Levels, Usage,
62 (Pool != D3DPOOL_SYSTEMMEM && Levels <= 1), D3DERR_INVALIDCALL);
65 Levels = 0;
87 if (Levels)
88 info->last_level = Levels - 1;
339 UINT EdgeLength, UINT Levels,
347 EdgeLength, Levels,
34 NineCubeTexture9_ctor( struct NineCubeTexture9 *This, struct NineUnknownParams *pParams, UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) argument
338 NineCubeTexture9_new( struct NineDevice9 *pDevice, UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineCubeTexture9 **ppOut, HANDLE *pSharedHandle ) argument
H A Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels,
46 DBG("This=%p pParams=%p Width=%u Height=%u Depth=%u Levels=%u "
48 This, pParams, Width, Height, Depth, Levels,
85 if (Levels)
86 info->last_level = Levels - 1;
280 UINT Width, UINT Height, UINT Depth, UINT Levels,
288 Width, Height, Depth, Levels,
31 NineVolumeTexture9_ctor( struct NineVolumeTexture9 *This, struct NineUnknownParams *pParams, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) argument
279 NineVolumeTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineVolumeTexture9 **ppOut, HANDLE *pSharedHandle ) argument
H A Dcubetexture9.h44 UINT EdgeLength, UINT Levels,
H A Ddevice9.h314 UINT Levels,
326 UINT Levels,
336 UINT Levels,
H A Dnine_lock.c754 UINT Levels,
763 r = NineDevice9_CreateTexture(This, Width, Height, Levels, Usage, Format, Pool, ppTexture, pSharedHandle);
773 UINT Levels,
782 r = NineDevice9_CreateVolumeTexture(This, Width, Height, Depth, Levels, Usage, Format, Pool, ppVolumeTexture, pSharedHandle);
790 UINT Levels,
799 r = NineDevice9_CreateCubeTexture(This, EdgeLength, Levels, Usage, Format, Pool, ppCubeTexture, pSharedHandle);
751 LockDevice9_CreateTexture( struct NineDevice9 *This, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9 **ppTexture, HANDLE *pSharedHandle ) argument
769 LockDevice9_CreateVolumeTexture( struct NineDevice9 *This, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9 **ppVolumeTexture, HANDLE *pSharedHandle ) argument
788 LockDevice9_CreateCubeTexture( struct NineDevice9 *This, UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTexture9 **ppCubeTexture, HANDLE *pSharedHandle ) argument
H A Ddevice9.c1033 UINT Levels,
1043 DBG("This=%p Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
1044 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Levels,
1054 hr = NineTexture9_new(This, Width, Height, Levels, Usage, Format, Pool,
1067 UINT Levels,
1077 DBG("This=%p Width=%u Height=%u Depth=%u Levels=%u Usage=%s Format=%s Pool=%s "
1078 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Depth, Levels,
1087 hr = NineVolumeTexture9_new(This, Width, Height, Depth, Levels,
1098 UINT Levels,
1108 DBG("This=%p EdgeLength=%u Levels
1030 NineDevice9_CreateTexture( struct NineDevice9 *This, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9 **ppTexture, HANDLE *pSharedHandle ) argument
1063 NineDevice9_CreateVolumeTexture( struct NineDevice9 *This, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9 **ppVolumeTexture, HANDLE *pSharedHandle ) argument
1096 NineDevice9_CreateCubeTexture( struct NineDevice9 *This, UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTexture9 **ppCubeTexture, HANDLE *pSharedHandle ) argument
[all...]
/external/llvm/lib/Analysis/
H A DCFLGraph.h53 std::vector<NodeInfo> Levels; member in class:llvm::cflaa::CFLGraph::ValueInfo
57 auto NumLevels = Levels.size();
60 Levels.resize(Level + 1);
65 assert(Level < Levels.size());
66 return Levels[Level];
69 assert(Level < Levels.size());
70 return Levels[Level];
73 unsigned getNumLevels() const { return Levels.size(); }
H A DDependenceAnalysis.cpp239 : Dependence(Source, Destination), Levels(CommonLevels),
250 assert(0 < Level && Level <= Levels && "Level out of range");
257 assert(0 < Level && Level <= Levels && "Level out of range");
266 assert(0 < Level && Level <= Levels && "Level out of range");
274 assert(0 < Level && Level <= Levels && "Level out of range");
282 assert(0 < Level && Level <= Levels && "Level out of range");
289 assert(0 < Level && Level <= Levels && "Level out of range");
585 unsigned Levels = getLevels(); local
587 for (unsigned II = 1; II <= Levels; ++II) {
612 if (II < Levels)
[all...]
/external/selinux/mcstrans/share/examples/nato/
H A Dsetrans.conf8 Base=Sensitivity Levels
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h223 unsigned Levels);
226 : Dependence(std::move(RHS)), Levels(RHS.Levels),
245 unsigned getLevels() const override { return Levels; }
273 unsigned short Levels; member in class:llvm::final
/external/llvm/include/llvm/Support/
H A DScopedPrinter.h75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
/external/zlib/src/contrib/delphi/
H A DZLib.pas409 Levels: array [TCompressionLevel] of ShortInt =
415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec)));
/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp130 unsigned Levels = D->getLevels(); local
132 for (unsigned II = 1; II <= Levels; ++II) {
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h268 #pragma mark == Levels ==
272 // Constants & Types - Levels
283 // Levels
/external/mesa3d/include/D3D9/
H A Dd3d9.h181 virtual HRESULT WINAPI CreateTexture(UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9 **ppTexture, HANDLE *pSharedHandle) = 0;
182 virtual HRESULT WINAPI CreateVolumeTexture(UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9 **ppVolumeTexture, HANDLE *pSharedHandle) = 0;
183 virtual HRESULT WINAPI CreateCubeTexture(UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTexture9 **ppCubeTexture, HANDLE *pSharedHandle) = 0;
769 HRESULT (WINAPI *CreateTexture)(IDirect3DDevice9 *This, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9 **ppTexture, HANDLE *pSharedHandle);
770 HRESULT (WINAPI *CreateVolumeTexture)(IDirect3DDevice9 *This, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9 **ppVolumeTexture, HANDLE *pSharedHandle);
771 HRESULT (WINAPI *CreateCubeTexture)(IDirect3DDevice9 *This, UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTexture9 **ppCubeTexture, HANDLE *pSharedHandle);
1020 HRESULT (WINAPI *CreateTexture)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9 **ppTexture, HANDLE *pSharedHandle);
1021 HRESULT (WINAPI *CreateVolumeTexture)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9 **ppVolumeTexture, HANDLE *pSharedHandle);
1022 HRESULT (WINAPI *CreateCubeTexture)(IDirect3DDevice9Ex *This, UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTexture9 **ppCubeTexture, HANDLE *pSharedHandle);
/external/swiftshader/include/Direct3D/
H A Dd3d8.h272 STDMETHOD(CreateTexture)(THIS_ UINT Width,UINT Height,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,IDirect3DTexture8** ppTexture) PURE;
273 STDMETHOD(CreateVolumeTexture)(THIS_ UINT Width,UINT Height,UINT Depth,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,IDirect3DVolumeTexture8** ppVolumeTexture) PURE;
274 STDMETHOD(CreateCubeTexture)(THIS_ UINT EdgeLength,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,IDirect3DCubeTexture8** ppCubeTexture) PURE;
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp346 const std::vector<std::string> &Levels,
350 for (const auto &Level : Levels) {
345 parseDiagnosticLevelMask(StringRef FlagName, const std::vector<std::string> &Levels, DiagnosticsEngine *Diags, DiagnosticLevelMask &M) argument
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl775 Levels: label

Completed in 1366 milliseconds