/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 53 bool isSupportedSamplableFormat (const vk::InstanceInterface& instanceInterface, 56 bool isLinearFilteringSupported (const vk::InstanceInterface& instanceInterface, 61 bool isMinMaxFilteringSupported (const vk::InstanceInterface& instanceInterface,
|
D | vktPipelineMultisampleTestsUtil.cpp | 381 void requireFeatures (const InstanceInterface& instanceInterface, const VkPhysicalDevice physicalDe… in requireFeatures() argument 383 …const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDev… in requireFeatures()
|
D | vktPipelineMultisampleTestsUtil.hpp | 91 void requireFeatures(const vk::InstanceInterface& instanceInterface, const vk::VkPhysicalDevice phy…
|
D | vktPipelineStencilExportTests.cpp | 126 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument 130 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineStencilTests.cpp | 61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument 65 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineDepthTests.cpp | 59 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice de… in isSupportedDepthStencilFormat() argument 63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
|
D | vktPipelineBlendTests.cpp | 64 bool isSupportedBlendFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, V… in isSupportedBlendFormat() argument 68 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedBlendFormat()
|
D | vktPipelineImageUtil.cpp | 76 bool isSupportedSamplableFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice devic… in isSupportedSamplableFormat() argument 83 instanceInterface.getPhysicalDeviceFeatures(device, &physicalFeatures); in isSupportedSamplableFormat() 102 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedSamplableFormat()
|
D | vktPipelineMultisampleTests.cpp | 113 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevic… 682 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevice physicalD… in isSupportedSampleCount() argument 686 instanceInterface.getPhysicalDeviceProperties(physicalDevice, &deviceProperties); in isSupportedSampleCount()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 208 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDev… in isSupportedDepthStencilFormat() argument 211 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat() 215 VkFormat pickSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, in pickSupportedDepthStencilFormat() argument 221 if (isSupportedDepthStencilFormat(instanceInterface, device, pFormats[i])) in pickSupportedDepthStencilFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 194 const vk::InstanceInterface& instanceInterface = context.getInstanceInterface(); in isFloatControlsFeaturesSupported() local 196 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFloatControlsFeaturesSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 113 MovePtr<SparseAllocation> build (const InstanceInterface& instanceInterface, 208 …Ptr<SparseAllocation> SparseAllocationBuilder::build (const InstanceInterface& instanceInterface, in build() argument 223 …const deUint32 memoryTypeNdx = findMatchingMemoryType(instanceInterface, physicalDevice, mem… in build() 256 …sparseAllocation->heapIndex = getHeapIndexForMemoryType(instanceInterface, physicalDevice, memor… in build()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 252 const InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in init() local 279 …lDeviceGroupProperties> properties = enumeratePhysicalDeviceGroups(instanceInterface, m_context.g… in init() 317 …VkPhysicalDeviceFeatures enabledDeviceFeatures = getPhysicalDeviceFeatures(instanceInterface, phys… in init() 349 …teDevice(m_context.getPlatformInterface(), m_context.getInstance(), instanceInterface, physicalDev… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 235 const vk::InstanceInterface& instanceInterface = m_context.getInstanceInterface(); in isFeaturesSupported() local 236 instanceInterface.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties); in isFeaturesSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 1082 const InstanceInterface& instanceInterface = context.getInstanceInterface(); in testSemaphores() local 1085 …ice = createTestDevice(platformInterface, context.getInstance(), instanceInterface, physicalDev… in testSemaphores() 1089 getPhysicalDeviceMemoryProperties(instanceInterface, physicalDevice)); in testSemaphores()
|