| 1264 | } |
| 1265 | |
| 1266 | void 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 | |
| 1273 | const VkMemoryRequirements2& Tensor::GetMemoryReqs() { |
| 1274 | mem_req_info_ = vku::InitStructHelper(); |
no outgoing calls
no test coverage detected