/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 2045 VkExternalBufferProperties properties = in checkBufferSupport() local
|
H A D | vktMemoryExternalMemoryHostTests.cpp | 70 void checkExternalMemoryProperties (const vk::VkExternalMemoryProperties& properties) in checkExternalMemoryProperties() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelMessagePassing.cpp | 206 VkPhysicalDeviceProperties2 properties; in checkSupport() local 1088 VkPhysicalDeviceProperties2 properties; in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTests.cpp | 1105 const auto& properties = context.getDeviceProperties(); in checkSupport() local
|
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 1255 const auto& properties = context.getDeviceProperties(); in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1345 VkPhysicalDeviceProperties2 properties = in test() local
|
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1217 const auto properties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kImageFormat); in checkSupport() local 1570 const auto properties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kImageFormat); in checkSupport() local
|
H A D | vktPipelineRenderToImageTests.cpp | 714 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, physDevice, format); in isDepthStencilFormatSupported() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemWsiSwapchainTests.cpp | 730 std::vector<vk::VkQueueFamilyProperties> properties; in executeSwapchainParameterCases() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktShaderTileImageTests.cpp | 991 VkPhysicalDeviceProperties2 properties = {}; in checkSupport() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingTests.cpp | 522 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedStencilFormat() local
|
H A D | vktDynamicRenderingUnusedAttachmentsTests.cpp | 74 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, format); in chooseDepthStencilFormat() local 457 const auto& properties = context.getDeviceProperties(); in checkSupport() local
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 470 VkImageFormatProperties properties; in checkSupport() local
|
H A D | vktRenderPassMultisampleResolveTests.cpp | 2980 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 229 vk::VkExternalBufferProperties properties = in NotSupportedChecker() local 265 vk::VkExternalSemaphoreProperties properties = in NotSupportedChecker() local 953 getFamilyIndices(const std::vector<vk::VkQueueFamilyProperties>& properties) getFamilyIndices() argument [all...] |
H A D | vktSynchronizationNoneStageTests.cpp | 1379 VkImageFormatProperties properties; in checkSupport() local
|
H A D | vktSynchronizationSignalOrderTests.cpp | 532 VkExternalSemaphoreProperties properties = in QueueSubmitSignalOrderSharedTestInstance() local 1023 VkExternalBufferProperties properties = in isResourceExportable() local
|
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 94 VkPhysicalDeviceProperties2 properties; in getMaxTimelineSemaphoreValueDifference() local
|
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 599 std::vector<deUint32> getFamilyIndices (const std::vector<vk::VkQueueFamilyProperties>& properties) in getFamilyIndices() argument 1250 vk::VkPhysicalDeviceProperties2 properties = { vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2 }; in DX11OperationSupport() local 1616 vk::VkExternalBufferProperties properties = in Win32KeyedMutexTestInstance() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.cpp | 601 VkImageFormatProperties properties; in TextureRenderer() local 672 VkImageFormatProperties properties; in TextureRenderer() local 1342 const VkPhysicalDeviceProperties properties = m_context.getDeviceProperties(); in renderQuad() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 1101 deUint32 chooseHostVisibleMemoryType (deUint32 bits, const vk::VkPhysicalDeviceMemoryProperties properties) in chooseHostVisibleMemoryType() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 994 vk::VkFormatProperties properties; in getRequiredFormatProperties() local 995 getInstanceInterface().getPhysicalDeviceFormatProperties(getPhysicalDevice(), format, &properties); in getRequiredFormatProperties() local 1031 vk::VkFormatProperties2 properties; in getFormatProperties() local 1035 getInstanceInterface().getPhysicalDeviceFormatProperties2(getPhysicalDevice(), format, &properties); in getFormatProperties() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 573 createSwapchainConfig(VkSurfaceKHR surface, deUint32 queueFamilyIndex, const VkSurfaceCapabilities2EXT& properties, const vector<VkSurfaceFormatKHR>& formats, const vector<VkPresentModeKHR>& presentModes, VkPresentModeKHR presentMode, VkSwapchainCounterCreateInfoEXT *swapchainCounterInfo) createSwapchainConfig() argument [all...] |
H A D | vktWsiDisplayTimingTests.cpp | 609 createSwapchainConfig(vk::VkSurfaceKHR surface, deUint32 queueFamilyIndex, const vk::VkSurfaceCapabilitiesKHR& properties, const vector<vk::VkSurfaceFormatKHR>& formats, const vector<vk::VkPresentModeKHR>& presentModes, vk::VkPresentModeKHR presentMode) createSwapchainConfig() argument [all...] |
H A D | vktWsiIncrementalPresentTests.cpp | 684 generateSwapchainConfigs(vk::VkSurfaceKHR surface, const deUint32 *queueFamilyIndex, Scaling scaling, const vk::VkSurfaceCapabilitiesKHR& properties, const vector<vk::VkSurfaceFormatKHR>& formats, const vector<vk::VkPresentModeKHR>& presentModes, vk::VkPresentModeKHR presentMode, const vk::VkSurfaceTransformFlagsKHR transform, const vk::VkCompositeAlphaFlagsKHR alpha) generateSwapchainConfigs() argument [all...] |