Searched refs:multithreadedCreatePerThreadResourcesTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 3010 tcu::TestStatus multithreadedCreatePerThreadResourcesTest(Context &context, typename Object::Parame… in multithreadedCreatePerThreadResourcesTest() function 3906 CASE_DESC(multithreadedCreatePerThreadResourcesTest<Instance>, s_instanceCases, DE_NULL), in createObjectManagementTests() 3907 CASE_DESC(multithreadedCreatePerThreadResourcesTest<Device>, s_deviceCases, DE_NULL), in createObjectManagementTests() 3908 … CASE_DESC(multithreadedCreatePerThreadResourcesTest<DeviceGroup>, s_deviceGroupCases, DE_NULL), in createObjectManagementTests() 3909 … CASE_DESC(multithreadedCreatePerThreadResourcesTest<DeviceMemory>, s_deviceMemCases, DE_NULL), in createObjectManagementTests() 3910 CASE_DESC(multithreadedCreatePerThreadResourcesTest<Buffer>, s_bufferCases, DE_NULL), in createObjectManagementTests() 3911 … CASE_DESC(multithreadedCreatePerThreadResourcesTest<BufferView>, s_bufferViewCases, DE_NULL), in createObjectManagementTests() 3912 CASE_DESC(multithreadedCreatePerThreadResourcesTest<Image>, s_imageCases, DE_NULL), in createObjectManagementTests() 3913 …CASE_DESC(multithreadedCreatePerThreadResourcesTest<ImageView>, s_imageViewCases, checkImageCubeAr… in createObjectManagementTests() 3914 CASE_DESC(multithreadedCreatePerThreadResourcesTest<Semaphore>, s_semaphoreCases, DE_NULL), in createObjectManagementTests() [all …]
|