Home
last modified time | relevance | path

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

12

/external/deqp/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…
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()
DvkInstanceFunctionPointers.inl17 GetPhysicalDeviceFeatures2Func getPhysicalDeviceFeatures2; variable
DvkDeviceFeatures.cpp105 vki.getPhysicalDeviceFeatures2(physicalDevice, &m_coreFeatures2); in DeviceFeatures()
DvkQueryUtil.hpp49 VkPhysicalDeviceFeatures2 getPhysicalDeviceFeatures2 (const InstanceInterface& vk, VkPhys…
DvkInstanceDriverImpl.inl70 void InstanceDriver::getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDeviceF… function in InstanceDriver
75 m_vk.getPhysicalDeviceFeatures2(physicalDevice, pFeatures);
DvkDeviceFeatures2.inl114 vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures);
DvkVirtualInstanceInterface.inl17 virtual void getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
DvkConcreteInstanceInterface.inl17 virtual void getPhysicalDeviceFeatures2 (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderClockTests.cpp135 …m_context.getInstanceInterface().getPhysicalDeviceFeatures2(m_context.getPhysicalDevice(), &featur… in checkSupported()
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1035 vki.getPhysicalDeviceFeatures2(physicalDevice, &enabledFeatures); in createDeviceFeatures2Test()
1211 instanceDriver.getPhysicalDeviceFeatures2(physicalDevice, &features2); in createDeviceQueue2Test()
1278 instanceDriver.getPhysicalDeviceFeatures2(physicalDevice, &deviceFeatures); in createDeviceQueue2UnmatchedFlagsTest()
DvktApiMaintenance3Check.cpp520 vki.getPhysicalDeviceFeatures2(physicalDevice, &features2); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotOtherTests.cpp487 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
DvktSubgroupsClusteredTests.cpp188 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
DvktSubgroupsBuiltinMaskVarTests.cpp1332 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
DvktSubgroupsShapeTests.cpp485 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
DvktSubgroupsQuadTests.cpp233 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
DvktSubgroupsBallotMasksTests.cpp421 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
DvktSubgroupsArithmeticTests.cpp269 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
DvktSubgroupsSizeControlTests.cpp624 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheckFeatures()
656 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheckFeatures()
DvktSubgroupsBallotBroadcastTests.cpp284 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
DvktSubgroupsBallotTests.cpp935 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features); in supportedCheck()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp339 …context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &featuresEx… in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp348 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()
621 context.getInstanceInterface().getPhysicalDeviceFeatures2(context.getPhysicalDevice(), &features2); in checkSupport()

12