Searched refs:memoryOwner (Results 1 – 3 of 3) sorted by relevance
49 ImageView *memoryOwner = nullptr; in ParseDescriptors() local54 memoryOwner = reinterpret_cast<SampledImageDescriptor *>(descriptorMemory)->memoryOwner; in ParseDescriptors()58 memoryOwner = reinterpret_cast<StorageImageDescriptor *>(descriptorMemory)->memoryOwner; in ParseDescriptors()63 if(memoryOwner) in ParseDescriptors()67 device->prepareForSampling(memoryOwner); in ParseDescriptors()71 device->contentsChanged(memoryOwner, Image::USING_STORAGE); in ParseDescriptors()
50 ImageView *memoryOwner; // Pointer to the view which owns the memory used by the descriptor set member72 ImageView *memoryOwner; // Pointer to the view which owns the memory used by the descriptor set member
195 imageSamplerDescriptor->memoryOwner = nullptr; in initialize()210 imageSamplerDescriptor->memoryOwner = nullptr; in initialize()220 storageImage->memoryOwner = nullptr; in initialize()431 sampledImage[i].memoryOwner = imageView; in WriteDescriptorSet()531 storageImage[i].memoryOwner = imageView; in WriteDescriptorSet()