/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 54 DeviceDriver::DeviceDriver (const InstanceInterface& instanceInterface, VkDevice device) in DeviceDriver() argument 56 #define GET_PROC_ADDR(NAME) instanceInterface.getDeviceProcAddr(device, NAME) in DeviceDriver()
|
D | vkPlatform.hpp | 84 DeviceDriver (const InstanceInterface& instanceInterface, VkDevice device);
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 457 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/ |
D | vktPipelineImageUtil.hpp | 52 bool isSupportedSamplableFormat (const vk::InstanceInterface& instanceInterface, 55 bool isLinearFilteringSupported (const vk::InstanceInterface& instanceInterface,
|
D | vktPipelineMultisampleTestsUtil.cpp | 392 void requireFeatures (const InstanceInterface& instanceInterface, const VkPhysicalDevice physicalDe… in requireFeatures() argument 394 …const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDev… in requireFeatures()
|
D | vktPipelineMultisampleTestsUtil.hpp | 93 void requireFeatures(const vk::InstanceInterface& instanceInterface, const vk::VkPhysicalDevice phy…
|
D | vktPipelineImageUtil.cpp | 74 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()
|
D | vktPipelineBlendTests.cpp | 60 bool isSupportedBlendFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, V… in isSupportedBlendFormat() argument 64 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedBlendFormat()
|
D | vktPipelineDepthTests.cpp | 57 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument 61 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineStencilTests.cpp | 59 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument 63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineMultisampleTests.cpp | 79 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/ |
D | vktSynchronizationSmokeTests.cpp | 1126 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()
|