Home
last modified time | relevance | path

Searched refs:mDescriptorSetLayoutCache (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanDescriptorSetTest.cpp160 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 DShareGroupVk.h53 DescriptorSetLayoutCache &getDescriptorSetLayoutCache() { return mDescriptorSetLayoutCache; } in getDescriptorSetLayoutCache()
135 DescriptorSetLayoutCache mDescriptorSetLayoutCache; variable
H A DProgramVk.cpp68 mDescriptorSetLayoutCache(descriptorSetLayoutCache) in LinkTaskVk()
166 DescriptorSetLayoutCache &mDescriptorSetLayoutCache; member in rx::__anonc8de01b10111::LinkTaskVk
207 &mDescriptorSetLayoutCache, nullptr)); in linkImpl()
H A DCLContextVk.h94 DescriptorSetLayoutCache *getDescriptorSetLayoutCache() { return &mDescriptorSetLayoutCache; } in getDescriptorSetLayoutCache()
102 DescriptorSetLayoutCache mDescriptorSetLayoutCache; variable
H A DShareGroupVk.cpp177 mDescriptorSetLayoutCache.destroy(mRenderer); in onDestroy()
H A DCLContextVk.cpp38 mDescriptorSetLayoutCache.destroy(getRenderer()); in ~CLContextVk()