HomeSort by relevance Sort by last modified time
    Searched full:limits (Results 101 - 125 of 7158) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationLimitsTests.cpp 22 * \brief Tessellation Limits Tests
88 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationGenerationLevel);
90 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationPatchSize);
92 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVertexInputComponents);
94 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVertexOutputComponents);
96 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerPatchOutputComponents);
98 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlTotalOutputComponents);
100 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationInputComponents);
102 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationOutputComponents);
115 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "limits", "Tessellation limits tests"))
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
matrix_band_part_op_test.py 110 for limits in (-1, -1), (-1, 0), (0, -1), (2, 2):
115 band = array_ops.matrix_band_part(matrix, limits[0], limits[1])
121 name="matrix_band_part_cpu_{shape}_{limits}".format(
122 shape=shape_, limits=limits))
129 band = array_ops.matrix_band_part(matrix, limits[0], limits[1])
135 name="matrix_band_part_gpu_{shape}_{limits}".format(
136 shape=shape_, limits=limits)
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
GridModel.java 74 // List of limits along the x-axis (columns).
76 private final List<Limits> mColumnBounds = new ArrayList<>();
78 // List of limits along the y-axis (rows). Note that this list only contains items which
80 private final List<Limits> mRowBounds = new ArrayList<>();
219 * Updates the limits lists and column map with the given item metadata.
225 // If not all x-limits have been recorded, record this one.
227 mColumnBounds, new Limits(absoluteChildRect.left, absoluteChildRect.right));
230 recordLimits(mRowBounds, new Limits(absoluteChildRect.top, absoluteChildRect.bottom));
241 * Ensures limits exists within the sorted list limitsList, and adds it to the list if it
244 private void recordLimits(List<Limits> limitsList, Limits limits)
    [all...]
  /external/clang/lib/Headers/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 89 void Platform::getMemoryLimits (vk::PlatformMemoryLimits& limits) const
91 limits.totalSystemMemory = 256*1024*1024;
92 limits.totalDeviceLocalMemory = 0;
93 limits.deviceMemoryAllocationGranularity = 4096;
94 limits.devicePageSize = 4096;
95 limits.devicePageTableEntrySize = 8;
96 limits.devicePageTableHierarchyLevels = 3;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
CalculateLimits.java 38 * This method first calculates the <code>from</code> limits by
58 System.out.println("\nTo, From limits:");
60 // from limits
70 // to limits
85 // round-trip test the from limits
94 // make sure that the to limits convert to the from limits
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.
  /prebuilts/sdk/renderscript/clang-include/
limits.h 1 /*===---- limits.h - Standard header for integer sizes --------------------===*\
28 /* The system's limits.h may, in turn, try to #include_next GCC's limits.h.
34 /* System headers include a number of constants from POSIX in <limits.h>.
36 #if __STDC_HOSTED__ && __has_include_next(<limits.h>)
37 #include_next <limits.h>
90 C++11 18.3.3.2: same contents as the Standard C Library header <limits.h>.

Completed in 906 milliseconds

1 2 3 45 6 7 8 91011>>