Searched defs:instanceInterface (Results 1 - 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp54 DeviceDriver::DeviceDriver (const InstanceInterface& instanceInterface, VkDevice device) argument
56 #define GET_PROC_ADDR(NAME) instanceInterface.getDeviceProcAddr(device, NAME)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp392 void requireFeatures (const InstanceInterface& instanceInterface, const VkPhysicalDevice physicalDevice, const FeatureFlags flags) argument
394 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDevice);
H A DvktPipelineBlendTests.cpp60 bool isSupportedBlendFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) argument
64 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
H A DvktPipelineDepthTests.cpp57 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) argument
61 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
H A DvktPipelineStencilTests.cpp59 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) argument
63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
H A DvktPipelineMultisampleTests.cpp79 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevice physicalDevice, VkSampleCountFlagBits rasterizationSamples);
454 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevice physicalDevice, VkSampleCountFlagBits rasterizationSamples) argument
458 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &deviceProperties);
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp457 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDevice device, const VkFormat format) argument
460 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
464 VkFormat pickSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, argument
470 if (isSupportedDepthStencilFormat(instanceInterface, device, pFormats[i]))
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp1126 const InstanceInterface& instanceInterface = context.getInstanceInterface(); local
1129 vk::Move<VkDevice> device = createTestDevice(instanceInterface, physicalDevice, &queueFamilyIdx);
1130 const DeviceDriver deviceInterface (instanceInterface, *device);
1133 getPhysicalDeviceMemoryProperties(instanceInterface, physicalDevice));

Completed in 219 milliseconds