HomeSort by relevance Sort by last modified time
    Searched refs:Levels (Results 1 - 25 of 47) sorted by null

1 2

  /external/selinux/mcstrans/share/examples/pipes/
setrans.conf 8 Base=Sensitivity Levels
  /external/mesa3d/src/gallium/state_trackers/nine/
texture9.c 43 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 - 1
    [all...]
texture9.h 33 struct pipe_box dirty_rect; /* covers all mip levels */
44 UINT Width, UINT Height, UINT Levels,
volumetexture9.h 43 UINT Width, UINT Height, UINT Depth, UINT Levels,
cubetexture9.c 36 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;
141 * cube textures in which order the faces/levels should be in memory
339 UINT EdgeLength, UINT Levels,
347 EdgeLength, Levels,
    [all...]
volumetexture9.c 33 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,
cubetexture9.h 33 struct pipe_box dirty_rect[6]; /* covers all mip levels */
44 UINT EdgeLength, UINT Levels,
  /external/llvm/lib/Analysis/
CFLGraph.h 53 std::vector<NodeInfo> Levels;
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(); }
  /external/selinux/mcstrans/share/examples/nato/
setrans.conf 8 Base=Sensitivity Levels
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 223 unsigned Levels);
226 : Dependence(std::move(RHS)), Levels(RHS.Levels),
245 unsigned getLevels() const override { return Levels; }
273 unsigned short Levels;
477 /// Here's the map from loops to levels:
    [all...]
  /external/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h 75 void indent(int Levels = 1) { IndentLevel += Levels; }
77 void unindent(int Levels = 1) {
78 IndentLevel = std::max(0, IndentLevel - Levels);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 218 unsigned Levels);
235 unsigned getLevels() const override { return Levels; }
263 unsigned short Levels;
467 /// Here's the map from loops to levels:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 218 unsigned Levels);
235 unsigned getLevels() const override { return Levels; }
263 unsigned short Levels;
467 /// Here's the map from loops to levels:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 218 unsigned Levels);
235 unsigned getLevels() const override { return Levels; }
263 unsigned short Levels;
467 /// Here's the map from loops to levels:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 218 unsigned Levels);
235 unsigned getLevels() const override { return Levels; }
263 unsigned short Levels;
467 /// Here's the map from loops to levels:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 218 unsigned Levels);
235 unsigned getLevels() const override { return Levels; }
263 unsigned short Levels;
467 /// Here's the map from loops to levels:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 218 unsigned Levels);
235 unsigned getLevels() const override { return Levels; }
263 unsigned short Levels;
467 /// Here's the map from loops to levels:
    [all...]

Completed in 1092 milliseconds

1 2