Home
last modified time | relevance | path

Searched refs:ResourceInterfaceStandard (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp411 ResourceInterfaceStandard::ResourceInterfaceStandard (tcu::TestContext& testCtx) in ResourceInterfaceStandard() function in vk::ResourceInterfaceStandard
416 void ResourceInterfaceStandard::initDevice (DeviceInterface& deviceInterface, VkDevice device) in initDevice()
418 // ResourceInterfaceStandard is a class for running VulkanSC tests on normal Vulkan driver. in initDevice()
420 // So ResourceInterfaceStandard class must have its own vkCreateShaderModule function pointer in initDevice()
422 // BTW: although ResourceInterfaceStandard exists in normal Vulkan tests - only initDevice and buildProgram functions are used by Vulkan tests in initDevice()
447 void ResourceInterfaceStandard::deinitDevice (VkDevice device) in deinitDevice()
461 void ResourceInterfaceStandard::registerDeviceFeatures (VkDevice device, in registerDeviceFeatures()
485 void ResourceInterfaceStandard::unregisterDeviceFeatures(VkDevice device) const in unregisterDeviceFeatures()
491 VkResult ResourceInterfaceStandard
[all...]
H A DvkResourceInterface.hpp230 class ResourceInterfaceStandard : public ResourceInterface class
233 ResourceInterfaceStandard (tcu::TestContext& testCtx);
331 class ResourceInterfaceVKSC : public ResourceInterfaceStandard
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksServices.cpp172 vk::ResourceInterface* resource = new vk::ResourceInterfaceStandard{*tcx}; in createServerVKSC()
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp298 vkt::Context context (tcx, library->getPlatformInterface(), collection, de::SharedPtr<vk::ResourceInterface>{new vk::ResourceInterfaceStandard{ tcx }}); in main()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp251 , m_resourceInterface (new vk::ResourceInterfaceStandard(testCtx)) in TestCaseExecutor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp243 , m_resourceInterface (new vk::ResourceInterfaceStandard(testCtx)) in TestCaseExecutor()

Completed in 8 milliseconds