Home
last modified time | relevance | path

Searched refs:allFeatures (Results 1 – 12 of 12) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/collect/
DCompactHashSetTest.java40 List<Feature<?>> allFeatures = in suite() local
62 .withFeatures(allFeatures) in suite()
81 .withFeatures(allFeatures) in suite()
DCompactLinkedHashSetTest.java40 List<Feature<?>> allFeatures = in suite() local
63 .withFeatures(allFeatures) in suite()
/external/guava/guava-tests/test/com/google/common/collect/
DCompactHashSetTest.java40 List<Feature<?>> allFeatures = in suite() local
62 .withFeatures(allFeatures) in suite()
81 .withFeatures(allFeatures) in suite()
DCompactLinkedHashSetTest.java40 List<Feature<?>> allFeatures = in suite() local
63 .withFeatures(allFeatures) in suite()
/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp299 const deUint32 allFeatures = ~0u; in init() local
305 …dom features, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allFeatures, 50, 11200); in init()
306 …ll random features, shared buffer", UniformBlockCase::BUFFERMODE_SINGLE, allFeatures, 50, 11250); in init()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp733 const deUint32 allFeatures = ~disabled; in init() local
750 …ay", "All random features, shared buffer", numCases*2, stage, allFeatures|FEATURE_INSTANC… in init()
751 …All random features, out of order member offsets", numCases*2, stage, allFeatures|FEATURE_OUT_OF_… in init()
752 … "All random features, missing interface members", numCases*2, stage, allFeatures|FEATURE_MISSING… in init()
753 …ll random features, unordered and missing members", numCases*2, stage, allFeatures|FEATURE_OUT_OF_… in init()
/external/angle/third_party/vulkan-headers/src/registry/
Dgenvk.py95 allFeatures = allExtensions = r'.*'
101 featuresPat = makeREstring(features, allFeatures)
/external/vulkan-headers/registry/
Dgenvk.py92 allFeatures = allExtensions = r'.*'
98 featuresPat = makeREstring(features, allFeatures)
/external/vulkan-validation-layers/scripts/
Dlvl_genvk.py73 allFeatures = allExtensions = '.*'
80 featuresPat = makeREstring(features, allFeatures)
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp708 const deUint32 allFeatures = ~FEATURE_ARRAYS_OF_ARRAYS; in init() local
725 …random features, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allFeatures, 50, 200); in init()
726 … "All random features, shared buffer", UniformBlockCase::BUFFERMODE_SINGLE, allFeatures, 50, 250); in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1036 const VkFormatFeatureFlags allFeatures = VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT in getPhysicalDeviceFormatProperties() local
1056 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1057 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
1058 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp889 …const deUint32 allFeatures = ~FEATURE_OUT_OF_ORDER_OFFSETS & ~FEATURE_16BIT_STORAGE & ~FEATURE_8… in init() local
926 …ers", UniformBlockCase::BUFFERMODE_PER_BLOCK, use8BitStorage|use16BitStorage|allFeatures, 50, 200); in init()
927 …uffer", UniformBlockCase::BUFFERMODE_SINGLE, use8BitStorage|use16BitStorage|allFeatures, 50, 250); in init()
929 …UniformBlockCase::BUFFERMODE_PER_BLOCK, use8BitStorage|use16BitStorage|allFeatures | FEATURE_OUT_O… in init()