Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceFeatures2 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl19 m_vk.getPhysicalDeviceFeatures2 = (GetPhysicalDeviceFeatures2Func) GET_PROC_ADDR…
20 if (!m_vk.getPhysicalDeviceFeatures2)
21 …m_vk.getPhysicalDeviceFeatures2 = (GetPhysicalDeviceFeatures2Func) GET_PROC_ADDR…
DvkInstanceFunctionPointers.inl17 GetPhysicalDeviceFeatures2Func getPhysicalDeviceFeatures2; variable
DvkInstanceDriverImpl.inl70 void InstanceDriver::getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDeviceF… function in InstanceDriver
75 m_vk.getPhysicalDeviceFeatures2(physicalDevice, pFeatures);
DvkConcreteInstanceInterface.inl17 virtual void getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
DvkDeviceFeatures2.inl120 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures);
DvkVirtualInstanceInterface.inl17 virtual void getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp147 VkPhysicalDeviceFeatures2 getPhysicalDeviceFeatures2 (const InstanceInterface& vk, VkPhysicalDevice… in getPhysicalDeviceFeatures2() function
154 vk.getPhysicalDeviceFeatures2(physicalDevice, &features); in getPhysicalDeviceFeatures2()
171 vk.getPhysicalDeviceFeatures2(physicalDevice, &features); in getPhysicalDeviceVulkan11Features()
188 vk.getPhysicalDeviceFeatures2(physicalDevice, &features); in getPhysicalDeviceVulkan12Features()
DvkDeviceFeatures.cpp106 vki.getPhysicalDeviceFeatures2(physicalDevice, &m_coreFeatures2); in DeviceFeatures()
DvkQueryUtil.hpp49 VkPhysicalDeviceFeatures2 getPhysicalDeviceFeatures2 (const InstanceInterface& vk, VkPhys…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp122 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in getDevice()
239 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp128 ctx.getInstanceInterface().getPhysicalDeviceFeatures2(ctx.getPhysicalDevice(), &features2); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp348 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
621 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp99 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupportWithParams()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp520 vki.getPhysicalDeviceFeatures2(physicalDevice, &features2); in iterate()
DvktApiDeviceInitializationTests.cpp1184 vki.getPhysicalDeviceFeatures2(physicalDevice, &enabledFeatures); in createDeviceFeatures2Test()
1560 instanceDriver.getPhysicalDeviceFeatures2(physicalDevice, &features2); in createDeviceQueue2Test()
1627 instanceDriver.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in createDeviceQueue2UnmatchedFlagsTest()
DvktApiFeatureInfo.cpp1723 vki.getPhysicalDeviceFeatures2(physicalDevice, &features2); in featureBitInfluenceOnDeviceCreate()
1758 vki.getPhysicalDeviceFeatures2(physicalDevice, &features2); in featureBitInfluenceOnDeviceCreate()
3065 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &coreFeatur… in getRequiredOptimalExtendedTilingFeatures()
3222 vk.getPhysicalDeviceFeatures2(physicalDevice, &coreFeatures); in getPhysicalDeviceSamplerYcbcrConversionFeatures()
3303 vk.getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &coreFeatures); in requiresYCbCrConversion()
4060 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures); in deviceFeatures2()
4801 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures); in deviceFeaturesVulkan12()
5001 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
5044 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
DvktApiBufferMemoryRequirementsTests.cpp338 intf.getPhysicalDeviceFeatures2(physDevice, &extFeatures); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp333 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &featuresEx… in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingNullASTests.cpp168 vki.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in TestDeviceFeatures()
DvktRayTracingPipelineLibraryTests.cpp158 vki.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in DeviceTestFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp679 interface.getPhysicalDeviceFeatures2(device, &m_features2); in DeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp158 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in getDevice()
1332 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp130 instance.getPhysicalDeviceFeatures2(physicalDevice, &enabledFeatures); in createImageRobustnessDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp186 instanceDriver.getPhysicalDeviceFeatures2(m_context.getPhysicalDevice(), &features2); in createTestDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp194 vkd.getPhysicalDeviceFeatures2(physicalDevice, &featuresExt); in makeProtectedMemDevice()

12