HomeSort by relevance Sort by last modified time
    Searched defs:features (Results 176 - 200 of 619) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderDrawParametersTests.cpp 126 vk::VkPhysicalDeviceFeatures features; local
127 deMemset(&features, 0, sizeof(vk::VkPhysicalDeviceFeatures));
133 features
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 717 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); local
718 return features.shaderTessellationAndGeometryPointSize;
723 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); local
726 if (!features.geometryShader)
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMultisampleLoadStoreTests.cpp 182 VkPhysicalDeviceFeatures features; local
183 vki.getPhysicalDeviceFeatures(physDevice, &features);
185 if (!features.shaderStorageImageMultisample)
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageTests.cpp 189 const VkPhysicalDeviceFeatures& features = context.getDeviceFeatures(); local
192 if (m_imageCount > 1 && features.shaderSampledImageArrayDynamicIndexing == VK_FALSE)
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemUtils.cpp 191 vk::VkPhysicalDeviceFeatures features; local
192 deMemset(&features, 0, sizeof(vk::VkPhysicalDeviceFeatures));
198 features
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 272 SpvAsmComputeShaderCase::SpvAsmComputeShaderCase (tcu::TestContext& testCtx, const char* name, const char* description, const ComputeShaderSpec& spec, const ComputeTestFeatures features)
275 , m_features (features)
295 SpvAsmComputeShaderInstance::SpvAsmComputeShaderInstance (Context& ctx, const ComputeShaderSpec& spec, const ComputeTestFeatures features)
298 , m_features (features)
304 const VkPhysicalDeviceFeatures& features = m_context.getDeviceFeatures(); local
306 if ((m_features == COMPUTE_TEST_USES_INT16 || m_features == COMPUTE_TEST_USES_INT16_INT64) && !features.shaderInt16)
311 if ((m_features == COMPUTE_TEST_USES_INT64 || m_features == COMPUTE_TEST_USES_INT16_INT64) && !features.shaderInt64)
320 // 16bit storage features
323 TCU_THROW(NotSupportedError, "Requested 16bit storage features not supported");
326 // VariablePointers features
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 704 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); local
706 if (((flags & FEATURE_TESSELLATION_SHADER) != 0) && !features.tessellationShader)
709 if (((flags & FEATURE_GEOMETRY_SHADER) != 0) && !features.geometryShader)
712 if (((flags & FEATURE_SHADER_FLOAT_64) != 0) && !features.shaderFloat64)
715 if (((flags & FEATURE_VERTEX_PIPELINE_STORES_AND_ATOMICS) != 0) && !features.vertexPipelineStoresAndAtomics)
718 if (((flags & FEATURE_FRAGMENT_STORES_AND_ATOMICS) != 0) && !features.fragmentStoresAndAtomics)
721 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize)
724 if (((flags & FEATURE_SHADER_STORAGE_IMAGE_EXTENDED_FORMATS) != 0) && !features.shaderStorageImageExtendedFormats
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 200 const VkPhysicalDeviceSamplerYcbcrConversionFeatures features = context.getSamplerYCbCrConversionFeatures(); local
220 if (features.samplerYcbcrConversion == VK_FALSE)
    [all...]
  /external/google-breakpad/src/processor/
minidump_processor.cc 383 } features[] = { local
443 cpu_info->append(" features: ");
445 for (size_t i = 0; i < sizeof(features)/sizeof(features[0]); ++i) {
446 if (elf_hwcaps & features[i].hwcap) {
448 cpu_info->append(features[i].name);
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapTestSuiteBuilder.java 38 import com.google.common.collect.testing.features.CollectionFeature;
39 import com.google.common.collect.testing.features.CollectionSize;
40 import com.google.common.collect.testing.features.Feature;
41 import com.google.common.collect.testing.features.ListFeature;
42 import com.google.common.collect.testing.features.MapFeature;
175 Set<Feature<?>> features = computeMultimapAsMapGetFeatures(parentBuilder.getFeatures()); local
176 if (Collections.disjoint(features, EnumSet.allOf(CollectionSize.class))) {
181 .withFeatures(features)
  /external/iw/
info.c 558 unsigned int features = nla_get_u32(tb_msg[NL80211_ATTR_FEATURE_FLAGS]); local
560 if (features & NL80211_FEATURE_SK_TX_STATUS)
562 if (features & NL80211_FEATURE_HT_IBSS)
564 if (features & NL80211_FEATURE_INACTIVITY_TIMER)
566 if (features & NL80211_FEATURE_CELL_BASE_REG_HINTS)
568 if (features & NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL)
570 if (features & NL80211_FEATURE_SAE)
572 if (features & NL80211_FEATURE_LOW_PRIORITY_SCAN)
574 if (features & NL80211_FEATURE_SCAN_FLUSH)
576 if (features & NL80211_FEATURE_AP_SCAN
    [all...]
  /external/kernel-headers/original/uapi/linux/
userfaultfd.h 127 /* userland asks for an API number and the features to enable */
130 * Kernel answers below with the all available features for
142 * UFFD_FEATURE_MISSING_HUGETLBFS to uffdio_api.features has
148 * uffdio_api.features before calling UFFDIO_API, an error
153 * uffdio_api.features and instead it will be set by the
154 * kernel in the uffdio_api.features if the kernel supports
156 * present in uffdio_api.features after UFFDIO_API
179 __u64 features; member in struct:uffdio_api
  /external/libdrm/etnaviv/
etnaviv_priv.h 55 uint32_t features[VIV_FEATURES_WORD_COUNT]; member in struct:etna_specs
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 107 string triple, string cpu_name, string features, string entry_point_name,
111 features_(std::move(features)),
783 llvm::StringRef features = llvm_ir::AsStringRef(options.features()); local
    [all...]
  /external/webp/src/dec/
webp_dec.c 333 goto ReturnWidthHeight; // Just return features from VP8X header.
676 static void DefaultFeatures(WebPBitstreamFeatures* const features) {
677 assert(features != NULL);
678 memset(features, 0, sizeof(*features));
682 WebPBitstreamFeatures* const features) {
683 if (features == NULL || data == NULL) {
686 DefaultFeatures(features);
688 // Only parse enough of the data to retrieve the features.
690 &features->width, &features->height
700 WebPBitstreamFeatures features; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserFactoryTest.java 175 String[] features = { local
176 "http://xml.org/sax/features/namespaces",
177 "http://xml.org/sax/features/validation" };
178 for (int i = 0; i < features.length; i++) {
180 spf.setFeature(features[i], true);
181 assertTrue(spf.getFeature(features[i]));
182 spf.setFeature(features[i], false);
183 assertFalse(spf.getFeature(features[i]));
207 spf.setFeature("http://xml.org/sax/features/unknown-feature", true);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestEnv.java 28 import com.android.documentsui.base.Features;
70 public final Features features; field in class:TestEnv
75 private TestEnv(Context context, Features features, String authority) {
76 this.features = features;
79 model = new TestModel(authority, features);
80 archiveModel = new TestModel(ArchivesProvider.AUTHORITY, features);
84 features,
128 Features features = new Features.RuntimeFeatures(context.getResources(), null); local
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorsProxy.java 194 Set<Integer> features = new HashSet<>(); local
198 features.add(CarSensorManager.SENSOR_TYPE_COMPASS);
201 features.add(CarSensorManager.SENSOR_TYPE_ACCELEROMETER);
204 features.add(CarSensorManager.SENSOR_TYPE_GYROSCOPE);
207 features.add(CarSensorManager.SENSOR_TYPE_LOCATION);
208 features.add(CarSensorManager.SENSOR_TYPE_GPS_SATELLITE);
210 return toIntArray(features);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.h 58 // Features that can optionally be turned on by a capability.
326 // Returns the state of optional features.
327 const Feature& features() const { return features_; } function in class:libspirv::ValidationState_t
416 // The state of optional features. These are determined by capabilities
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.h 219 VkPhysicalDeviceFeatures features = {}; member in struct:PHYSICAL_DEVICE_STATE
  /system/connectivity/wificond/tests/
netlink_utils_unittest.cpp 816 uint32_t features; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 
  /art/runtime/native/
dalvik_system_VMDebug.cc 52 static const char* features[] = { local
59 jobjectArray result = env->NewObjectArray(arraysize(features),
63 for (size_t i = 0; i < arraysize(features); ++i) {
64 ScopedLocalRef<jstring> jfeature(env, env->NewStringUTF(features[i]));
  /cts/hostsidetests/incident/src/com/android/server/cts/
BatteryStatsValidationTest.java 630 final String features = getDevice().executeShellCommand("pm list features"); local
631 boolean hasIt = features.contains(featureName);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 137 // features
138 String features = getFeatures(); local
139 addResult(FEATURES, features);
263 StringBuilder features = new StringBuilder(); local
272 addFeature(features, featureName, "sdk", hasFeature);
279 addFeature(features, featureInfo.name, "other", true);
284 Log.e(TAG, "Error getting features: " + exception.getMessage(), exception);
287 return features.toString();
290 private static void addFeature(StringBuilder features, String name, String type
304 List<String> features = new ArrayList<String>(); local
    [all...]

Completed in 1206 milliseconds

1 2 3 4 5 6 78 91011>>