Home
last modified time | relevance | path

Searched refs:Levels (Results 1 – 25 of 64) sorted by relevance

123

/third_party/mesa3d/src/gallium/frontends/nine/
Dtexture9.c44 UINT Width, UINT Height, UINT Levels, in NineTexture9_ctor() argument
62 "pSharedHandle=%p\n", This, Width, Height, Levels, in NineTexture9_ctor()
74 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) || in NineTexture9_ctor()
78 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1), in NineTexture9_ctor()
109 Levels = 0; in NineTexture9_ctor()
131 if (Levels) in NineTexture9_ctor()
132 info->last_level = Levels - 1; in NineTexture9_ctor()
382 UINT Width, UINT Height, UINT Levels, in NineTexture9_new() argument
390 Width, Height, Levels, in NineTexture9_new()
Dcubetexture9.c37 UINT EdgeLength, UINT Levels, in NineCubeTexture9_ctor() argument
54 This, pParams, EdgeLength, Levels, Usage, in NineCubeTexture9_ctor()
65 (Pool != D3DPOOL_SYSTEMMEM && Levels <= 1), D3DERR_INVALIDCALL); in NineCubeTexture9_ctor()
68 Levels = 0; in NineCubeTexture9_ctor()
90 if (Levels) in NineCubeTexture9_ctor()
91 info->last_level = Levels - 1; in NineCubeTexture9_ctor()
343 UINT EdgeLength, UINT Levels, in NineCubeTexture9_new() argument
351 EdgeLength, Levels, in NineCubeTexture9_new()
Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor() argument
48 This, pParams, Width, Height, Depth, Levels, in NineVolumeTexture9_ctor()
85 if (Levels) in NineVolumeTexture9_ctor()
86 info->last_level = Levels - 1; in NineVolumeTexture9_ctor()
283 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new() argument
291 Width, Height, Depth, Levels, in NineVolumeTexture9_new()
Dvolumetexture9.h43 UINT Width, UINT Height, UINT Depth, UINT Levels,
Dtexture9.h45 UINT Width, UINT Height, UINT Levels,
Dcubetexture9.h45 UINT EdgeLength, UINT Levels,
Ddevice9.h329 UINT Levels,
341 UINT Levels,
351 UINT Levels,
Dnine_lock.c754 UINT Levels, in LockDevice9_CreateTexture() argument
763 …r = NineDevice9_CreateTexture(This, Width, Height, Levels, Usage, Format, Pool, ppTexture, pShared… in LockDevice9_CreateTexture()
773 UINT Levels, in LockDevice9_CreateVolumeTexture() argument
782 …r = NineDevice9_CreateVolumeTexture(This, Width, Height, Depth, Levels, Usage, Format, Pool, ppVol… in LockDevice9_CreateVolumeTexture()
790 UINT Levels, in LockDevice9_CreateCubeTexture() argument
799 …r = NineDevice9_CreateCubeTexture(This, EdgeLength, Levels, Usage, Format, Pool, ppCubeTexture, pS… in LockDevice9_CreateCubeTexture()
Ddevice9.c1123 UINT Levels, in NineDevice9_CreateTexture() argument
1134 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Levels, in NineDevice9_CreateTexture()
1146 hr = NineTexture9_new(This, Width, Height, Levels, Usage, Format, Pool, in NineDevice9_CreateTexture()
1159 UINT Levels, in NineDevice9_CreateVolumeTexture() argument
1170 "ppOut=%p pSharedHandle=%p\n", This, Width, Height, Depth, Levels, in NineDevice9_CreateVolumeTexture()
1181 hr = NineVolumeTexture9_new(This, Width, Height, Depth, Levels, in NineDevice9_CreateVolumeTexture()
1192 UINT Levels, in NineDevice9_CreateCubeTexture() argument
1203 "pSharedHandle=%p\n", This, EdgeLength, Levels, in NineDevice9_CreateCubeTexture()
1215 hr = NineCubeTexture9_new(This, EdgeLength, Levels, Usage, Format, Pool, in NineDevice9_CreateCubeTexture()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLGraph.h74 std::vector<NodeInfo> Levels; variable
78 auto NumLevels = Levels.size(); in addNodeToLevel()
81 Levels.resize(Level + 1); in addNodeToLevel()
86 assert(Level < Levels.size()); in getNodeInfoAtLevel()
87 return Levels[Level]; in getNodeInfoAtLevel()
90 assert(Level < Levels.size()); in getNodeInfoAtLevel()
91 return Levels[Level]; in getNodeInfoAtLevel()
94 unsigned getNumLevels() const { return Levels.size(); } in getNumLevels()
DLoopCacheAnalysis.cpp226 int Levels = D->getLevels(); in hasTemporalReuse() local
227 for (int Level = 1; Level <= Levels; ++Level) { in hasTemporalReuse()
DDependenceAnalysis.cpp259 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence()
270 assert(0 < Level && Level <= Levels && "Level out of range"); in getDirection()
277 assert(0 < Level && Level <= Levels && "Level out of range"); in getDistance()
286 assert(0 < Level && Level <= Levels && "Level out of range"); in isScalar()
294 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelFirst()
302 assert(0 < Level && Level <= Levels && "Level out of range"); in isPeelLast()
309 assert(0 < Level && Level <= Levels && "Level out of range"); in isSplitable()
606 unsigned Levels = getLevels(); in dump() local
608 for (unsigned II = 1; II <= Levels; ++II) { in dump()
633 if (II < Levels) in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h74 void indent(int Levels = 1) { IndentLevel += Levels; }
76 void unindent(int Levels = 1) {
77 IndentLevel = std::max(0, IndentLevel - Levels);
/third_party/typescript/src/compiler/
Dsys.ts60 interface Levels {
66 function createPollingIntervalBasedLevels(levels: Levels) {
74 const defaultChunkLevels: Levels = { Low: 32, Medium: 64, High: 256 };
88 function getLevel(envVar: string, level: keyof Levels) {
93 let customLevels: Partial<Levels> | undefined;
99 function setCustomLevel(level: keyof Levels) {
107 function setCustomLevels(baseVariable: string, levels: Levels) {
117 function setLevel(level: keyof Levels) {
122 function getCustomPollingBasedLevels(baseVariable: string, defaultLevels: Levels) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h217 unsigned Levels);
234 unsigned getLevels() const override { return Levels; } in getLevels()
262 unsigned short Levels;
/third_party/boost/tools/boostdep/examples/
Dreport.bat36 %BOOSTDEP% %OPTIONS% --html-title "Boost Module Levels" --html --module-levels > %OUTDIR%\module-le…
/third_party/zlib/contrib/delphi/
DZLib.pas409 Levels: array [TCompressionLevel] of ShortInt =
415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec)));
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/delphi/
DZLib.pas409 Levels: array [TCompressionLevel] of ShortInt =
415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec)));
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/delphi/
DZLib.pas409 Levels: array [TCompressionLevel] of ShortInt =
415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec)));
/third_party/grpc/doc/
Dcompression.md69 ### Compression Levels and Algorithms
76 Levels map to concrete algorithms and/or their settings (such as "low" mapping
Dcompression_cookbook.md44 ## Levels vs Algorithms
/third_party/boost/libs/contract/doc/
Dmain.qbk80 [def __Assertion_Levels__ [link boost_contract.extras.assertion_levels Assertion Levels]]
/third_party/mesa3d/include/D3D9/
Dd3d9.h181 …virtual HRESULT WINAPI CreateTexture(UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT …
182 …virtual HRESULT WINAPI CreateVolumeTexture(UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD…
183 …virtual HRESULT WINAPI CreateCubeTexture(UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Form…
769 …HRESULT (WINAPI *CreateTexture)(IDirect3DDevice9 *This, UINT Width, UINT Height, UINT Levels, DWOR…
770 …xture)(IDirect3DDevice9 *This, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DF…
771 …HRESULT (WINAPI *CreateCubeTexture)(IDirect3DDevice9 *This, UINT EdgeLength, UINT Levels, DWORD Us…
1020 …HRESULT (WINAPI *CreateTexture)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, UINT Levels, DW…
1021 …ure)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DF…
1022 …HRESULT (WINAPI *CreateCubeTexture)(IDirect3DDevice9Ex *This, UINT EdgeLength, UINT Levels, DWORD …
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp133 unsigned Levels = D->getLevels(); in populateDependencyMatrix() local
135 for (unsigned II = 1; II <= Levels; ++II) { in populateDependencyMatrix()
/third_party/icu/icu4c/source/test/testdata/
DBidiTest.txt40 # Levels, Reorder, and data.
42 # A Levels line indicates that all following data lines, up to the next Levels line,
45 # @Levels: <levels>
51 # @Levels: 1 0
52 # @Levels: x 1 x 2
84 # Find the levels in each line, and compare that to the last @Levels values.
101 @Levels: x
112 @Levels: 0
131 @Levels: 1
150 @Levels: 2
[all …]

123