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

Method InitNoMem

tests/framework/binding.cpp:1266–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264}
1265
1266void Tensor::InitNoMem(const Device& dev, const VkTensorCreateInfoARM& info) {
1267 device_ = &dev;
1268 create_info_ = info;
1269 description_ = *info.pDescription;
1270 NON_DISPATCHABLE_HANDLE_INIT(vk::CreateTensorARM, dev, &create_info_);
1271}
1272
1273const VkMemoryRequirements2& Tensor::GetMemoryReqs() {
1274 mem_req_info_ = vku::InitStructHelper();

Callers 2

InitTensorMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected