Home
last modified time | relevance | path

Searched refs:Higher (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DLimits.cpp25 X(Higher, maxComputeWorkgroupStorageSize, 16352, 32768, 49152, 65536)
28 X(Higher, maxStorageBufferBindingSize, 134217728, 1073741824, 2147483647, 4294967295)
34 X(Higher, maxTextureDimension1D, 8192, 8192) \
35 X(Higher, maxTextureDimension2D, 8192, 8192) \
36 X(Higher, maxTextureDimension3D, 2048, 2048) \
37 X(Higher, maxTextureArrayLayers, 256, 256) \
38 X(Higher, maxBindGroups, 4, 4) \
39 X(Higher, maxDynamicUniformBuffersPerPipelineLayout, 8, 8) \
40 X(Higher, maxDynamicStorageBuffersPerPipelineLayout, 4, 4) \
41 X(Higher, maxSampledTexturesPerShaderStage, 16, 16) \
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dtraits_test.cc72 template <typename T, typename Higher>
75 using higher_t = Higher; in CheckWideningConvertsToLargerTypes()
76 using signed_higher_t = typename std::make_signed<Higher>::type; in CheckWideningConvertsToLargerTypes()
88 template <typename T, typename Higher, typename Next, typename... Args>
90 CheckWideningConvertsToLargerTypes<T, Higher>(); in CheckWideningConvertsToLargerTypes()
91 CheckWideningConvertsToLargerTypes<Higher, Next, Args...>(); in CheckWideningConvertsToLargerTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp165 Node *rotateLeft(Node *Lower, Node *Higher);
166 Node *rotateRight(Node *Lower, Node *Higher);
665 RangeTree::Node *RangeTree::rotateLeft(Node *Lower, Node *Higher) { in rotateLeft() argument
666 assert(Higher->Right == Lower); in rotateLeft()
673 Higher->Right = Lower->Left; in rotateLeft()
674 update(Higher); in rotateLeft()
675 Lower->Left = Higher; in rotateLeft()
680 RangeTree::Node *RangeTree::rotateRight(Node *Lower, Node *Higher) { in rotateRight() argument
681 assert(Higher->Left == Lower); in rotateRight()
688 Higher->Left = Lower->Right; in rotateRight()
[all …]
/third_party/lwip/src/
DFILES4 apps/ - Higher layer applications that are specifically programmed
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h73 Higher, enumerator
468 SDValue Higher = getTargetNode(N, Ty, DAG, MipsII::MO_HIGHER); in getAddrNonPICSym64() local
471 DAG.getNode(MipsISD::Higher, DL, Ty, Higher)); in getAddrNonPICSym64()
DMipsSEISelDAGToDAG.cpp1138 const unsigned Higher = SplatValue.lshr(32).getLoBits(16).getZExtValue(); in trySelect() local
1143 SDValue HigherVal = CurDAG->getTargetConstant(Higher, DL, MVT::i32); in trySelect()
1174 if (Higher) in trySelect()
1186 (Highest || Higher) ? SDValue(HiRes, 0) : ZeroVal, in trySelect()
1203 const bool HiResNonZero = Highest || Higher; in trySelect()
DRelocation.txt33 MipsISD::{Highest, Higher, Hi, Lo}) depending upon relocation model,
DMipsRegisterInfo.td158 // Higher half of 64-bit FP registers.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_color_matrix_accuracy.txt58 colors after transformation by the color matrix. Higher quality
DSGIX_convolution_accuracy.txt67 pipeline. Higher quality may correspond to higher-precision
/third_party/openGLES/extensions/SGIX/
DSGIX_color_matrix_accuracy.txt58 colors after transformation by the color matrix. Higher quality
DSGIX_convolution_accuracy.txt67 pipeline. Higher quality may correspond to higher-precision
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_sampler_ycbcr_conversion.adoc63 ** Higher bit depth formats, renaming, swizzle
DVK_KHR_sampler_ycbcr_conversion.txt65 - Higher bit depth formats, renaming, swizzle
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DREADME.md26 Higher quality levels will sound better but consume more CPU because they have more taps in the fil…
/third_party/mbedtls/tests/suites/
Dtest_suite_bignum_mod_raw.function738 /* Higher-level conversion is in-place, so expected result must have the
803 /* Higher-level conversion is in-place, so expected result must have the
/third_party/lz4/programs/
Dlz4.1.md124 Higher values trade compression speed for compression ratio.
/third_party/python/Doc/library/
Dfunctools.rst1 :mod:`functools` --- Higher-order functions and operations on callable objects
5 :synopsis: Higher-order functions and operations on callable objects.
Dzlib.rst99 Higher values use more memory, but are faster and produce smaller output.
Dlzma.rst181 Higher presets produce smaller output, but make the compression process
Dcgi.rst192 Higher Level Interface
/third_party/elfutils/
Dconfigure.ac614 dnl Higher-level ELF support library.
623 dnl Higher-level DWARF support library.
/third_party/ffmpeg/doc/
Dencoders.texi1287 Quality factor. Lower is better. Higher gives lower bitrate.
1319 Higher is better but slower.
1846 Set the quality-speed tradeoff, in the range 0 to 13. Higher values are
1884 Set the encoding effort used. Higher effort values produce more consistent
2145 Set quality/speed ratio modifier. Higher values speed up the encode at the cost
2343 For lossy, this is a quality/speed tradeoff. Higher values give better quality
2345 a size/speed tradeoff. Higher values give smaller size at the cost of increased
2878 Set the Speed level from 0 to 9 (default 0). Higher is better but slower.
3941 video bitrate (e.g. for 1920x1080 50fps yuv422p10 that's around 400Mbps). Higher
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_optical_flow/
Doptical_flow.adoc392 Higher cost value implies the flow vector to be less accurate and
/third_party/pcre2/pcre2/
DHACKING138 integers. Values less than 0x80000000 are literal data. Higher values represent

12