Searched refs:iPtr (Results 1 – 1 of 1) sorted by relevance
2326 …if (const GpuBufferVk* iPtr = gpuResourceMgr_.GetBuffer<const GpuBufferVk>(aabbsRef.data.handle); … in RenderCommand() local2327 … deviceAddress.deviceAddress = GetBufferDeviceAddress(device, iPtr->GetPlatformData().buffer); in RenderCommand()2353 …if (const GpuBufferVk* iPtr = gpuResourceMgr_.GetBuffer<const GpuBufferVk>(instancesRef.data.handl… in RenderCommand() local2354 iPtr) { in RenderCommand()2355 … deviceAddress.deviceAddress = GetBufferDeviceAddress(device, iPtr->GetPlatformData().buffer); in RenderCommand()