Searched refs:mDescriptorSetLayoutCache (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | VulkanDescriptorSetTest.cpp | 160 rx::DescriptorSetLayoutCache mDescriptorSetLayoutCache; member in __anonf819dc770111::VulkanDescriptorSetLayoutDescTest 176 result = mDescriptorSetLayoutCache.getDescriptorSetLayout(contextVk, mDescriptorSetLayoutDesc, in TEST_P() 179 EXPECT_EQ(mDescriptorSetLayoutCache.getCacheMissCount(), 1u); in TEST_P() 183 result = mDescriptorSetLayoutCache.getDescriptorSetLayout(contextVk, mDescriptorSetLayoutDesc, in TEST_P() 186 EXPECT_EQ(mDescriptorSetLayoutCache.getCacheMissCount(), 2u); in TEST_P() 191 result = mDescriptorSetLayoutCache.getDescriptorSetLayout(contextVk, mDescriptorSetLayoutDesc, in TEST_P() 194 EXPECT_EQ(mDescriptorSetLayoutCache.getCacheMissCount(), 3u); in TEST_P() 202 mDescriptorSetLayoutCache.getDescriptorSetLayout(contextVk, desc, &descriptorSetLayout); in TEST_P() 204 EXPECT_EQ(mDescriptorSetLayoutCache.getCacheHitCount(), 1u); in TEST_P() 205 EXPECT_EQ(mDescriptorSetLayoutCache.getCacheMissCount(), 3u); in TEST_P() [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | ShareGroupVk.h | 53 DescriptorSetLayoutCache &getDescriptorSetLayoutCache() { return mDescriptorSetLayoutCache; } in getDescriptorSetLayoutCache() 135 DescriptorSetLayoutCache mDescriptorSetLayoutCache; variable
|
H A D | ProgramVk.cpp | 68 mDescriptorSetLayoutCache(descriptorSetLayoutCache) in LinkTaskVk() 166 DescriptorSetLayoutCache &mDescriptorSetLayoutCache; member in rx::__anonc8de01b10111::LinkTaskVk 207 &mDescriptorSetLayoutCache, nullptr)); in linkImpl()
|
H A D | CLContextVk.h | 94 DescriptorSetLayoutCache *getDescriptorSetLayoutCache() { return &mDescriptorSetLayoutCache; } in getDescriptorSetLayoutCache() 102 DescriptorSetLayoutCache mDescriptorSetLayoutCache; variable
|
H A D | ShareGroupVk.cpp | 177 mDescriptorSetLayoutCache.destroy(mRenderer); in onDestroy()
|
H A D | CLContextVk.cpp | 38 mDescriptorSetLayoutCache.destroy(getRenderer()); in ~CLContextVk()
|