Home
last modified time | relevance | path

Searched refs:instanceInterface (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.cpp54 DeviceDriver::DeviceDriver (const InstanceInterface& instanceInterface, VkDevice device) in DeviceDriver() argument
56 #define GET_PROC_ADDR(NAME) instanceInterface.getDeviceProcAddr(device, NAME) in DeviceDriver()
DvkPlatform.hpp84 DeviceDriver (const InstanceInterface& instanceInterface, VkDevice device);
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp457 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() argument
460 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
464 VkFormat pickSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, in pickSupportedDepthStencilFormat() argument
470 if (isSupportedDepthStencilFormat(instanceInterface, device, pFormats[i])) in pickSupportedDepthStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp52 bool isSupportedSamplableFormat (const vk::InstanceInterface& instanceInterface,
55 bool isLinearFilteringSupported (const vk::InstanceInterface& instanceInterface,
DvktPipelineMultisampleTestsUtil.cpp392 void requireFeatures (const InstanceInterface& instanceInterface, const VkPhysicalDevice physicalDe… in requireFeatures() argument
394 …const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDev… in requireFeatures()
DvktPipelineMultisampleTestsUtil.hpp93 void requireFeatures(const vk::InstanceInterface& instanceInterface, const vk::VkPhysicalDevice phy…
DvktPipelineImageUtil.cpp74 bool isSupportedSamplableFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice devic… in isSupportedSamplableFormat() argument
81 instanceInterface.getPhysicalDeviceFeatures(device, &physicalFeatures); in isSupportedSamplableFormat()
100 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedSamplableFormat()
DvktPipelineBlendTests.cpp60 bool isSupportedBlendFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, V… in isSupportedBlendFormat() argument
64 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedBlendFormat()
DvktPipelineDepthTests.cpp57 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
61 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineStencilTests.cpp59 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument
63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
DvktPipelineMultisampleTests.cpp79 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevic…
454 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevice physicalD… in isSupportedSampleCount() argument
458 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &deviceProperties); in isSupportedSampleCount()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1126 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in testSemaphores() local
1129 …vk::Move<VkDevice> device = createTestDevice(instanceInterface, physicalDevice, &queueFamilyI… in testSemaphores()
1130 const DeviceDriver deviceInterface (instanceInterface, *device); in testSemaphores()
1133 getPhysicalDeviceMemoryProperties(instanceInterface, physicalDevice)); in testSemaphores()