/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInitInstanceFunctionPointers.inl | 19 m_vk.getPhysicalDeviceFeatures2 = (GetPhysicalDeviceFeatures2Func) GET_PROC_ADDR… 20 if (!m_vk.getPhysicalDeviceFeatures2) 21 …m_vk.getPhysicalDeviceFeatures2 = (GetPhysicalDeviceFeatures2Func) GET_PROC_ADDR…
|
D | vkInstanceFunctionPointers.inl | 17 GetPhysicalDeviceFeatures2Func getPhysicalDeviceFeatures2; variable
|
D | vkInstanceDriverImpl.inl | 70 void InstanceDriver::getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDeviceF… function in InstanceDriver 75 m_vk.getPhysicalDeviceFeatures2(physicalDevice, pFeatures);
|
D | vkConcreteInstanceInterface.inl | 17 virtual void getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
|
D | vkDeviceFeatures2.inl | 120 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures);
|
D | vkVirtualInstanceInterface.inl | 17 virtual void getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 147 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()
|
D | vkDeviceFeatures.cpp | 106 vki.getPhysicalDeviceFeatures2(physicalDevice, &m_coreFeatures2); in DeviceFeatures()
|
D | vkQueryUtil.hpp | 49 VkPhysicalDeviceFeatures2 getPhysicalDeviceFeatures2 (const InstanceInterface& vk, VkPhys…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
D | vktFragmentShaderInterlockBasic.cpp | 122 …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/ |
D | vktSubgroupUniformControlFlowTests.cpp | 128 ctx.getInstanceInterface().getPhysicalDeviceFeatures2(ctx.getPhysicalDevice(), &features2); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 348 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport() 621 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
|
D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 99 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupportWithParams()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 520 vki.getPhysicalDeviceFeatures2(physicalDevice, &features2); in iterate()
|
D | vktApiDeviceInitializationTests.cpp | 1184 vki.getPhysicalDeviceFeatures2(physicalDevice, &enabledFeatures); in createDeviceFeatures2Test() 1560 instanceDriver.getPhysicalDeviceFeatures2(physicalDevice, &features2); in createDeviceQueue2Test() 1627 instanceDriver.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in createDeviceQueue2UnmatchedFlagsTest()
|
D | vktApiFeatureInfo.cpp | 1723 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()
|
D | vktApiBufferMemoryRequirementsTests.cpp | 338 intf.getPhysicalDeviceFeatures2(physDevice, &extFeatures); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderDrawParametersTests.cpp | 333 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &featuresEx… in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingNullASTests.cpp | 168 vki.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in TestDeviceFeatures()
|
D | vktRayTracingPipelineLibraryTests.cpp | 158 vki.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in DeviceTestFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 679 interface.getPhysicalDeviceFeatures2(device, &m_features2); in DeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 158 …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/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 130 instance.getPhysicalDeviceFeatures2(physicalDevice, &enabledFeatures); in createImageRobustnessDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 186 instanceDriver.getPhysicalDeviceFeatures2(m_context.getPhysicalDevice(), &features2); in createTestDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 194 vkd.getPhysicalDeviceFeatures2(physicalDevice, &featuresExt); in makeProtectedMemDevice()
|