Searched defs:WriteInfo (Results 1 – 3 of 3) sorted by relevance
351 struct WriteInfo struct353 WriteType writeType;355 {362 …explicit WriteInfo(const VkDescriptorImageInfo &info_) : writeType(WriteType::IMAGE_INFO), imageIn… in WriteInfo() argument366 …explicit WriteInfo(const VkDescriptorBufferInfo &info_) : writeType(WriteType::BUFFER_INFO), buffe… in WriteInfo() function370 explicit WriteInfo(VkBufferView view_) : writeType(WriteType::BUFFER_VIEW), bufferView(view_) in WriteInfo() argument374 explicit WriteInfo(const VkWriteDescriptorSetAccelerationStructureKHR &asInfo_) in WriteInfo() function
132 struct WriteInfo struct134 WriteInfo() : ptr(nullptr), expected(0u), writeGenerated(false) in WriteInfo() argument138 int32_t *ptr;139 int32_t expected;140 bool writeGenerated;
254 bool FastbootDevice::WriteInfo(const std::string& message) { in WriteInfo() function in FastbootDevice