HomeSort by relevance Sort by last modified time
    Searched full:maxdepth (Results 426 - 450 of 526) sorted by null

<<11121314151617181920>>

  /external/regex-re2/re2/
regexp.h 482 ParseFlags flags, int maxdepth);
  /external/toybox/generated/
globals.h 988 long maxdepth; member in struct:du_data
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 612 viewport_.maxDepth = 1.0f;
  /frameworks/native/opengl/libagl/
context.h 450 uint8_t maxDepth;
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 932 const unsigned MaxDepth = 6;
    [all...]
  /external/autotest/client/bin/
base_utils.py 468 cmd = 'find /sys/devices/system/cpu/ -maxdepth 1 -type d -name cpu*'
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 341 cmd = ('find %s -maxdepth 1 -type d -name %s' %
  /external/chromium-trace/catapult/tracing/third_party/devscripts/
licensecheck.pl 263 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateDSTests.cpp 354 viewport.maxDepth = 1.0f;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 521 1.0f // float maxDepth;
    [all...]
vktPipelineImageSamplingInstance.cpp 689 1.0f // float maxDepth;
    [all...]
vktPipelineStencilTests.cpp 613 1.0f // float maxDepth;
    [all...]
vktPipelineCacheTests.cpp 295 1.0f // float maxDepth;
    [all...]
vktPipelineInputAssemblyTests.cpp     [all...]
vktPipelinePushConstantTests.cpp 776 1.0f // float maxDepth;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 213 1.0f // float maxDepth;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl     [all...]
d3d11.idl 663 FLOAT MaxDepth;
    [all...]
  /external/deqp/framework/delibs/coding_guidelines/
de-coding-guidelines.html     [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 207 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd)
209 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f;
218 structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 267 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd)
269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f;
278 structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd));
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /frameworks/base/docs/html/reference/android/support/test/uiautomator/
By.html 837 <a href="/reference/android/support/test/uiautomator/By.html#hasDescendant(android.support.test.uiautomator.BySelector, int)">hasDescendant</a>(<a href="/reference/android/support/test/uiautomator/BySelector.html">BySelector</a> descendantSelector, int maxDepth)
    [all...]

Completed in 1594 milliseconds

<<11121314151617181920>>