/external/deqp/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 | 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 | vkInstanceFunctionPointers.inl | 17 GetPhysicalDeviceFeatures2Func getPhysicalDeviceFeatures2; variable
|
D | vkDeviceFeatures.cpp | 105 vki.getPhysicalDeviceFeatures2(physicalDevice, &m_coreFeatures2); in DeviceFeatures()
|
D | vkQueryUtil.hpp | 49 VkPhysicalDeviceFeatures2 getPhysicalDeviceFeatures2 (const InstanceInterface& vk, VkPhys…
|
D | vkInstanceDriverImpl.inl | 70 void InstanceDriver::getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDeviceF… function in InstanceDriver 75 m_vk.getPhysicalDeviceFeatures2(physicalDevice, pFeatures);
|
D | vkDeviceFeatures2.inl | 114 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures);
|
D | vkVirtualInstanceInterface.inl | 17 virtual void getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
|
D | vkConcreteInstanceInterface.inl | 17 virtual void getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderClockTests.cpp | 135 …m_context.getInstanceInterface().getPhysicalDeviceFeatures2(m_context.getPhysicalDevice(), &featur… in checkSupported()
|
/external/deqp/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()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1035 vki.getPhysicalDeviceFeatures2(physicalDevice, &enabledFeatures); in createDeviceFeatures2Test() 1211 instanceDriver.getPhysicalDeviceFeatures2(physicalDevice, &features2); in createDeviceQueue2Test() 1278 instanceDriver.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in createDeviceQueue2UnmatchedFlagsTest()
|
D | vktApiMaintenance3Check.cpp | 520 vki.getPhysicalDeviceFeatures2(physicalDevice, &features2); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBallotOtherTests.cpp | 487 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
|
D | vktSubgroupsClusteredTests.cpp | 188 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1332 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
|
D | vktSubgroupsShapeTests.cpp | 485 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
|
D | vktSubgroupsQuadTests.cpp | 233 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
|
D | vktSubgroupsBallotMasksTests.cpp | 421 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
|
D | vktSubgroupsArithmeticTests.cpp | 269 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
|
D | vktSubgroupsSizeControlTests.cpp | 624 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheckFeatures() 656 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheckFeatures()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 284 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
|
D | vktSubgroupsBallotTests.cpp | 935 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderDrawParametersTests.cpp | 339 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &featuresEx… in checkSupport()
|
/external/deqp/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()
|