Searched refs:renderFramework (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 579 bool CheckCreateRenderPass2Support(VkRenderFramework *renderFramework, std::vector<const char *> &d… in CheckCreateRenderPass2Support() argument 580 …if (renderFramework->DeviceExtensionSupported(renderFramework->gpu(), nullptr, VK_KHR_CREATE_RENDE… in CheckCreateRenderPass2Support() 589 bool CheckDescriptorIndexingSupportAndInitFramework(VkRenderFramework *renderFramework, in CheckDescriptorIndexingSupportAndInitFramework() argument 593 …bool descriptor_indexing = renderFramework->InstanceExtensionSupported(VK_KHR_GET_PHYSICAL_DEVICE_… in CheckDescriptorIndexingSupportAndInitFramework() 597 renderFramework->InitFramework(myDbgFunc, userData, features); in CheckDescriptorIndexingSupportAndInitFramework() 598 …descriptor_indexing = descriptor_indexing && renderFramework->DeviceExtensionSupported(renderFrame… in CheckDescriptorIndexingSupportAndInitFramework() 600 descriptor_indexing = descriptor_indexing && renderFramework->DeviceExtensionSupported( in CheckDescriptorIndexingSupportAndInitFramework() 601 … renderFramework->gpu(), nullptr, VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME); in CheckDescriptorIndexingSupportAndInitFramework()
|
D | layer_validation_tests.h | 196 bool CheckCreateRenderPass2Support(VkRenderFramework *renderFramework, std::vector<const char *> &d… 199 bool CheckDescriptorIndexingSupportAndInitFramework(VkRenderFramework *renderFramework,
|
D | vklayertests_others.cpp | 4160 bool InitFrameworkForRayTracingTest(VkRenderFramework *renderFramework, std::vector<const char *> &… in InitFrameworkForRayTracingTest() argument 4164 if (renderFramework->InstanceExtensionSupported(required_instance_extension)) { in InitFrameworkForRayTracingTest() 4171 renderFramework->InitFramework(myDbgFunc, user_data); in InitFrameworkForRayTracingTest() 4173 if (renderFramework->DeviceIsMockICD() || renderFramework->DeviceSimulation()) { in InitFrameworkForRayTracingTest() 4183 …if (renderFramework->DeviceExtensionSupported(renderFramework->gpu(), nullptr, required_device_ext… in InitFrameworkForRayTracingTest() 4190 renderFramework->InitState(); in InitFrameworkForRayTracingTest()
|