Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h349 DescriptorWriteType writeType = DescriptorWriteType::Empty; member
DVkDecoderGlobalState.cpp595 if (entry.writeType == DescriptorSetInfo::DescriptorWriteType::Empty) { in save()
622 stream->putBe32(entry.writeType); in save()
625 switch (entry.writeType) { in save()
784 DescriptorSetInfo::DescriptorWriteType writeType = in load() local
796 switch (writeType) { in load()
3119 entry.writeType = DescriptorSetInfo::DescriptorWriteType::ImageInfo; in on_vkUpdateDescriptorSetsImpl()
3146 entry.writeType = DescriptorSetInfo::DescriptorWriteType::BufferInfo; in on_vkUpdateDescriptorSetsImpl()
3164 entry.writeType = DescriptorSetInfo::DescriptorWriteType::BufferView; in on_vkUpdateDescriptorSetsImpl()
3191 entry.writeType = DescriptorSetInfo::DescriptorWriteType::InlineUniformBlock; in on_vkUpdateDescriptorSetsImpl()