Home
last modified time | relevance | path

Searched refs:memoryOwner (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkDescriptorSet.cpp48 ImageView *memoryOwner = nullptr; in ParseDescriptors() local
53 memoryOwner = reinterpret_cast<SampledImageDescriptor *>(descriptorMemory)->memoryOwner; in ParseDescriptors()
57 memoryOwner = reinterpret_cast<StorageImageDescriptor *>(descriptorMemory)->memoryOwner; in ParseDescriptors()
62 if(memoryOwner) in ParseDescriptors()
66 device->prepareForSampling(memoryOwner); in ParseDescriptors()
70 device->contentsChanged(memoryOwner); in ParseDescriptors()
DVkDescriptorSetLayout.hpp53 ImageView *memoryOwner; // Pointer to the view which owns the memory used by the descriptor set member
75 ImageView *memoryOwner; // Pointer to the view which owns the memory used by the descriptor set member
DVkDescriptorSetLayout.cpp355 sampledImage[i].memoryOwner = imageView; in WriteDescriptorSet()
453 storageImage[i].memoryOwner = imageView; in WriteDescriptorSet()