Home
last modified time | relevance | path

Searched defs:properties (Results 426 - 450 of 602) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp2045 VkExternalBufferProperties properties = in checkBufferSupport() local
H A DvktMemoryExternalMemoryHostTests.cpp70 void checkExternalMemoryProperties (const vk::VkExternalMemoryProperties& properties) in checkExternalMemoryProperties() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp206 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 DvktMeshShaderBuiltinTests.cpp1105 const auto& properties = context.getDeviceProperties(); in checkSupport() local
H A DvktMeshShaderBuiltinTestsEXT.cpp1255 const auto& properties = context.getDeviceProperties(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1345 VkPhysicalDeviceProperties2 properties = in test() local
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1217 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 DvktPipelineRenderToImageTests.cpp714 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, physDevice, format); in isDepthStencilFormatSupported() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp730 std::vector<vk::VkQueueFamilyProperties> properties; in executeSwapchainParameterCases() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp991 VkPhysicalDeviceProperties2 properties = {}; in checkSupport() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp522 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, formatList[i]); in getSupportedStencilFormat() local
H A DvktDynamicRenderingUnusedAttachmentsTests.cpp74 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, format); in chooseDepthStencilFormat() local
457 const auto& properties = context.getDeviceProperties(); in checkSupport() local
H A DvktRenderPassLoadStoreOpNoneTests.cpp470 VkImageFormatProperties properties; in checkSupport() local
H A DvktRenderPassMultisampleResolveTests.cpp2980 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp229 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 DvktSynchronizationNoneStageTests.cpp1379 VkImageFormatProperties properties; in checkSupport() local
H A DvktSynchronizationSignalOrderTests.cpp532 VkExternalSemaphoreProperties properties = in QueueSubmitSignalOrderSharedTestInstance() local
1023 VkExternalBufferProperties properties = in isResourceExportable() local
H A DvktSynchronizationTimelineSemaphoreTests.cpp94 VkPhysicalDeviceProperties2 properties; in getMaxTimelineSemaphoreValueDifference() local
H A DvktSynchronizationWin32KeyedMutexTests.cpp599 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 DvktTextureTestUtil.cpp601 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 DvktExternalMemoryUtil.cpp1101 deUint32 chooseHostVisibleMemoryType (deUint32 bits, const vk::VkPhysicalDeviceMemoryProperties properties) in chooseHostVisibleMemoryType() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp994 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 DvktWsiDisplayControlTests.cpp573 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 DvktWsiDisplayTimingTests.cpp609 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 DvktWsiIncrementalPresentTests.cpp684 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...]

Completed in 64 milliseconds

1...<<11121314151617181920>>...25