Home
last modified time | relevance | path

Searched refs:descriptorSetCache (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp398 descriptorSetCache.clear(); in init()
406 descriptorSetCache.clear(); in destroy()
407 descriptorSetCache.destroy(renderer); in destroy()
4925 if (driverUniforms->descriptorSetCache.get(bufferSerial.getValue(), in updateDriverUniformsDescriptorSet()
4946 driverUniforms->descriptorSetCache.clear(); in updateDriverUniformsDescriptorSet()
4967 driverUniforms->descriptorSetCache.insert(bufferSerial.getValue(), in updateDriverUniformsDescriptorSet()
DContextVk.h693 DriverUniformsDescriptorSetCache descriptorSetCache; member