Searched defs:Levels (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
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 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 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 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...]
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
/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/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/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp130 unsigned Levels = D->getLevels(); local
132 for (unsigned II = 1; II <= Levels; ++II) {
/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 1633 milliseconds