MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Describe

Method Describe

layers/state_tracker/buffer_state.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129std::string Buffer::Describe(const Logger& dev_data) const {
130 std::stringstream ss;
131 ss << dev_data.FormatHandle(Handle()) << ", size: " << std::to_string(create_info.size)
132 << " bytes, range: " << string_range_hex(DeviceAddressRange());
133 return ss.str();
134}
135
136BufferView::BufferView(const std::shared_ptr<vvl::Buffer>& bf, VkBufferView handle, const VkBufferViewCreateInfo* pCreateInfo,
137 VkFormatFeatureFlags2 format_features)

Callers 15

ListBuffersMethod · 0.45
IndirectUniformUsageMethod · 0.45
ValidateDescriptorMethod · 0.45
DumpDescriptorHeapMethod · 0.45
ValidateDescriptorMethod · 0.45
DumpDescriptorBufferMethod · 0.45
FindShaderSourceFunction · 0.45
ValidateShaderStageMethod · 0.45

Calls 3

HandleClass · 0.85
string_range_hexFunction · 0.85
FormatHandleMethod · 0.45

Tested by

no test coverage detected