HomeSort by relevance Sort by last modified time
    Searched defs:deviceFeatures (Results 1 - 16 of 16) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.cpp 142 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice);
154 &deviceFeatures, // const VkPhysicalDeviceFeatures* pEnabledFeatures;
vktSparseResourcesTestsUtil.cpp 914 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice);
916 if (!deviceFeatures.sparseBinding)
922 return deviceFeatures.sparseResidencyImage2D == VK_TRUE;
924 return deviceFeatures.sparseResidencyImage3D == VK_TRUE;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateVPTests.cpp 240 const vk::VkPhysicalDeviceFeatures& deviceFeatures = m_context.getDeviceFeatures();
242 if (!deviceFeatures.multiViewport)
245 if (!deviceFeatures.geometryShader)
vktDynamicStateRSTests.cpp 608 const vk::VkPhysicalDeviceFeatures& deviceFeatures = m_context.getDeviceFeatures();
610 if (!deviceFeatures.wideLines)
vktDynamicStateDSTests.cpp 417 const vk::VkPhysicalDeviceFeatures& deviceFeatures = m_context.getDeviceFeatures();
419 if (!deviceFeatures.depthBounds)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicSemaphoreTests.cpp 130 VkPhysicalDeviceFeatures deviceFeatures;
200 instance.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures);
208 deviceInfo.pEnabledFeatures = &deviceFeatures;
vktSynchronizationInternallySynchronizedObjectsTests.cpp 197 VkPhysicalDeviceFeatures deviceFeatures;
246 instance.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures);
254 deviceInfo.pEnabledFeatures = &deviceFeatures;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 142 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevice);
168 deviceInfo.pEnabledFeatures = &deviceFeatures;
vktApiFeatureInfo.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsResolver.java 566 Set<Integer> deviceFeatures = new HashSet<>(info.supportedFeatures);
567 deviceFeatures.removeAll(carrierImsInfo.supportedFeatures);
568 imsFeaturesBySlot.addAll(deviceFeatures.stream().map(
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsResolverTest.java 236 Set<String> deviceFeatures = new HashSet<>();
237 deviceFeatures.add(ImsResolver.METADATA_EMERGENCY_MMTEL_FEATURE);
238 deviceFeatures.add(ImsResolver.METADATA_MMTEL_FEATURE);
239 deviceFeatures.add(ImsResolver.METADATA_RCS_FEATURE);
247 info.add(getResolveInfo(TEST_DEVICE_DEFAULT_NAME, deviceFeatures, true));
266 HashSet<Pair<Integer, Integer>> deviceFeatureSet = convertToHashSet(deviceFeatures, 0);
371 Set<String> deviceFeatures = new HashSet<>();
372 deviceFeatures.add(ImsResolver.METADATA_EMERGENCY_MMTEL_FEATURE);
373 deviceFeatures.add(ImsResolver.METADATA_MMTEL_FEATURE);
381 info.add(getResolveInfo(TEST_DEVICE_DEFAULT_NAME, deviceFeatures, true))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 251 const VkPhysicalDeviceFeatures& deviceFeatures = m_context.getDeviceFeatures();
258 if (!deviceFeatures.shaderSampledImageArrayDynamicIndexing)
263 if (!deviceFeatures.shaderUniformBufferArrayDynamicIndexing)
268 if (!deviceFeatures.shaderStorageBufferArrayDynamicIndexing)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 628 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevice);
652 deviceInfo.pEnabledFeatures = &deviceFeatures;
    [all...]
vktShaderRenderTextureFunctionTests.cpp     [all...]
vktShaderRenderTextureGatherTests.cpp     [all...]

Completed in 3789 milliseconds