Searched refs:instanceInterface (Results 1 - 14 of 14) 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)
H A DvkPlatform.hpp84 DeviceDriver (const InstanceInterface& instanceInterface, VkDevice device);
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp90 vk::Allocator* createAllocator (const vk::InstanceInterface& instanceInterface,
H A DvktSpvAsmUtils.cpp207 Allocator* createAllocator (const InstanceInterface& instanceInterface, const VkPhysicalDevice physicalDevice, const DeviceInterface& deviceInterface, const VkDevice device) argument
209 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(instanceInterface, physicalDevice);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.hpp93 void requireFeatures(const vk::InstanceInterface& instanceInterface, const vk::VkPhysicalDevice physicalDevice, const FeatureFlags flags);
H A DvktPipelineImageUtil.hpp52 bool isSupportedSamplableFormat (const vk::InstanceInterface& instanceInterface,
55 bool isLinearFilteringSupported (const vk::InstanceInterface& instanceInterface,
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 DvktPipelineImageUtil.cpp74 bool isSupportedSamplableFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format)
81 instanceInterface.getPhysicalDeviceFeatures(device, &physicalFeatures);
100 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
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.cpp80 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevice physicalDevice, VkSampleCountFlagBits rasterizationSamples);
455 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevice physicalDevice, VkSampleCountFlagBits rasterizationSamples) argument
459 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &deviceProperties);
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp459 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDevice device, const VkFormat format) argument
462 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
466 VkFormat pickSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, argument
472 if (isSupportedDepthStencilFormat(instanceInterface, device, pFormats[i]))
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp1106 const InstanceInterface& instanceInterface = context.getInstanceInterface(); local
1109 vk::Move<VkDevice> device = createTestDevice(instanceInterface, physicalDevice, &queueFamilyIdx);
1110 const DeviceDriver deviceInterface (instanceInterface, *device);
1113 getPhysicalDeviceMemoryProperties(instanceInterface, physicalDevice));

Completed in 147 milliseconds